Stage 01 · 01 · Foundations · skill 2 of 3
Python setup & tooling
Install Python 3, run files, use a virtual environment, and know where pip packages live.
After this you will be able to
- Run python3 --version and a hello script
- Create and activate a virtual environment
- Install a package with pip and freeze requirements
freeCodeCamp · why we picked it
Completing this unlocks: Python syntax & types