Re: Python IDE's

2005-12-25 Thread Colin J. Williams
J. D. Leach wrote: > Quick question as I am rather new to Python. What is the preferred tool > amongst you gurus to use in coding Python? I have ran across Eric3 and > found it to be pretty well full-featured. Any comments or suggestions for > better tools/IDE's? > > J.D. Leach I wouldn't say "pre

Re: Python IDE's

2005-12-24 Thread Szabolcs Nagy
it's a very common question here. try to search for an answer http://groups.google.com/group/comp.lang.python/search?q=python+ide&start=0&scoring=d&; also see http://wiki.python.org/moin/PythonEditors and http://wiki.python.org/moin/IntegratedDevelopmentEnvironments -- http://mail.python.org/mai

Re: Python IDE's

2005-08-12 Thread spe . stani . be
You might try out the next version of SPE 0.7.5.b which will ship with wxGlade for GUI Design and the Python Debugger of Nir Aides. Since 0.7.5.a it's also possible to customize your keyboard shortcuts. Stani http://pythonide.stani.be http://pythonide.stani.be/screenshots -- http://mail.python.

Re: Python IDE's

2005-08-04 Thread Mike Meyer
bruno modulix <[EMAIL PROTECTED]> writes: > Jon Hewer wrote: >> I do use Vim a lot. I am currently using it for some PHP development >> i'm doing. I'm been using it so much recently that i keep pressing >> ESC and typing vi commands out of vi. >> >> But, if i use Vi, then whenever i want to tes

Re: Python IDE's

2005-08-03 Thread bruno modulix
Jon Hewer wrote: > I do use Vim a lot. I am currently using it for some PHP development > i'm doing. I'm been using it so much recently that i keep pressing > ESC and typing vi commands out of vi. > > But, if i use Vi, then whenever i want to test some code i have to > open up python, import the

Re: Python IDE's

2005-08-02 Thread Benji York
Adriaan Renting wrote: > vi/vim is a godssend if you need a working system that needs to fit in 4 > Mb or ROM, but it's an editor not an IDE. > When talking about IDE's I mean a lot more as 'just' an editor, below is > my 'wishlist', I would be very interested what solutions you use, how > much ti

Re: Python IDE's

2005-08-02 Thread projecktzero
The thing that nudged me into trying VIM was the book, The Pragmatic Programmer. It mentioned Emacs and VIM and the value of learning a powerful editor and sticking with it. I had tried Emacs three times long ago, and it didn't click with me. I decided to try VIM, and it made a lot more sense to me

Re: Python IDE's

2005-08-02 Thread Wolfgang Keller
Hello, > Thanks for your reply - that link is very useful, and i have been browsing > through the various multiplatform editors/ide's (i'm looking for something to > use on both my Windows machines and my Mac) You might want to have a look at the archive of the Python-Mac mailinglist. Someone

Re: Python IDE's

2005-08-02 Thread Adriaan Renting
vi/vim is a godssend if you need a working system that needs to fit in 4 Mb or ROM, but it's an editor not an IDE. You can debate about how good an editor it is, but that's just differences in taste I suppose. When talking about IDE's I mean a lot more as 'just' an editor, below is my 'wishlist',

Re: Python IDE's

2005-08-01 Thread en.karpachov
On Mon, 01 Aug 2005 18:21:08 -0400 Benji York wrote: > Jon Hewer wrote: > > But, if i use Vi, then whenever i want to test some code i have to > > open up python, import the necessary modules and run it - I like the > > idea of developing python in an IDE and just hitting a run button. > > map :

Re: Python IDE's

2005-08-01 Thread gene tani
(instead of saying "google is your bud", & because this ? isn't readily FAQ-able) i suggest Google Advanced Searching c.l.py for "python IDE intellisense" or "code completion" or "regex debugger" or "contextual help" or "whatever_feature" (each feature has about 15 codenames, keep at it), maybe th

Re: Python IDE's

2005-08-01 Thread Benji York
Jon Hewer wrote: > But, if i use Vi, then whenever i want to test some code i have to > open up python, import the necessary modules and run it - I like the > idea of developing python in an IDE and just hitting a run button. map :w:!python % -- Benji York -- http://mail.python.org/mailman/list

Re: Python IDE's

2005-08-01 Thread Jon Hewer
I do use Vim a lot. I am currently using it for some PHP development i'm doing. I'm been using it so much recently that i keep pressing ESC and typing vi commands out of vi. But, if i use Vi, then whenever i want to test some code i have to open up python, import the necessary modules and run it

Re: Python IDE's

2005-08-01 Thread Caleb Hattingh
You know, for several years I was one of those people who simply ignored posts like this about Vi/Vim because I happened to come across it once on a sparc machine and thought it was ridiculous that I couldn't figure out how to type a simple note. I thought that Vi (Vim) was some kind of w

Re: Python IDE's

2005-08-01 Thread projecktzero
VIM or Emacs. I use VIM on Windows, Mac, and VMS. I'd consider it more of an editor than an IDE, but there are many IDE features available with plug ins. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE's

2005-08-01 Thread J.G.R. Hewer
Thanks for your reply - that link is very useful, and i have been browsing through the various multiplatform editors/ide's (i'm looking for something to use on both my Windows machines and my Mac) There are so many options, just wondering if anyone could recommend an IDE? I have tried Eclipse

Re: Python IDE's

2005-08-01 Thread Martin Franklin
Jon Hewer wrote: > Hi > > > > I am yet to find a Python IDE (for both Windows and Mac) that I like. > Any suggestions? > > > > Thanks > See:= http://wiki.python.org/moin/PythonEditors For more help Thanks Martin -- http://mail.python.org/mailman/listinfo/python-list