windows & Python Development
PLEASE DO NOT SAVE ANYTHING TO YOUR MICROSOFT ONE DRIVE
Setting up Python for Windows
Delete any previous installations of Python and Restart the computer
Install Python 3.11 or later from Microsoft Store
Install Visual Studio Code from their website.
Run Visual Studio Code for initial setup
You do not need to download any extensions, and you are more than welcome to ignore such pop-ups
VS Code Extended
Git
Git is a distributed version control system that tracks changes to files and coordinates work among multiple people on a project. It allows developers to manage different versions of their code, collaborate efficiently, and revert to previous versions if needed.
Git Installation Guide
Download Git for windows here.
Install the
64-bit Git for Windows Setup
Run the installer after it has been downloaded'
Last updated