Re: Best IDE for Django and python?

2008-11-26 Thread Ivan Mincik
Komodo Edit 5 couldn't run at Debian Etch. Has anybody some older version ? (4) Ivan On Wednesday 26 November 2008 17:50, vivek wrote: > > I also use komodo ide : > - It can be used with other dynamic languages like php, so if you > sometimes need to do something in languages other than

Re: Best IDE for Django and python?

2008-11-26 Thread vivek
I also use komodo ide : - It can be used with other dynamic languages like php, so if you sometimes need to do something in languages other than python, it can come in handy. - They have excellent licensing policy but i doubt there is any "best" ide to everyone's need. Most of choices

Re: Best IDE for Django and python?

2008-11-26 Thread Horst Gutmann
Well, if you install ipython, you also get auto completion with manage.py shell :-) -- Horst On Wed, Nov 26, 2008 at 4:20 PM, Steve Phillips <[EMAIL PROTECTED]> wrote: > I personally use Komodo Edit along with IDLE. Also instead of using > "manage.py shell" I use IDLE. I am so spoiled by the

Re: Best IDE for Django and python?

2008-11-26 Thread Andre Meyer
On Wed, Nov 26, 2008 at 4:20 PM, Steve Phillips <[EMAIL PROTECTED]> wrote: > I personally use Komodo Edit along with IDLE. Also instead of using > "manage.py shell" I use IDLE. I am so spoiled by the autocompletions. I am also using Komodo IDE and like it a lot. You may also want to check

Re: Best IDE for Django and python?

2008-11-26 Thread Steve Phillips
I personally use Komodo Edit along with IDLE. Also instead of using "manage.py shell" I use IDLE. I am so spoiled by the autocompletions. On 11/26/08, Chagel <[EMAIL PROTECTED]> wrote: > > > anyone know when NB has Django project support? > > > On Nov 25, 8:26 pm, bedros <[EMAIL PROTECTED]>

Re: Best IDE for Django and python?

2008-11-26 Thread Austin Gabel
I have been using WingIDE from www.wingware.com. I think it's pretty good. On Tue, Nov 25, 2008 at 2:27 AM, DragonSlayre <[EMAIL PROTECTED]> wrote: > > Hey, I'm getting started with a friend in developing a site with > Django, and we're both new to this, so I am wondering what people use > to

Re: Best IDE for Django and python?

2008-11-26 Thread Chagel
anyone know when NB has Django project support? On Nov 25, 8:26 pm, bedros <[EMAIL PROTECTED]> wrote: > I personally like Komodo Edit > > after trying komodo, I switched  from pydev and eclipse to komodo; > > On Nov 25, 10:56 am, "Antoni Aloy" <[EMAIL PROTECTED]> wrote: > > > > > 2008/11/25

Re: Best IDE for Django and python?

2008-11-25 Thread bedros
I personally like Komodo Edit after trying komodo, I switched from pydev and eclipse to komodo; On Nov 25, 10:56 am, "Antoni Aloy" <[EMAIL PROTECTED]> wrote: > 2008/11/25 Kurczak <[EMAIL PROTECTED]>: > > > > > I wonder why no one mentioned Komodo IDE or Komodo Edit. > > They're my

Re: Best IDE for Django and python?

2008-11-25 Thread Antoni Aloy
2008/11/25 Kurczak <[EMAIL PROTECTED]>: > > I wonder why no one mentioned Komodo IDE or Komodo Edit. > They're my personal favorites for bigger projects. Both are well > suited for dynamic languages and really lightweight compared to > Bloatclipse with pydev (or aptana). I have tested Komodo

Re: Best IDE for Django and python?

2008-11-25 Thread Kurczak
I wonder why no one mentioned Komodo IDE or Komodo Edit. They're my personal favorites for bigger projects. Both are well suited for dynamic languages and really lightweight compared to Bloatclipse with pydev (or aptana). --~--~-~--~~~---~--~~ You received this

Re: Best IDE for Django and python?

