Installations required for Python. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Installations required for Python.

I'm a new Python learner. I want to know which installations do I need on my laptop for coding/scripting and output? More specifically, which software do I need to write Python code and which software to show the output of those codes or to run those codes?

31st Jan 2019, 9:26 AM
Faisal Jahangir Niazi
Faisal Jahangir Niazi - avatar
1 Answer
+ 5
You need to install python language in order to run python on your computer. And if you need a editor you can try out pycharm, VScode, atom ,etc. Instructions - Installing python Go to this website and navigate to the bottom https://www.python.org/downloads/release/python-372/ Then click on a click which metions your OS. Then run the python installer. *You can use the Python IDLE which comes with python to run commands. To install an IDE check this link and find the best IDE for you. https://realpython.com/python-ides-code-editors-guide/ Then follow the installation process of the choosen IDE. If you find it is difficult to do this process I recommend you to view a video about installing python and an IDE
31st Jan 2019, 9:39 AM
Seniru
Seniru - avatar