Getting started
Last updated
Was this helpful?
Last updated
Was this helpful?
Once you get started in your journey of learning Python you are going to need to get a few things before you get started, namely: • Python interpreter
•A desktop PC/Laptop
To get started first install the Python interpreter.
Windows: Go to and download the latest Python installer and then double click the file after it is done installing to begin the installation of Python. While you are in the installer make sure to press add python to PATH as this will allow you to install packages easier in the future.
Linux: In your terminal type
this will start the installation process.
Once you have gotten Python installed continue to the next page.