codeGK
Code it ALL
Python Installation - CodeGK
♦ Python Installation

♣ Python Install On Windows

Latest version of Python can be downloaded from HERE.
Installation procedure is simple, click-next procedure.
Note: Do remember to click "add to path option while installation, so that Python can be used from Command Prompt"

♣ Python Install On Linux

Linux usually comes pre-install with Python.
If not, then can be installed by the command "sudo apt install python3" in terminal.
Note: Make sure Machine is connected to internet.

♣ Python Install On Mac-OS

Mac-OS usually comes pre-install with Python.
If not, then latest version of Python(.pkg file) can be downloaded from HERE.
The installation procedure is simple, click-next procedure.
Note: Make sure Machine is connected to internet.
Prev_LessonNext_Lesson
Python Installation