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 are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 good IDEs that are comparable to Visual
Studio please let me know.



On Mon, Oct 13, 2008 at 11:20 AM, Abdel Bolanos Martinez <
[EMAIL PROTECTED]> wrote:

>  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 supporthttp://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
>
>
>
>
> Abdel Bolaños Martínez
> Ing. Infórmatico
> Telf. 266-8562
> 5to piso, oficina 526, Edificio Beijing, Miramar Trade Center. ETECSA
> >
>


-- 
Adam

"Do one thing, and do it well."
  -- The UNIX Philosophy

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 PROTECTED]> wrote:
> > I am a newbie of django, and want to know which IDE is suit for
> > django?
> >
> > thank your
> > 
> 

 
Abdel Bolaños Martínez
Ing. Infórmatico
Telf. 266-8562
5to piso, oficina 526, Edificio Beijing, Miramar Trade Center. ETECSA

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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
--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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
>
> <[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 in combination with using the dejngo development server and
> import pdb; pdb.set_trace() you can have a pretty solid edit and debug
> environment without too much learning curve.
>
> > Some folks do use Eclipse (with the Python plugin) for their
> > needs, but I've found that overkill for my simple needs (and my
> > underpowered home machine(s))
>
> Amen to that :-)
--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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, 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
>
> >
>

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Which IDE do you choose with django?

2008-10-13 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 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
>>
>>
>
> >
>


-- 
http://www.goldwatches.com/

http://www.jewelerslounge.com/

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 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
>>
>> I've used VC2008 for coding some asp.net 2.0 web app and while the whole
> asp.net2.0 thing is a pain the IDE is really powerfull I hope somebody
> (maybe aptana) come up with an ide with some facilities like:
> manage.py in a more "visual" way,
> metaclasses (e.g. models, admin, FormFromModel ecc...) autocompletion and
> maybe template helper
> would be really great...
> but this is only my wondering :)
> cheers
>
>
> --
>
> Helen Hayes  - "Age is not important unless you're a cheese."
>
> >
>


-- 
http://www.goldwatches.com/

http://www.jewelerslounge.com/

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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, simply Python code
> that you call from your code.
>
> Jeff Anderson
>
> I've used VC2008 for coding some asp.net 2.0 web app and while the whole
asp.net2.0 thing is a pain the IDE is really powerfull I hope somebody
(maybe aptana) come up with an ide with some facilities like:
manage.py in a more "visual" way,
metaclasses (e.g. models, admin, FormFromModel ecc...) autocompletion and
maybe template helper
would be really great...
but this is only my wondering :)
cheers


-- 

Helen Hayes  - "Age is not important unless you're a cheese."

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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
Description: OpenPGP digital signature


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 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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 in combination with using the dejngo development server and
import pdb; pdb.set_trace() you can have a pretty solid edit and debug
environment without too much learning curve.

> Some folks do use Eclipse (with the Python plugin) for their
> needs, but I've found that overkill for my simple needs (and my
> underpowered home machine(s))

Amen to that :-)

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 Python plugin) for their 
needs, but I've found that overkill for my simple needs (and my 
underpowered home machine(s))

-tim





--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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
--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---