]> Untitled Git - axy/ft/python05.git/commit
feat: Implement examples and refactor to use dicts
authorAxy <gilliardmarthey.axel@gmail.com>
Mon, 2 Feb 2026 20:32:08 +0000 (21:32 +0100)
committerAxy <gilliardmarthey.axel@gmail.com>
Mon, 2 Feb 2026 20:32:08 +0000 (21:32 +0100)
commit5fc97b5270a513f8e50fee203251a5c9d3f8c4b1
tree70054d388741bd20644abd44f2e8603d8889a430
parent3f4dadcd052a00bb8e1dbd277ca8157b6e33e913
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.
.gitignore
ex0/stream_processor.py
ex1/data_stream.py
ex2/nexus_pipeline.py
pyproject.toml