Quickstart
Getting started with Python is very simple, it requires 3 installations.
Python Interpreter (Click here)
Python Extensions (Optional but they make your life easier & better coding experience)
Install the Python interpreter and an IDE/Code Editor of your choice. For the purposes of this content I will stick to Visual Studio Code.
If you are struggling, please watch this video
Extensions (VS Code)
If you are using Visual Studio Code, there are a couple of extensions that can make our life easier.
Type "Python" & "Code Runner" into extensions and install all of these as shown

Install all of these extensions and head to the next section.
Last updated