473,320 Members | 1,691 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Python IDE

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
Nov 3 '07 #1
11 13514
Simon Pickles wrote:
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 use Eric. Works very well for me.

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

Morten
Nov 3 '07 #2
On Nov 3, 9:11 am, Simon Pickles <sipick...@hotmail.comwrote:
>I need a Python IDE and debugger . . .
I use vim on both Windows XP and Debian, but I used to use Komodo for
big projects.

Try the free trial of Komodo

http://www.activestate.com/Products/komodo_ide/

It has what you want, and it comes with licenses for both Windows and
Linux.

rd

Nov 3 '07 #3
Simon Pickles wrote:
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.

--
Posted via a free Usenet account from http://www.teranews.com

Nov 3 '07 #4
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

Nov 4 '07 #5
On 3 nov, 15:11, Simon Pickles <sipick...@hotmail.comwrote:
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/0...e-from_26.html

Stani
--
http://photobatch.stani.be
http://pythonide.stani.be

Nov 4 '07 #6
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.
Nov 4 '07 #7
On Nov 3, 10:11 pm, Simon Pickles <sipick...@hotmail.comwrote:
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
-------------
eclipse + pydev plugin will be a good choice.
thanks
Nov 10 '07 #8
On Nov 10, 8:43 am, AppZl...@gmail.com wrote:
On Nov 3, 10:11 pm, Simon Pickles <sipick...@hotmail.comwrote:
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

-------------
eclipse + pydev plugin will be a good choice.
thanks
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....394feeada558fd

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.

Nov 10 '07 #9
On Nov 3, 9:11 am, Simon Pickles <sipick...@hotmail.comwrote:
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

Nov 10 '07 #10
On Nov 3, 6:11 am, Simon Pickles <sipick...@hotmail.comwrote:
Coming from a Visual Studio background, editing text files and using the
terminal to execute them offends my sensibilities :)
YOu should take a look at Wing IDE Professional - www.wingware.com
Nov 10 '07 #11
On Nov 3, 2007 10:28 AM, BartlebyScrivener <bs**********@gmail.comwrote:
Try the free trial of Komodo

http://www.activestate.com/Products/komodo_ide/
Komodo Edit is free
http://www.activestate.com/Products/komodo_edit/

Open Komodo is free and open source:
http://www.openkomodo.com/
Nov 10 '07 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.