You can use Aptana which is basically Eclipse + PyDev and some other
features.

It offers everything you need and is free as in beer, whereas pycharm is
shareware.

I used to develop on Aptana, but now I just use vim + plugins and some
customization. It's lighter overall and I realize that the speed gained
from vim editing more than makes up for the missing features like a builtin
server/debugger.


Cheers,
AT

On Mon, Dec 19, 2011 at 8:58 AM, Donald Casson <donald.cas...@gmail.com>wrote:

> Eclipse, with the python plugins
> On Dec 19, 2011 8:36 PM, "Zhukov Pavel" <gel...@gmail.com> wrote:
>
>> PyCharm?
>>
>> On Mon, Dec 19, 2011 at 2:34 PM, Alec Taylor <alec.tayl...@gmail.com>
>> wrote:
>> > I'm looking for a Django IDE which incorporates the following features:
>> > - Syntax-highlighting
>> > - Projects (all code file of the project shown separated by directory
>> > in a sidebar)
>> > - Tabs (with close buttons on tab)
>> > - Code-completion (with good introspection)
>> > - Text-zoom support
>> > - Start/stop Django server
>> > - Run+restart Django server shell (manage.py shell) in project (i.e.
>> below code)
>> >
>> > I program on Windows and Linux, so it would be great if the IDE is
>> > supported on both platforms.
>> >
>> > Previously I was using Editra, but I requested an automatic import
>> > into embedded interpreter feature in April, which they still haven't
>> > integrated. So I am looking at alternatives :)
>> >
>> > Thanks for all suggestions,
>> >
>> > Alec Taylor
>> >
>> > --
>> > 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
>> django-users+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>> >
>>
>> --
>> 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
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>  --
> 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
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to