Coders Packet

Packets submitted by Yuvraj Singh

Python program to convert Celsius to Fahrenheit using Pool class of multiprocessing module

In this tutorial, we are going to convert Celsius to Fahrenheit using the pool class of multiprocessing module in python.

Python program to find square of the list using a pool class

In this tutorial, we will discuss what is Pool class used in multiprocessing library in python.

FIND ABSOLUTE DIFFERENCE BETWEEN MAIN AND ANTI DIAGONAL OF MATRIX USING PYTHON

In this tutorial, we will calculate the absolute difference between both diagonal using python