Does anyone know anywhere there's a wide collection of python source code on the net with decent documentation? If so can someone post it up here, thanks.
+4
A:
Perhaps the Python Standard Library? Or are you looking for something more specific?
zenazn
2009-01-01 19:55:01
+3
A:
you can find a huge number of python libraries at the cheese shop.
Autoplectic
2009-01-01 19:56:54
+4
A:
I am not sure what you meant by "source code"? Source code of Python libraries or code examples and recipes?
Well the link to Python STL is great (@zenazn).
In addition to that if you are looking for specific issues and their solutions and recipes, I will suggest:
- http://code.activestate.com/recipes/langs/python/
- Stack overflow itself.
Though you won't find much documentation at these sources, but that is supplemented by great answers, comments and discussions.
JV
2009-01-01 20:10:07