Wednesday, July 14, 2021

Python 101: The Setup

 In order to run a language, certain softwares are needed. From text editors, to compilers, and so forth.

Python isn't any different.
If you want to successfully run a python code, you need to install a text editor or IDE with the python compiler.

THE INSTALLATION
1) Python software:
Click here to get redirected to the python website.
Make sure to download python 3.
Once downloaded, click through the setup making sure to add python to your "path" .
2) Installing pycharm.
Pycharm is a special software designed for coding in python. It makes programming easier and more efficient.
Pycharm has a free and paid version, I you wish to use the free version then click 'community' 

Note: Once you are done installing, you would need to restart your PC.

No comments:

Post a Comment

HTML 101: Form

  I believe that everyone who has made use of the internet knows what a form is but in case you don't know, a form is a way of receiving...