How to install and configure Python 3 and pip on Windows 10

Introduction In this post we will see how to install and configure the Python interpreter in its version 3 on Windows 10 (works even for 7, 8 and 8.1). At the end we will be able to execute scripts and also to install third-party libraries using pip; which will make things easier for us.

How to install and configure Python 3 and pip on Windows 10 Read More »