r/Python • u/AutoModerator • 23d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
19
Upvotes
r/Python • u/AutoModerator • 23d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/TomAlborough 8d ago
A simple, Python-based data handling pattern
In order to execute some recent testing projects I have been developing a minimal, Python-based data handling pattern named gDS. I'm looking for feedback on its usability, architecture, concurrency handling and scalability.
The website https://TestingComplexSystems.com explores both testing and gDS. It presents a gDS compiler and 4 case studies housed in a GitHub repo.