Python Installation

Python Text Editors
Python code can be written in a simple text editor such as Notepad and saved with the file extension '.py'. After saving with the '.py' extension, a Python interpreter can be used to run the script.

There are many other software tools available for running Python code, and these editors provide different packages to help beautify the code and provide assistance during coding.
PyCharm Logo
PyCharm

Download and install Pycharm

Recommended
Download
Spyder Logo
Spyder

Download and install Spyder

Recommended
Download
VS Code Logo
VS Code

Download and install VS Code

Recommended
Download
Jupyter Notebook Logo
Jupyter

Run The below command after installing Python IDLE

pip install jupyterlab
Recommended
sublime text Logo
Submile Text

Download and install Submile Text

Download
Atom Text editor Logo
Atom

Download and install Atom

Download
Note:This list is not exhaustive, as there are many other software tools available for Python that are not included here.