From 5048f19a4d511a29030c6685bda4b8a8a156cd83 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Thu, 3 Sep 2026 16:53:49 -0700 Subject: [PATCH] Add new overview and project details --- assignments/python-packages/python-packages.md | 4 ++++ notes-and-examples/2026.09.04/overview.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 assignments/python-packages/python-packages.md create mode 100644 notes-and-examples/2026.09.04/overview.md 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. +