I've just completed and uploaded the types module workbook to my standardlib-datastruct repository. This addition dives into Python's runtime object types and CPython internals.




What's Inside


The types workbook contains 18 exercises covering runtime object types from Python's types module. The goal is coverage, not order—master the...