Lecture material for implementing a dict-like object in Python.
.github/workflows | ||
src | ||
tests | ||
.gitignore | ||
dev-packages.txt | ||
Lecture.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
setup.cfg |
Dictish
Lecture material for implementing a dict
-like object in Python without using a dict
.