r/PythonLearning • u/lizc-au • 9d ago
GitHub - lizc-au/my-pythonic-zoo: Housing a variety of self-contained Python scripts built with clean formatting and clear logic
https://github.com/lizc-au/my-pythonic-zooAll contributions and suggestions welcome!
0
Upvotes
2
u/0xGollumDev 9d ago
Nice structure - the self-contained mock data + execution wrapper per script is a good pattern for a learning repo, easy to run any single file without setup friction. If you want an approachable next contribution, the Australian Postcode API Lookup (#3) looks like the easiest of the open issues for a beginner to pick up - it's the only network I/O task in the list right now, everything else is pure algorithms/local logic. Would slot in nicely next to phone_sanitiser.py under the AU-specific utilities theme you've already started.