Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.15 KB

Installing_and_Using_Python.md

File metadata and controls

40 lines (24 loc) · 1.15 KB
title subtitle
Installing and Using Python
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
  4. Scaler Topics

Practice Code at

  1. HackerRank
  2. HackerEarth