Category: Python

How to upgrade pip in Windows

PIP is nothing but a python package installer that is update/install the packages in any operating system. To update pip just type the below in the command prompt Once you execute the above command...

How to install numpy in Windows?

Numpy is nothing but a python package which provides multidimensional array which can be used for scientific calculations and for wide variety of purposes To install numpy follow the below steps Step 1: Go...