]> Untitled Git - axy/ft/python05.git/log
axy/ft/python05.git
32 hours agofeat(ex2): Implement Nexus Integration with Adaptors master
Axy [Mon, 2 Feb 2026 20:57:00 +0000 (21:57 +0100)]
feat(ex2): Implement Nexus Integration with Adaptors

- Correctly implemented JSONAdapter, CSVAdapter, and StreamAdapter to inherit from ProcessingPipeline.
- Each adapter now overrides the process() method for format-specific data handling.
- Ensured proper error handling for JSON parsing and stage-level ValueErrors.
- Updated the main execution block to utilize the specialized adapters polymorphically.
- Verified output against the subject's example, including error recovery.

feat(ex1): small fix

32 hours agofeat: Implement examples and refactor to use dicts
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.

37 hours agoformat
Axy [Mon, 2 Feb 2026 15:25:42 +0000 (16:25 +0100)]
format

38 hours agoextra files
Axy [Tue, 27 Jan 2026 13:54:27 +0000 (14:54 +0100)]
extra files

7 days agoextra files
Axy [Tue, 27 Jan 2026 13:53:31 +0000 (14:53 +0100)]
extra files

2 weeks agofeat: implement polymorphic data processing streams
Axy [Mon, 19 Jan 2026 16:02:17 +0000 (17:02 +0100)]
feat: implement polymorphic data processing streams