Re: Best Python Editor

2006-06-02 Thread Edward K. Ream
I like scite for small tasks, Leo for larger tasks and python scripting. Leo's script buttons are something probably no other tool has: http://webpages.charter.net/edreamleo/customizing.html#creating-script-buttons Edward Edwar

Re: Best Python Editor

2006-06-01 Thread Terry Hancock
Fredrik Lundh wrote: > "Manoj Kumar P" wrote: > > Can anyone tell me a good python editor/IDE? > emacs! [...] Fredrik Lundh wrote: > "Manoj Kumar P" wrote: > > Can anyone tell me a good python editor/IDE? > vim! There is much truth in this man's replies. ;-D Cheers, Terry -- Terry Hancock

Re: Best Python Editor

2006-06-01 Thread Jarek Zgoda
Fredrik Lundh napisał(a): >>Can anyone tell me a good python editor/IDE? > > vim! jEdit! >>It would be great if you can provide the download link also. > > google it! google it! :D(I love these Vim <-> Emacs disputes) -- Jarek Zgoda http://jpa.berlios.de/ -- http:/

Re: Best Python Editor

2006-06-01 Thread [EMAIL PROTECTED]
In a windows enviroment, I am a big fan of conTEXT http://www.context.cx/ . Very powerful syntax highlighting for many, many languages . project workspace support . code template support . great file browsing and favorites support . good search/replace support across all open files In a unix env

Re: Best Python Editor

2006-06-01 Thread mystilleef
http://scribes.sourceforge.net/ http://scribes.sourceforge.net/snippets.htm (Flash Demo) Manoj Kumar P wrote: > Hi, > > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. > > Thank You, > -Manoj- > > > "SASKEN RATED Among THE Top 3 BEST COM

Re: Best Python Editor

2006-06-01 Thread vadim . feelsgood
I use WingIDE too. It is very convenient. Good auto-completion feature. It is not so heavy as Komodo. WingIDE was my the second step after Komodo. Just try it and u'll understand how it is good. [EMAIL PROTECTED] wrote: > > Can anyone tell me a good python editor/IDE? > > It would be great if you

Re: Best Python Editor

2006-06-01 Thread Fabio Zadrozny
On 1 Jun 2006 01:14:28 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:If we could go back to emacs again for a second...I'm still using emacs but have been playing with a few other ide's (wing, komodo + pydev) are the ones i've given a go recently.However I still end up coming back to emacs fo

Re: Best Python Editor

2006-06-01 Thread Rony Steelandt
I have to admit that I'm testing eclipse with pydev at the moment, and it looks realy good Rony > Hi, > > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. > > Thank You, > -Manoj- > > > "SASKEN RATED Among THE Top 3 BEST COMPANIES TO WOR

Re: Best Python Editor

2006-06-01 Thread dwelch91
Maric Michaud wrote: > Le Mercredi 31 Mai 2006 12:03, Manoj Kumar P a écrit : >> Hi, >> >> Can anyone tell me a good python editor/IDE? >> It would be great if you can provide the download link also. > > I didn't see on this list much PyQT users, is there a consensus about it ? > > I vote for lin

Re: Best Python Editor

2006-06-01 Thread [EMAIL PROTECTED]
> Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. WingIDE is very good. It gives very nice completions and has a nice thing called "source assistant" that shows the help of the function you're standing on and etc. But I don't think it's o

Re: Best Python Editor

2006-06-01 Thread [EMAIL PROTECTED]
If we could go back to emacs again for a second... I'm still using emacs but have been playing with a few other ide's (wing, komodo + pydev) are the ones i've given a go recently. However I still end up coming back to emacs for what I consider to be emacs mode's piece of 'killer functionality', (

Re: Best Python Editor

2006-05-31 Thread Timothy Grant
On 5/31/06, Manoj Kumar P <[EMAIL PROTECTED]> wrote: > > Hi, > > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. > > Thank You, > -Manoj- > > > "SASKEN RATED Among THE Top 3 BEST COMPANIES TO WORK FOR IN INDIA - SURVEY > 2005 conducted by

Re: Best Python Editor

2006-05-31 Thread jmdeschamps
bruno at modulix wrote: > Manoj Kumar P wrote: > > Hi, > > > > Can anyone tell me a good python editor/IDE? > > It would be great if you can provide the download link also. > > I hate to be the one answering this, but this is *really* a FAQ - as you > would have known if you had google'd this group

Re: Best Python Editor

2006-05-31 Thread Franz Steinhaeusler
On Wed, 31 May 2006 15:33:29 +0530, "Manoj Kumar P" <[EMAIL PROTECTED]> wrote: > >Hi, > >Can anyone tell me a good python editor/IDE? >It would be great if you can provide the download link also. > For a simple start: Scite is small, good, cross platform, free and open source and you can launch t

Re: Best Python Editor

2006-05-31 Thread M�ta-MCI
Hi! Komodo (http://www.activestate.com/Products/Komodo) is great, for me. @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Best Python Editor

2006-05-31 Thread bruno at modulix
Manoj Kumar P wrote: > Hi, > > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. I hate to be the one answering this, but this is *really* a FAQ - as you would have known if you had google'd this group for this. -- bruno desthuilliers py

Re: Best Python Editor

2006-05-31 Thread Ben Finney
[Please refrain from obnoxious advertising or legal disclaimers on your messages to any discussion forum.] "Manoj Kumar P" <[EMAIL PROTECTED]> writes: > Can anyone tell me a good python editor/IDE? The leading programmer's editors are Emacs and Vim. Both have good support for working with Python

Re: Best Python Editor

2006-05-31 Thread Rony Steelandt
> Manoj Kumar P enlightened us with: >> Can anyone tell me a good python editor/IDE? >> It would be great if you can provide the download link also. > > VIM 7 is great, http://www.vim.org/ > > Sybren Another VIM user here -- --- Rony Steelandt BuCodi rony dot steelandt (at) bucodi dot com Visit

Re: Best Python Editor

2006-05-31 Thread Maric Michaud
Le Mercredi 31 Mai 2006 12:03, Manoj Kumar P a écrit : > Hi, > > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. I didn't see on this list much PyQT users, is there a consensus about it ? I vote for linux+kdevelop for a good IDE (didn't

Re: Best Python Editor

2006-05-31 Thread Sybren Stuvel
Manoj Kumar P enlightened us with: > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. VIM 7 is great, http://www.vim.org/ Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, b

Re: Best Python Editor

2006-05-31 Thread t . buehler
PyScripter is small and fast. http://mmm-experts.com/Products.aspx?ProductId=4 > > Hi, > > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. > > Thank You, > -Manoj- > > > "SASKEN RATED Among THE Top 3 BEST COMPANIES TO WORK FOR IN INDIA

Re: Best Python Editor

2006-05-31 Thread Fredrik Lundh
"Manoj Kumar P" wrote: > Can anyone tell me a good python editor/IDE? vim! > It would be great if you can provide the download link also. google it! -- http://mail.python.org/mailman/listinfo/python-list

Re: Best Python Editor

2006-05-31 Thread Fredrik Lundh
"Manoj Kumar P" wrote: > Can anyone tell me a good python editor/IDE? emacs! > It would be great if you can provide the download link also. google it! -- http://mail.python.org/mailman/listinfo/python-list

Re: Best Python Editor

2006-05-31 Thread Max M
Manoj Kumar P wrote: > Hi, > > Can anyone tell me a good python editor/IDE? > It would be great if you can provide the download link also. pydev on top of eclipse is a nice tool. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 4