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.

How to Make Port Scanner in Python?

How to Make Port Scanner in Python?

Port Scanner is a tool that comes in very handy when we want to check all the open and close Ports …

JavaScript Number Methods

JavaScript Number Methods

In the last tutorial, we learned about JavaScript numbers and how to define them. When we use the s…

JavaScript Arrow Function

JavaScript Arrow Function

An arrow function is another way of defining the function compactly. Still, there are some differen…

Keyboard module: Controlling your Keyboard in Python

Keyboard module: Controlling your Keyboard in Python

In Python, we have this amazing "keyboard" module that you can use for controlling the ke…

How to Make a Process Monitor in Python?

How to Make a Process Monitor in Python?

Every operating system comes with a task manager or system monitor where you can see your running a…

How to Extract Wikipedia Data in Python?

How to Extract Wikipedia Data in Python?

Wikipedia is the world's largest online encyclopedia. It contains millions of articles on diffe…

How to Convert Python Files into Executables Standalone File?

How to Convert Python Files into Executables Standalone File?

This article will discuss how to convert Python files into executables standalone files. When we wr…

How to Download Files in Python?

How to Download Files in Python?

Generally, we use a web browser to download files from the internet. The downloading of a file is s…

How to Convert HTML Tables into CSV Files in Python?

How to Convert HTML Tables into CSV Files in Python?

HTML is the standard language to create web pages, and it is generally used to structure the text, …

How to Extract PDF Tables in Python?

How to Extract PDF Tables in Python?

A PDF file is generally used to store text, images, and links. Moreover, the text data can be repre…

How to Extract Weather Data from Rapid API in Python?

How to Extract Weather Data from Rapid API in Python?

There are many weather APIs present out there that can share real-time weather reports. We can use …

How to Make a Screen Recorder in Python?

How to Make a Screen Recorder in Python?

There are many screen recording applications for different operating systems. With the help of thes…