-
Notifications
You must be signed in to change notification settings - Fork 4
Creative Object Manifestation
Structure and Interpretation of Computer Programs edited this page Sep 1, 2020
·
4 revisions
-
JSON2PythonModels generates Python model classes (attrs, dataclasses) based on JSON datasets with typing module support - Reddit, Github.
-
subclass-register: Automatically register all new subclasses and create new instances from strings docs, github, and discussion.
-
Gata - extended dataclasses for python (built-in validation/serialisation/deserialisation) - https://www.reddit.com/r/Python/comments/em6jpq/gata_extended_dataclasses_for_python_builtin/
-
Classforge - https://classforge.io
The essence of software design is abstraction.
-- Harold Abelson, "Structure and Interpretation of Computer Programs"