On Tue, Jun 16, 2009 at 7:48 AM, Lucas P Melo<lukepada...@gmail.com> wrote: > Is there any tool for browsing python code? (I'm having a hard time trying > to figure this out) > Anything like cscope with vim would be great.
Check out pycscope: http://pypi.python.org/pypi/pycscope/0.3 I use it myself, and it works fine. Better than ctags/etags for python. Kurt -- http://mail.python.org/mailman/listinfo/python-list