]>
Untitled Git - axy/ft/python05.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Axy [Mon, 2 Feb 2026 20:32:08 +0000 (21:32 +0100)]
feat: Implement examples and refactor to use dicts
- Implemented the examples from the subject for all exercises.
- Refactored ex1 and ex2 to use dictionaries for structured data instead of tuples, improving readability.
- Corrected and improved the implementations to match the subject's requirements and output.
- Added pyproject.toml to configure black and fixed flake8 issues.
- Updated .gitignore to exclude subject PDF and text files.
Axy [Mon, 2 Feb 2026 15:25:42 +0000 (16:25 +0100)]
format
Axy [Tue, 27 Jan 2026 13:54:27 +0000 (14:54 +0100)]
extra files
Axy [Tue, 27 Jan 2026 13:53:31 +0000 (14:53 +0100)]
extra files
Axy [Mon, 19 Jan 2026 16:02:17 +0000 (17:02 +0100)]
feat: implement polymorphic data processing streams