Where/How to Code in Python?
Easiest: replit.com
replit.com
It is recommended to use your personal email address when creating a
replit
accountIt is recommended to use good file management practices
Under settings, you should be setting your indentations to
spaces
and indentation sizing should be4
.
On your own machine: Visual Studio Code
Visual Studio Code
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
Setting up Python for macOS
Install Python 3.11 or later from the Python Organization's website (Link)
You can install either the Gzipped source or XZ compressed file
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
Last updated