1. Installing Python on Your System
Checking Version
For Mac / Linux:
First of all open CMD / Terminal ( on Mac/Linux) and type
python
then press enter. If python is already installed then the version number will appear. On Mac and Linux systems it’s usually installed.
For Windows:
Open Command Line CMD then type
python --version
Installation:
Install the latest version 3.8.2 using the links below depending
Add new comment