Python is one of the most popular programming languages today, known for its simplicity and extensive features.
This Article features the basics of how to install Python on your Windows PC!
Before we start we need to install Python on our computer first. To install Python on our computer, we need to follow these steps:
Download Python: Go to the official Python website at https://www.python.org/. On the website, you can see a "Downloads" button. Click on the "Download Python" button.
We now have downloaded the installer for the newest version of Python.
Now we need to install the newest version of Python!
Start the installer and click on Install Now!
Add Python to PATH (Optional):We may be given the option to add Python to our system's PATH environment variable. (This makes it easier to run Python from the command line) Normally we can select this option.
Congratulations! You have installed Python! You can now write your first code!