help a newbie with a IDE/book combination

M

mamadu

Hi,

I already have a couple of newbie books on Python itself, but would
rather get started with a nice to use IDE and I am therefore looking
for a good IDE to learn Python. On my computer I have installed eric
(http://ericide.python-hosting.com/) but it lacks any kind of useful
documentation on its use.

Is there a good IDE which would be well documented out there?

Many thanks

Mamadu

PS: I use Debian GNU/Linux on all my computers, a 500MHz proc, 256MB
RAM.
 
K

kilnhead

Hi,

I already have a couple of newbie books on Python itself, but would
rather get started with a nice to use IDE and I am therefore looking
for a good IDE to learn Python. On my computer I have installed eric
(http://ericide.python-hosting.com/) but it lacks any kind of useful
documentation on its use.

Is there a good IDE which would be well documented out there?

Many thanks

Mamadu

PS: I use Debian GNU/Linux on all my computers, a 500MHz proc, 256MB
RAM.
 
K

kilnhead

Hi,

I already have a couple of newbie books on Python itself, but would
rather get started with a nice to use IDE and I am therefore looking
for a good IDE to learn Python. On my computer I have installed eric
(http://ericide.python-hosting.com/) but it lacks any kind of useful
documentation on its use.

Is there a good IDE which would be well documented out there?

Many thanks

Mamadu

PS: I use Debian GNU/Linux on all my computers, a 500MHz proc, 256MB
RAM.

I have used spe and pyscripter on windows. I currently use Eclipse and
this it is the best of the lot in terms of functionality. However, it
does take some effort to get comfortable with. I only wish it had a GUI
builder for python.
 
D

Don Taylor

kilnhead said:
I have used spe and pyscripter on windows. I currently use Eclipse and
this it is the best of the lot in terms of functionality. However, it
does take some effort to get comfortable with. I only wish it had a GUI
builder for python.
I have found that wxGlade plays nicely with Eclipse/Pydev extensions.
Eclipse recognizes when wxGlade modifies a .py file and reloads it if
you have it open for editing. The Pydev debugger works (for me) with
wxGlade (wxPython) applications.

wxGlade does not try to impose a project file structure so Eclipse can
manage all of the files, just create wxGlade's files in the Eclipse
project folder and refresh the project to get Eclipse to recognise them.

I have not tried it but I think that you can launch wxGlade from within
Eclipse as an 'External Tool'. I find it easy enough just to have both
Eclipse and wxGlade running at the same time.


Don.
 
B

Bruno Desthuilliers

Hi,

I already have a couple of newbie books on Python itself, but would
rather get started with a nice to use IDE and I am therefore looking
for a good IDE to learn Python. On my computer I have installed eric
(http://ericide.python-hosting.com/) but it lacks any kind of useful
documentation on its use.

Is there a good IDE which would be well documented out there?

<imho>
You really don't need a full blown IDE to learn Python - any decent code
editor will do. Learning to use an IDE can take some time (even with a
good documentation), and you'll probably have more clues wrt/ IDE
choice/usage once you'll know at least the language basics.

Also, there's a problem with language-specific IDEs: you have to learn a
new IDE for each language. A good, extensible code editor (emacs, Vim,
etc) can be a better solution if you use different languages.
</imho>
 
S

SPE - Stani's Python Editor

(e-mail address removed) schreef:
Is there a good IDE which would be well documented out there?
You could choose for SPE (http://pythonide.stani.be). If you donate as
little as $1 (more is of course welcome), you'll receive the SPE manual
as a pdf.
PS: I use Debian GNU/Linux on all my computers, a 500MHz proc, 256MB
RAM.
There is a deb package for SPE on the SPE website. Install that one
rather than the package on MOTU, which seems to be broken.

Stani
 
R

Ron Rogers Jr.

On 9 Jul 2006 16:42:27 -0700
Hi,

I already have a couple of newbie books on Python itself, but
would rather get started with a nice to use IDE and I am
therefore looking for a good IDE to learn Python.

Is there a good IDE which would be well documented out there?


Python comes with IDLE. It should be in /usr/local/bin

If not try:

python2.4 /usr/local/lib/python2.4/idlelib/idle.py

I like idle as a beginner because it's easy for me to test out
my simple little learning scripts while in it. (though I figure
there's probably a way to do that from within vim or emacs)

As some suggested, as a beginner you don't need much of a super
powered IDE. If I wasn't using IDLE, I'd be using vim or gvim.


CronoCloud (Ron Rogers Jr.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top