I am looking for a well-engineered, well-built python application that could serve as a guideline to demonstrate best practices relating to software development in general, and more specifically in python. (Note that software in other languages would also be welcome provided they are of good quality and could serve as models of good architecture).
|
4
|
|||
|
|
|
Not completely sure about the latter two, but Twisted and Django are both very well written/organised/documented |
||||
|
|
|
|
|||
|
|
|
|
I recently took a look over buildbot's code and it looked nice. See here |
|||
|
|
|
|
SCons, the only Python application I've come to like and use. |
|||
|
|
|
|
|||
|
|
|
|
I'll add docutils, and particularly its statemachine module. It's reasonably well designed and sticks to the basics (i.e. little or no metaclasses and the source isn't overrun with underscore methods like The project "eats its own dogfood" with all source code documentation for modules, classes, functions in reStructuredText format. Design and user documentation also written in reStructuredText. |
|||
|
|
|
|
Reddit. I've learned quite a bit about using Python for web development by browsing their source code. |
|||
|
|
|
|
Jinja 2. Not only its code but also the fantastic documentation that makes me wish every project had something like it. |
|||
|
|
|
BitTorrent? |
|||
|
|
|
|
|
|||
|
|
