Python IDE

S

Simon Pickles

Hi,

I have recently moved from Windows XP to Ubuntu Gutsy.

I need a Python IDE and debugger, but have yet to find one as good as
Pyscripter for Windows. Can anyone recommend anything? What are you all
using?

Coming from a Visual Studio background, editing text files and using the
terminal to execute them offends my sensibilities :)

Thanks

Si
 
N

Nick J Chackowsky

Simon said:
Hi,

I have recently moved from Windows XP to Ubuntu Gutsy.

I need a Python IDE and debugger, but have yet to find one as good as
Pyscripter for Windows. Can anyone recommend anything? What are you all
using?

Coming from a Visual Studio background, editing text files and using the
terminal to execute them offends my sensibilities :)

Thanks

Si
Wingware IDE 101, Ubuntu package at http://wingware.com/downloads. I
love it; great for teaching/learning, built-in shell, run programs from
within the environment.
 
Z

Zentrader

This is a discussion on the Ubuntu forums-something like 51 pages
worth. Even though you are using Gutsy, you want to take a look at
KDevelop. It will install without problems even though it is KDE. A
lot of people use Geany or Eclipse also. Anyway, you can page through
as much of this thread as you like.
http://ubuntuforums.org/showthread.php?t=6762
 
S

SPE - Stani's Python Editor

Hi,

I have recently moved from Windows XP to Ubuntu Gutsy.

I need a Python IDE and debugger, but have yet to find one as good as
Pyscripter for Windows. Can anyone recommend anything? What are you all
using?

Coming from a Visual Studio background, editing text files and using the
terminal to execute them offends my sensibilities :)

Thanks

Si

SPE is developped on and works well with Ubuntu Gutsy. It includes a
debugger and gui builers. Get it from subversion:
http://pythonide.blogspot.com/2007/02/how-to-download-latest-spe-from_26.html

Stani
 
B

Bruno Desthuilliers

Simon Pickles a écrit :
Hi,

I have recently moved from Windows XP to Ubuntu Gutsy.

I need a Python IDE and debugger, but have yet to find one as good as
Pyscripter for Windows. Can anyone recommend anything? What are you all
using?

I'm not sure we're all using the same solutions. As far as I'm
concerned, it's emacs, which is just *great* when it comes to Python
programming.
Coming from a Visual Studio background,

Yuck. Sorry...
editing text files and using the
terminal to execute them offends my sensibilities :)

Probably because you don't quite get yet the difference between a
unix-like command line interface and what one can get with Windows.
 
A

AppZlove

Hi,

I have recently moved from Windows XP to Ubuntu Gutsy.

I need a Python IDE and debugger, but have yet to find one as good as
Pyscripter for Windows. Can anyone recommend anything? What are you all
using?

Coming from a Visual Studio background, editing text files and using the
terminal to execute them offends my sensibilities :)

Thanks

Si
 
R

rustom

I had problems installing pydev because of mylin/mylar. These forums
had the same issue a few days ago, see
http://groups.google.com/group/comp.lang.python/msg/59394feeada558fd

I was considering eclipse because I believe that eclipse gives good
refactoring support. [And a client wanted it!]
But then I found that eclipse uses pydev for python. And python uses
bicycle repair man -- which is what emacs uses for refactoring! So
might as well stay with emacs.

To substantiate what Bruno says:
The USP of python is that its an interpreter -- you can learn python
by playing around without an elaborate compile-link-test-edit cycle.
The USP of emacs (in this context) is its support for inferior
interpreters along with good editing support.
Hence the combo is quite hard to beat.
 
D

D.Hering

Hi,

I have recently moved from Windows XP to Ubuntu Gutsy.

I need a Python IDE and debugger, but have yet to find one as good as
Pyscripter for Windows. Can anyone recommend anything? What are you all
using?

Coming from a Visual Studio background, editing text files and using the
terminal to execute them offends my sensibilities :)

Thanks

Si

Eric4 is and excellent graphical IDE with built-in debugger, profiler,
project management, a RAD Qt4 builder (Qt designer), and all sorts of
other goodies.

http://www.die-offenbachs.de/eric/index.html

IMO, it's the way to go for Python development.
And since I prefer KDE (Kubuntu) over Gnome (Ubuntu) there's an even
greater attraction! Gotta love KDE.

-dieter
 

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

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top