Skip to content

Repository files navigation

Python Learning

This repository is now organized as a guided 8-week Python learning path.

Start Here

Repository Layout

  • basics/, loops/, functions/, data-structures/: earlier practice work
  • python-language/: topic-focused language demos
  • python-language/weekly-practice/: one short concept file for each week
  • learning-path/: week-by-week learning guides and checkpoints
  • task-tracker/: the growing command-line project for Weeks 2-8
  • tests/: automated tests for the task tracker

Running The Capstone Project

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

Running Tests

./venv/bin/python -m unittest discover -s tests -v

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages