Hi all,
I am currently going through Learn Python the Hard Way, and am on the review section where I have to read through source code.
Can anyone recommend some good open source Python software I can look at? I am specifically looking to see ones that employ idiomatic Python, and maybe see how they approach testing (I am not completely new to programming, just rusty after being out of the field for a long time)
Extra bonus points if the software is something you use regularly.
Cheers!
He recommends the following Python projects for reading:
* Howdoi (https://github.com/gleitz/howdoi)
* Flask (https://github.com/mitsuhiko/flask)
* Werkzeug (https://github.com/mitsuhiko/werkzeug)
* Requests (https://github.com/kennethreitz/requests)
* Tablib (https://github.com/kennethreitz/tablib)
Hope that helps---good luck!