473,385 Members | 1,753 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,385 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 13522
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.