This repository is now organized as a guided 8-week Python learning path.
- Read learning-path/README.md
- Work through one weekly guide at a time
- Use python-language/weekly-practice for short concept files
- Build on the capstone project in task-tracker/README.md
basics/,loops/,functions/,data-structures/: earlier practice workpython-language/: topic-focused language demospython-language/weekly-practice/: one short concept file for each weeklearning-path/: week-by-week learning guides and checkpointstask-tracker/: the growing command-line project for Weeks 2-8tests/: automated tests for the task tracker
Use the repo virtual environment:
./venv/bin/python task-tracker/main.py --help
./venv/bin/python task-tracker/main.py add "Finish Python practice"
./venv/bin/python task-tracker/main.py list./venv/bin/python -m unittest discover -s tests -v