IDE on the level of Eclipse or DEVc++?

C

cirfu

is there an IDE for python of the same quality as Eclipse or DEVC++?

I am currently using the editor that coems iwth python and it is all
fine but for bigger projects it would be nice to have some way to
easier browse the projectfiles for example.
 
T

Tim Arnold

cirfu said:
is there an IDE for python of the same quality as Eclipse or DEVC++?

I am currently using the editor that coems iwth python and it is all
fine but for bigger projects it would be nice to have some way to
easier browse the projectfiles for example.

why not eclipse itself, using the pydev plugin?
--Tim
 
A

Andrii V. Mishkovskyi

2008/6/23 cirfu said:
is there an IDE for python of the same quality as Eclipse or DEVC++?

I am currently using the editor that coems iwth python and it is all
fine but for bigger projects it would be nice to have some way to
easier browse the projectfiles for example.

Actually, there is a great plugin for Eclipse, called PyDev. You
should check it out. :)
 
C

cirfu

i downloaded the extension for eclipse, nice.

any opinions of netbeans vs eclipse for python?
 
C

Colin J. Williams

cirfu said:
is there an IDE for python of the same quality as Eclipse or DEVC++?

I am currently using the editor that coems iwth python and it is all
fine but for bigger projects it would be nice to have some way to
easier browse the projectfiles for example.

I don't know these but you might look at
PyScripter.

Colin W.
 
T

Tim Cook

I highly recommend Wing http://www.wingware.com . There are various
licensing levels and even one for open source only developers. The
support is AWESOME!.

--Tim


is there an IDE for python of the same quality as Eclipse or DEVC++?

I am currently using the editor that coems iwth python and it is all
fine but for bigger projects it would be nice to have some way to
easier browse the projectfiles for example.
--
Timothy Cook, MSc
Health Informatics Research & Development Services
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook
Skype ID == timothy.cook
**************************************************************
*You may get my Public GPG key from popular keyservers or *
*from this link http://timothywayne.cook.googlepages.com/home*
**************************************************************

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQBIYDJr2TFRV0OoZwMRAo+uAKCrLUuFWVSB+mwAsu8L7IrcNhXiXQCgwQG5
4MyfvM6f7EJ51WSjYGDFyeg=
=DwLc
-----END PGP SIGNATURE-----
 
L

lotrpy

signature.asc
1KÏÂÔØ

I highly recommend Winghttp://www.wingware.com. There are various
licensing levels and even one for open source only developers. The
support is AWESOME!.

--Tim
+1 for WingIDE, My favorite Python IDE. Code Intelligence, Multi-
threaded debugging ......
 
R

Rich Healey

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
is there an IDE for python of the same quality as Eclipse or DEVC++?

I am currently using the editor that coems iwth python and it is all
fine but for bigger projects it would be nice to have some way to
easier browse the projectfiles for example.

I don't want to start a flamewar.

But I like vim.

- --
Rich Healey - (e-mail address removed)
Developer / Systems Admin - OpenPGP: 0x8C8147807
MSN: (e-mail address removed) AIM: richohealey33
irc.psych0tik.net -> #hbh #admins richohealey
irc.freenode.org -> #hbh #debian PythonNinja
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIYElBLeTfO4yBSAcRAvjqAJ9DIbb5qxLTh+s2k0AsUkmxoC0TtACdFj3x
hxVamWJkbDsslu8F+QhG2xA=
=G4vQ
-----END PGP SIGNATURE-----
 
R

Rich Healey

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Rich, could I take a look at your .vimrc , the python stuff.
thanks
hi

my .vimrc is quite simple
syntax on
set ai
"set nu
autocmd BufRead *.py set smartindent
cinwords=if,elif,else,for,while,try,except,finally,def,class
set ts=4
set et
set sw=4


- --
Rich Healey - (e-mail address removed)
Developer / Systems Admin - OpenPGP: 0x8C8147807
MSN: (e-mail address removed) AIM: richohealey33
irc.psych0tik.net -> #hbh #admins richohealey
irc.freenode.org -> #hbh #debian PythonNinja
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIYGGYLeTfO4yBSAcRAl4UAJ9osVZgMfQiClj0Jfs1fVBxNsx1MwCgkhW6
F4Kl5t1LVxJxGg+4ULiVMYE=
=VqgT
-----END PGP SIGNATURE-----
 
B

Bruno Desthuilliers

cirfu a écrit :
is there an IDE for python of the same quality as Eclipse or DEVC++?

I am currently using the editor that coems iwth python and it is all
fine but for bigger projects it would be nice to have some way to
easier browse the projectfiles for example.

If you're into clickodroms, you may want to have a look at Eric too. As
far as i'm concerned, I still wait for something that would be worth
dropping emacs + python-mode + ecb.
 
J

Jorge Godoy

Ben said:
I'm having the most success with this combination, yes. Though ecb is
rather non-Emacs-like in its configuration, and seems to strongly
expect to be run in graphical mode, it is still very powerful.

Heh... I'm another one that keeps trying new things but comes back to Emacs all the time.

Eclipse is too heavy, NetBeans has a poor support, Eric is too "mousy"...
 
C

cokofreedom

Heh... I'm another one that keeps trying new things but comes back to Emacs all the time.

Eclipse is too heavy, NetBeans has a poor support, Eric is too "mousy"...

How is emacs on a windows platform?
 
J

Jorge Godoy

How is emacs on a windows platform?

Except for Windows using _emacs instead of .emacs, it was the same I had on Linux, last time I tried it... :)

There are packages for Windows that have a lot of things pre-packaged to make it feel more like a Windows application, including keyboard shortcuts.
 

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,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top