Setup Python 3 on Windows
Setup Windows 10 (if new machine)
Install Python
--> open Chrome browser and make it default browser
We use package managers to install code because they help to make the code available to all users.
Install Chocolatey which is a Windows Package Manager
Use command line to install
Use Chocolatey to install Python, Pip and Pipenv
run pip install to install Python's package manager
use pip to install
pipenv which is a way allow creation of multiple environments on one machine
install git
install Visual Studio Code
create account on repl.it
create an account on github.com
Last updated