Getting Started with Python
Setting Up Your System
This is how I recommend to setup running Python - there are plenty of other ways to do it, and probably better ways, but this gets you going!
- Download the latest version of Python for your system from the website
- Install an IDE - I recommend VSCode as it is a popular choice and will let you do most of your work in one application
- You're ready to go!