Can you point me to a large Python open-source project?
open-source, python
Solution
Chandler is a really huge one that had problems because of its size and the developers working on it, so you can learn from their failures. There's a book written about it too.
Wingware Python IDE is a huge project, unfortunately it's closed source. But I think it's still interesting to see what a large desktop application is like in Python.
Problem
I would like to see how a large (>40 developers) project done with Python looks like: - how the code looks like - what folder structure they use - what tools they use - how they set up the collaboration environment - what kind of documentation they provide It doesn't matter what type of software it is (server, client, application, web, ...) but I would prefer something mature (version 1.0 already done)