Re: Tool for browsing python code

2009-06-17 Thread Kurt Smith
On Tue, Jun 16, 2009 at 7:48 AM, Lucas P Melo 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

Re: Tool for browsing python code

2009-06-17 Thread Paul Boddie
On 16 Jun, 14:48, Lucas P Melo 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. Are you limiting your inquiry to text editors or IDEs, or are Web- based solutions also inte

Re: Tool for browsing python code

2009-06-17 Thread Hendrik van Rooyen
Horace Blegg wrote: >I've heard from my cousin that his former high school classmate's >uncle did a research on a large statistical sample of programmers and >found that emacs users' brains are about 12% smaller than vi users' :) >I'm afraid it's the other way around, really. You see, emacs cont

Re: Tool for browsing python code

2009-06-16 Thread Horace Blegg
On Tue, Jun 16, 2009 at 3:15 PM, Daniel Fetchinson < fetchin...@googlemail.com> wrote: > >> "D'Arcy J.M. Cain" writes: > >> >> not sure if there are any "curses" base TUI's (!) for Python. > >> > vi > >> > >> emacs :) > > > > Hey, it was all pretty civil up till now. ;) > > I've heard from my co

Re: Tool for browsing python code

2009-06-16 Thread Daniel Fetchinson
>> "D'Arcy J.M. Cain" writes: >> >> not sure if there are any "curses" base TUI's (!) for Python. >> > vi >> >> emacs :) > > Hey, it was all pretty civil up till now. ;) I've heard from my cousin that his former high school classmate's uncle did a research on a large statistical sample of progra

Re: Tool for browsing python code

2009-06-16 Thread D'Arcy J.M. Cain
On Tue, 16 Jun 2009 21:22:12 +0100 Arnaud Delobelle wrote: > "D'Arcy J.M. Cain" writes: > >> not sure if there are any "curses" base TUI's (!) for Python. > > vi > > emacs :) Hey, it was all pretty civil up till now. ;) -- D'Arcy J.M. Cain | Democracy is three wolves http://www.dru

Re: Tool for browsing python code

2009-06-16 Thread Arnaud Delobelle
"D'Arcy J.M. Cain" writes: > On Tue, 16 Jun 2009 18:25:00 +0530 > Banibrata Dutta wrote: >> not sure if there are any "curses" base TUI's (!) for Python. > > vi emacs :) -- Arnaud -- http://mail.python.org/mailman/listinfo/python-list

Re: Tool for browsing python code

2009-06-16 Thread D'Arcy J.M. Cain
On Tue, 16 Jun 2009 18:25:00 +0530 Banibrata Dutta wrote: > not sure if there are any "curses" base TUI's (!) for Python. vi -- D'Arcy J.M. Cain | Democracy is three wolves http://www.druid.net/darcy/| and a sheep voting on +1 416 425 1212 (DoD#0082)(eNTP) |

Re: Tool for browsing python code

2009-06-16 Thread Banibrata Dutta
On Tue, Jun 16, 2009 at 6:18 PM, Lucas P Melo 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. > -- > http://mail.python.org/mailman/listinfo/python-list > If you

Re: Tool for browsing python code

2009-06-16 Thread Stef Mientki
Lucas P Melo 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. maybe a good IDE like PyScripter would do ? cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

Tool for browsing python code

2009-06-16 Thread Lucas P Melo
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. -- http://mail.python.org/mailman/listinfo/python-list