Python

“conda create” Command Examples

The "conda create" command is a functionality provided by the Conda package manager that allows you to create new Conda…

black – A Python auto code formatter (Command Examples)

Black is a popular Python tool that serves as an automated code formatter. It automates the process of formatting Python…

2to3 – Automated Python 2 to 3 code conversion

In the world of Python programming, migrating code from Python 2 to Python 3 has been an essential task due…

ValueError: Masked arrays must be 1-D

Scatter plot is a basic plot of dots. You can draw it by calling plt.scatter(x,y). The following example shows a…

Hello Newbies in Tech! Switching From Windows to Linux? Read This First

I am a newbie in tech. I have been using Linux and Windows side by side for quite some time…

A Beginner’s Guide To Create Files & Folders Inside Windows Subsystem For Linux

In this blog, we will learn how to create or move files and folders to Linux root system from Windows.…

Windows Subsystem For Linux – Run Linux on Windows (It’s FAST)

I am a newbie in tech. I have been using Linux and Windows side by side for quite some time…

The Ultimate Guide To Use VS Code With Windows Subsystem for Linux (WSL)

In this blog, we will learn how to use Visual Studio Code in Windows Subsystem for Linux (WSL). In case…

My Development Environment Set up on Windows to use Python for Web Dev & Data Science

Techies have different set-ups on a Windows machine to use Python for web development, machine learning or data science. For…

Set up Jupyter Notebook in VS Code for Data Science

Project Jupyter is a non-profit, 100% open-source project. It develops software and web applications to support interactive data science and…