Re: Which IDE do you choose with django?

2008-10-14 Thread David Reynolds
On 13 Oct 2008, at 7:09 pm, Django users wrote: >> I am a newbie of django, and want to know which IDE is suit for >> django? >> >> thank your Textmate on OS X -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you ar

Re: Which IDE do you choose with django?

2008-10-13 Thread Adam Schmitz
I've just started using "Eric" for linux. It seems to work well so far. Code completion, auto-indent. Still have to use it more before I make an official opinion of it, but so far looks good. Also, I've just starting using Python/Django. My background is in Visual Studio so if anyone can recommend

Re: Which IDE do you choose with django?

2008-10-13 Thread Abdel Bolanos Martinez
Eclipse + Pydev + Aptana + SVN = Very good IDE On Mon, 2008-10-13 at 11:09 -0700, Django users wrote: > Geany, small, lighweight, fast, and also supports http, javascript, > etc > Supports plugins and has basic svn support > http://www.geany.org/ > > On Oct 12, 12:19 pm, zjffdu <[EMAIL PROTECT

Re: Which IDE do you choose with django?

2008-10-13 Thread Django users
Geany, small, lighweight, fast, and also supports http, javascript, etc Supports plugins and has basic svn support http://www.geany.org/ On Oct 12, 12:19 pm, zjffdu <[EMAIL PROTECTED]> wrote: > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your --~--~

Re: Which IDE do you choose with django?

2008-10-13 Thread mrsource
I'm using eclipse because I also work on JAVA and I didn't want to learn another editor for python. Are Komodo or Eric 4 able to hot replace code in the debug mode? Pydev can't do that. On 12 Ott, 23:22, "Rob Sutherland" <[EMAIL PROTECTED]> wrote: > On Sun, Oct 12, 2008 at 3:01 PM, Tim Chase > >

Re: Which IDE do you choose with django?

2008-10-13 Thread Cubells
En/na zjffdu ha escrit: > I am a newbie of django, and want to know which IDE is suit for > django? > vim is a good option... Cheers, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: Which IDE do you choose with django?

2008-10-13 Thread dusans
Pyscripter; best python interpreter, autocompletion, django debugging... On Oct 12, 6:19 pm, zjffdu <[EMAIL PROTECTED]> wrote: > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your --~--~-~--~~~---~--~~ You received this message

Re: Which IDE do you choose with django?

2008-10-13 Thread Andre Meyer
you might also want to take a look at the django-komodo-kit: http://code.google.com/p/django-komodo-kit/ cheers apm On Sun, Oct 12, 2008 at 11:13 PM, Anders Bergh <[EMAIL PROTECTED]> wrote: > > On Sun, Oct 12, 2008 at 6:19 PM, zjffdu <[EMAIL PROTECTED]> wrote: > > > > I am a newbie of django, a

Re: Which IDE do you choose with django?

2008-10-12 Thread James Matthews
I could never get Eric to install on Windows On Sun, Oct 12, 2008 at 10:20 PM, oso che bol <[EMAIL PROTECTED]> wrote: > Hi, > > How do you think about Eric4.2.1 with Django plugin? > > Regards, > -LN > > > On Mon, Oct 13, 2008 at 9:28 AM, reyjexter <[EMAIL PROTECTED]> wrote: > >> >> I use pydev b

Re: Which IDE do you choose with django?

2008-10-12 Thread oso che bol
Hi, How do you think about Eric4.2.1 with Django plugin? Regards, -LN On Mon, Oct 13, 2008 at 9:28 AM, reyjexter <[EMAIL PROTECTED]> wrote: > > I use pydev because I'm more of an eclipse guy > > -rey > > On Oct 13, 12:19 am, zjffdu <[EMAIL PROTECTED]> wrote: > > I am a newbie of django, and wan

Re: Which IDE do you choose with django?

2008-10-12 Thread reyjexter
I use pydev because I'm more of an eclipse guy -rey On Oct 13, 12:19 am, zjffdu <[EMAIL PROTECTED]> wrote: > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your --~--~-~--~~~---~--~~ You received this message because you are su

Re: Which IDE do you choose with django?

2008-10-12 Thread James Matthews
WingIde for python code and e-text editor for templates (sometimes notepad++) On Sun, Oct 12, 2008 at 3:08 PM, Marco Bazzani <[EMAIL PROTECTED]>wrote: > > > On Sun, Oct 12, 2008 at 11:32 PM, Jeff Anderson <[EMAIL PROTECTED]>wrote: > >> zjffdu wrote: >> > I am a newbie of django, and want to know

Re: Which IDE do you choose with django?

2008-10-12 Thread Marco Bazzani
On Sun, Oct 12, 2008 at 11:32 PM, Jeff Anderson <[EMAIL PROTECTED]>wrote: > zjffdu wrote: > > I am a newbie of django, and want to know which IDE is suit for > > django? > > > I'd say that it'd be good to continue using whatever IDE you use for > your other Python development. Django is, after all

Re: Which IDE do you choose with django?

2008-10-12 Thread Jeff Anderson
zjffdu wrote: > I am a newbie of django, and want to know which IDE is suit for > django? > I'd say that it'd be good to continue using whatever IDE you use for your other Python development. Django is, after all, simply Python code that you call from your code. Jeff Anderson signature.asc D

Re: Which IDE do you choose with django?

2008-10-12 Thread Gerard Petersen
My personal favorite is "Editra" Regards, Gerard. zjffdu wrote: > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your > > -- urls = { 'fun': 'www.zonderbroodje.nl', 'tech': 'www.gp-net.nl' } --~--~-~--~~~---~--~~ You

Re: Which IDE do you choose with django?

2008-10-12 Thread Rob Sutherland
On Sun, Oct 12, 2008 at 3:01 PM, Tim Chase <[EMAIL PROTECTED]> wrote: > Emacs is your thing, that would do, as would any other good > text-editor (some folks swear by TextMate or Notepad++). > I use Komodo Editor - http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml - I find that i

Re: Which IDE do you choose with django?

2008-10-12 Thread Anders Bergh
On Sun, Oct 12, 2008 at 6:19 PM, zjffdu <[EMAIL PROTECTED]> wrote: > > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your I use Komodo Edit, it's free and it has Python auto-completion etc. It runs on Windows, OS X and Linux. -- Anders Bergh --~--~

Re: Which IDE do you choose with django?

2008-10-12 Thread Tim Chase
> I am a newbie of django, and want to know which IDE is suit > for django? I second the use of a good text editor. I'm a Vim user, but if Emacs is your thing, that would do, as would any other good text-editor (some folks swear by TextMate or Notepad++). Some folks do use Eclipse (with the P

Re: Which IDE do you choose with django?

2008-10-12 Thread bruno desthuilliers
On 12 oct, 18:19, zjffdu <[EMAIL PROTECTED]> wrote: > I am a newbie of django, and want to know which IDE is suit for > django? Any decent text/code editor with support for Python and HTML will do. --~--~-~--~~~---~--~~ You received this message because you are su

Re: Which IDE do you choose with django?

2008-10-12 Thread mrsource
I'm using Eclipse with WTP (Web Tool Platform) and Pydev plugins. The eclipse debug interface is very powerful. On 12 Ott, 18:19, zjffdu <[EMAIL PROTECTED]> wrote: > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your --~--~-~--~~~-

Which IDE do you choose with django?

2008-10-12 Thread zjffdu
I am a newbie of django, and want to know which IDE is suit for django? thank your --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.