Code for Bruce Eckel's Pycon2024 Presentation
-
The slides for the presentation, in Markdown for presentation through Obsidian.
-
Example source code. Presentation order:
-
The associated paper (a work in progress, which I think may eventually become part of a larger work) is here. Note that this is only partially done and needs significant rewriting.
-
Works with rye. Install rye, clone this repository, and run
rye sync
inside the home directory of the repository. -
Test with
rye test
(orpython -m pytest
, but notpytest
).