diff --git a/assignments/python-packages/python-packages.md b/assignments/python-packages/python-packages.md new file mode 100644 index 0000000..9596032 --- /dev/null +++ b/assignments/python-packages/python-packages.md @@ -0,0 +1,4 @@ +## Overview + +Create a program which creates a topological ordering of Python packages. +See this [starter template](https://gitea.bchen.dev/brendan/python-packages-starter) diff --git a/notes-and-examples/2026.09.04/overview.md b/notes-and-examples/2026.09.04/overview.md new file mode 100644 index 0000000..0d8e6b9 --- /dev/null +++ b/notes-and-examples/2026.09.04/overview.md @@ -0,0 +1,5 @@ +## Overview + +We will go over the exercise from last week and start on [Python Packages](https://gitea.bchen.dev/brendan/python-packages-starter), +a new assignment. For reference, this assignment is also in the Assignments section. +