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 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 Download All Images from a Web Page in Python?

How to Download All Images from a Web Page in Python?

A web page can show text, images, files, and video data on the browser. For the multi-media data li…

How to Encrypt and Decrypt Files in Python?

How to Encrypt and Decrypt Files in Python?

In Encryption, we encode the data information that presents in plain text to an alternative ciphert…

How to Extract All Website Links in Python?

How to Extract All Website Links in Python?

A webpage is a collection of data, and the data can be anything text, image, video, file, links, an…

How to Play and Record Audio in Python?

How to Play and Record Audio in Python?

There are many applications out there on the internet that can play and record audio files such as …

How to Extract Image Metadata in Python?

How to Extract Image Metadata in Python?

This article details how to extract image metadata in Python. When we take an image using a digital…

How to Use GitHub API in Python?

How to Use GitHub API in Python?

GitHub is a repository hosting service that uses Git, which is a version control system (VCS). One …

How to Use Threads for IO Tasks in Python?

How to Use Threads for IO Tasks in Python?

In Computing when a program is in execution is known as Process, further a Process is subdivided in…

How to Extract JavaScript and CSS Files from Web Pages in Python?

How to Extract JavaScript and CSS Files from Web Pages in Python?

It is often required to extract all the CSS and JavaScript files from the webpage so that you can l…

How to Make an Email Extractor in Python?

How to Make an Email Extractor in Python?

Let's say there is a webpage on the internet with many email addresses, and you want to write a…

How to Manage Files in Python?

How to Manage Files in Python?

File Management is one of the features of the Operating System, and in Python, we get a dedicated o…

How to Generate Random Data in Python?

How to Generate Random Data in Python?

Knowing how to generate random data using Python can be very useful in many cases. You might need t…