473,508 Members | 2,213 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 13539
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
7132
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
7336
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,...
1
7063
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5640
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5059
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3211
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3196
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
773
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
432
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.