Home

Installing and Using Python

Downloading and Installing Python

The official python software (Interpreter and IDLE) available at the official site

For windows 32-bit: Click on Download option in the Downloads Menu


Using Python

The python code can be run in Interactive Console or Script present in IDLE.

Other Integrated Development Environments like PyCharm IDE (Jet Brains), Visual Studio (MS) and Net Beans IDE may be used as needed.

For Interactive working for beginners, Jupyter Notebooks can be used


Code Snippets and Tutorials

The official Python Documentation may be viewed at or downloaded

Other Private tutorials at:

  1. Tutorials Point
  2. W3Schools
  3. Geeks for Geeks

Practice Code at

  1. HackerRank
  2. HackerEarth