2008-11-25 Thread Ovnicraft
2008/11/25 Russell Keith-Magee <[EMAIL PROTECTED]> > > On Tue, Nov 25, 2008 at 5:27 PM, DragonSlayre <[EMAIL PROTECTED]> wrote: > > > > Hey, I'm getting started with a friend in developing a site with > > Django, and we're both new to this, so I am wondering what people use > > to manage all

Re: Best IDE for Django and python?

2008-11-25 Thread Abdel Bolanos Martinez
I think pydev + eclipse + aptana is the best choice, just configure correctly python PATH in pydev so the autocomplete works fine, debug your code with the extra option runserver 8080 --noreload works fine too, create external tools django commands, improve your pages with aptana, use firefox as

Re: Best IDE for Django and python?

2008-11-25 Thread Nikolay Panov
I'm using just gvim + some plugins (help.vim, autocomplpop.vim, snippetsEmu.vim, ...). As for me, this is quite enough. Have a nice day, Nikolay. On Tue, Nov 25, 2008 at 11:27, DragonSlayre <[EMAIL PROTECTED]> wrote: > > Hey, I'm getting started with a friend in developing a site with >

Re: Best IDE for Django and python?

2008-11-25 Thread bobhaugen
On Nov 25, 4:59 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > I'm yet to see an IDE that can deal elegantly with the > capabilities of a dynamic language. This is really not relevant to the original question, but if you say that, you've never used Smalltalk or Lisp. The Smalltalk

Re: Best IDE for Django and python?

2008-11-25 Thread Keyton Weissinger
It's unlikely I will be able to add much after Russ, but I will suggest a book that has helped me a GREAT deal in support of the IDE- approach: Foundations of Agile Python Development: http://www.amazon.com/Foundations-Python-Development-Experts-Source/dp/1590599810 It goes step-by-step over

Re: Best IDE for Django and python?

2008-11-25 Thread Russell Keith-Magee
On Tue, Nov 25, 2008 at 5:27 PM, DragonSlayre <[EMAIL PROTECTED]> wrote: > > Hey, I'm getting started with a friend in developing a site with > Django, and we're both new to this, so I am wondering what people use > to manage all their files, and for looking at documentation etc. While I must

Re: Best IDE for Django and python?

2008-11-25 Thread Horst Gutmann
OK, back to the topic at hand :-) While I personally don't use any IDE for developing in Python (I'm more the editor+cli kind of guy), the big Java-based IDEs are more and more opening up to other languages. For example Netbeans has now an early-access program for Python support [1] in their

Re: Best IDE for Django and python?

2008-11-25 Thread Ramdas S
Agreed! I see the same kind of arrogance in some of the posts and even more these days on IRC. I completely agree that some of us do ask questions, and sometimes without properly checking the available docs, archives of discussion and other known sources.It gets irritating as you see teh same

Re: Best IDE for Django and python?

2008-11-25 Thread Russell Keith-Magee
On Tue, Nov 25, 2008 at 5:42 PM, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On Tuesday 25 November 2008 01:57:09 pm DragonSlayre wrote: >> How do you develop your django projects, and where do you go when you >> need to find documentation? > > why do you not check the archives of this list?

Re: Best IDE for Django and python?

2008-11-25 Thread DragonSlayre
Well maybe the problem is that the answer is not obvious On Nov 25, 3:42 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On Tuesday 25 November 2008 01:57:09 pm DragonSlayre wrote: > > > How do you develop your django projects, and where do you go when you > > need to find documentation? > >

Re: Best IDE for Django and python?

2008-11-25 Thread Kenneth Gonsalves
On Tuesday 25 November 2008 01:57:09 pm DragonSlayre wrote: > How do you develop your django projects, and where do you go when you > need to find documentation? why do you not check the archives of this list? You are the 10,000th person to ask this same idiotic question -- regards KG

Best IDE for Django and python?

2008-11-25 Thread DragonSlayre
Hey, I'm getting started with a friend in developing a site with Django, and we're both new to this, so I am wondering what people use to manage all their files, and for looking at documentation etc. Having come from a Java background, I'm used to great documentation, and suspect that Java is