Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 1.79 KB

README.template.md

File metadata and controls

46 lines (31 loc) · 1.79 KB

CSP

Code style: black linting: pylint testing: pytest

This repo tracks my progress in Advanced Placement Project Lead the Way Computer Science Principles, the second class in the Project Lead the Way Computer Science classes.

This repo is roughly organized by unit:

  • art is unit 1

  • web is unit 2

    • csp/web/project.py is the unit project.
  • data is unit 3

    • csp/data/project.py is the unit project.
  • future is unit 4

    • csp/future/project.py is the unit project.
  • Other projects at the root are listed below

    • Currently, there are no other projects.

To run tests, use pytest.