vinaykhatri
Vinay Khatri

I am a Full Stack Developer with a Bachelor's Degree in Computer Science, who also loves to write technical articles that can help fellow developers.

10 Best Online Python Compilers to Run Code in the Browser

10 Best Online Python Compilers to Run Code in the Browser

An online Python compiler is a way to run a Python program that saves you from the hassle of instal…

Python ZIP file with Example

Python ZIP file with Example

Python comes with many standard libraries, and here, in this Python tutorial, we will learn about a…

Absolute vs Relative Imports in Python

Absolute vs Relative Imports in Python

When you work on a big Python project, you will be dividing the Python code into multiple Python fi…

Python Histogram Plotting Using Matplotlib, Pandas, and Seaborn

Python Histogram Plotting Using Matplotlib, Pandas, and Seaborn

Data visualization is an essential skill for every data scientist. The Python programming language …

Queue in Python

Queue in Python

A Python queue is a Linear Data Structure that stores data values in sequential order. The Python q…

Python Text to Speech

Python Text to Speech

Python has thousands of libraries and APIs that developers can use to build sophisticated programs …

Error: Id returned 1 exit status (undefined reference to 'main')

Error: Id returned 1 exit status (undefined reference to 'main')

"Error: Id returned 1 exit status (an undefined reference to 'main')" is a very c…

type() and isinstance() in Python with Examples

type() and isinstance() in Python with Examples

Python has many built-in functions. Using those functions, we can get a quick result. Out of many P…

Python Timeit() with Examples

Python Timeit() with Examples

The Python timeit module is specially designed to find out the precise execution time of a code sni…

HTML Style Guide and Coding Conventions

HTML Style Guide and Coding Conventions

Clean and neat code makes it easier for other developers to understand and read your code. There ar…

How to Install Jupyter Notebook?

How to Install Jupyter Notebook?

Jupyter Notebook is a widely-used and powerful data science tool. In this article, we will walk you…

PyTorch vs TensorFlow: Comparing the Two Best ML Libraries

PyTorch vs TensorFlow: Comparing the Two Best ML Libraries

Right now, Python is heavily used to build and train deep learning models, and in the domain of Pyt…