Install Python, Pip and virtualenv on Windows

Getting started in learning Python for Data Science, Software Engineering or some fun, nifty weekend project will all require one essential step, which is to install the proper and necessary tools for your projects. In this tutorial, we will go over the steps...

How to upgrade PIP in Windows

Many times when you try to install a new python package, you will get a prompt asking you to upgrade PIP.  You might get a yellow prompt message saying: You are using pip version 10.0.1, however version 19.0.1 is available. You should consider upgrading via the...