Find by Category

How to Download and Install Python 3.8.5 on Windows 10

Let me quickly guide you to install Python 3.8.5 on Windows 10. In this post, I am going to install Python 3.8.5, set Python 3.8 to system PATH, check python version with CMD, write classic ‘hello world’ program and execute it with cmd. Please Note: If you are trying to install Python 3.8.5 on Windows … Read more

Python is Not Recognized

This post covers how to add Python 2.7 and Python 3.x to system environment variable path to fix python is not recognized as an internal or external command on Windows 7, 8, 8.1 and 10 as well. Python 2.7 – Python is not recognized If you are using python 2.7.x and you are getting error … Read more

How to Download & Install Python 3.7.4 on Windows 10

Download Python 3.7.4 on Windows If you have Windows 7/8/8.1, you should have no problem downloading and installing Python 3.7.4. This post will help you download and install python 3.7 and 3.8 on Windows 10 and set Python to System’s PATH and verify python version using command line interface (CMD). Download Python Launch your preferred … Read more

How to Install Python 3.7.3 on Windows 7/8/10

How to download and install Python 3.7.3 on Microsoft Windows 7/8/10. This is going to be a quick and easy step by step instruction on installing Python on Windows operating systems. Download Python 3.7.3 Launch your preferred browser and go to python.org. Click DOWNLOADS button and then click the big yellow button that says ‘Download … Read more

How to Install python 3.7 & pip 3 – Ubuntu 19.04

Go ahead and launch Ubuntu 19.04 terminal and run the following commands to update the system core and install python3 and pip3 Then type Y when terminal asks for upgrade installation Now, Install python 3.7 on Ubuntu 19.07 and check version Most probebly python 3.7.3 is already pre-installed on Ubuntu 19.04 and you do not … Read more

How to install python 3.6.7 and pip on Ubuntu 18.04

With Ubuntu 18.04.2, you get python 3.6.7 pre-installed. To check it, you simply launch the terminal and run python version check command If you still want to install python3.6 on your Ubuntu 18.04, please run the terminal command below To install pip3 on Ubuntu 18.04, run the following terminal command

How to install pip in Windows

How to install python pip in Microsoft windows 7/8/10 with python installation and manually as well. Steps to download and install pip in Windows download the pip file on your system desktop/downloads folder from https://pip.pypa.io/en/stable/installing/ Launch Windows CMD and navigate to the folder, where pip is downloaded and then type in the CMD: python get-pip.py … Read more

How to install python 3.7.2 on Windows 10 – 64/32 bit

https://youtu.be/ndrCfBJkkvE I’m going to show you how to download and install Python three point seven point two on your Microsoft operating systems so this is Microsoft Windows 10. You can see it here and this is basically 64-bit operating system and 64-bit based processor in case if you have 32-bit don’t worry! I’m going to … Read more