5
votes
9answers
248 views
tools to aid in browsing/following (large) python projects’ source code
A specific example: becoming familiar with django's project source code (core, contrib, utils, etc.). Example of a useful tool: ctags - it allows you to "jump" to the file+location where a functio …
2
votes
tools to aid in browsing/following (large) python projects’ source code
The following is an aggregate of tools mentioned in other answers...
cscope
http://cscope.sourceforge.net/
wik …
