- https://python.org
- Go to
Downloads - Pick the latest stable release
- Download the 64-bit version (
x64) for your operating system - Once it's installed, open Powershell on your computer
- Hit
WinKey+R - Type
powershelland hitEnter - At the command prompt, type
python - Python will start, display the version, and show a REPL prompt (learn about this later):
>>> - Type
exit()orquit()and hitEnterto go back to the regular command prompt
- Hit
- An Integrated Development Environment (IDE) is a program to help you write code
- Open Google and search for
vscode, https://code.visualstudio.com/ - Select the version for your operating system (probably,
Windows x64) and download and install it - Create a folder somewhere to house your code (example:
C:\Users\<username>\Documents\Codeor similar) - Open VSCode
- Select
File->Open Folder - Select your code folder (don't navigate into it, just select it)
- Click
Select Folder - When you're ready to start a project, create a new folder for it inside your code folder

- Recommend https://udemy.com
- Wait for sales