title | subtitle |
---|---|
Installing and Using Python |
Installing and Using 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
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
The official Python Documentation may be viewed at or downloaded
Other Private tutorials at: