Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 863 Bytes

File metadata and controls

25 lines (16 loc) · 863 Bytes

Pre-Requisites

Installation

Windows

  1. Go to Python's official page, python.org and go for the download page for Windows .
  2. Go for the Latest Python release - Python 3.x.y page and download the Windows x86-64 executable installer for 64 bit/32 bit as per system requirements.
  3. Run the installer to install python.
    You want to be sure to check the box that says Add Python 3.x to PATH as shown to ensure that the interpreter will be placed in your execution path.

Linux

Use the following commands to install python

sudo apt-get update
sudo apt-get install python3.7

macOS

We can install python using the following commands

brew install python3

Python online interpreters

  1. Python.org shell