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
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
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.
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
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
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
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
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
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',
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 :
(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
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
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
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
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
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
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
17 matches
Mail list logo