Skip to main content

Posts

Showing posts with the label Python 3

How To Install Python 3 on Windows

  Hey guys, this will be a step by step guide on how to install python on your laptop and run your first python program. So, first things first, please make sure you have all the below prerequisites: Prerequisites: Just kidding, you only need a computer running Windows. Installing and running Python3: Note: Please do not use python 2 as its support will end in 2020. I encourage you to use the latest python version wherever possible.   Windows:   To get started with Python3, go to  python website and download the installer for the latest release for windows. As mentioned, I recommend you to download the latest Python 3 Stable release.   PYTHON 3 stable releases for window (August 2020)        2. Click on  Python 3.8.5 - July 20, 2020          3. Scroll down to the list of python 3.8.5 windows executable/installer.        PYTHON 3.8.5 Windows x86-64 executable installer  ...