Tanushree Thapliyal

Tanushree Thapliyal

Multiprocessing In Python

Multiprocessing In Python

Hey guys! In this article, we will learn about multiprocessing in Python. So, let’s get started. What is multiprocessing? Multiprocessing is a package in python that supports the ability to spawn processes that make use of a Python API. It…

Shutil Module in Python

Shutil Module In PYthon

Hey! In this tutorial, we will learn about the functions present in the shutil module of Python. So, let’s get started. Python’s shutil module provides us a number of high-level operations on files. We can copy and remove files and…