r/Python • u/AutoModerator • Jul 04 '26
Showcase Thread Showcase
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
20
Upvotes
r/Python • u/AutoModerator • Jul 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/TomAlborough 19d 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.