Tool for browsing python code
Kurt Smith
kwmsmith at gmail.com
Wed Jun 17 10:38:42 EDT 2009
On Tue, Jun 16, 2009 at 7:48 AM, Lucas P Melo<lukepadawan at 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
More information about the Python-list
mailing list