Download & Install Python

Although, it's not compulsory to install Python for this course as we will use online Python editors. But if you want to write Python code offline, you must download and install Python on your system.

Here is a short description of how to download and install Python. Follow these steps to install Python in your system.

  • Go to www.python.org and download the exe file from the website & install the python using exe file.
  • Don’t forget to check the add python to PATH while installing Python as shown below in the figure. 
  • Visit this YouTube tutorial if you have any doubt -https://youtu.be/0QibxSdnWW4


Follow all the steps and install python. In the next lesson, we will learn how to write Python code in IDLE (pre-installed IDE with Python installation).