Well, i would recommend that you use a simple editor(like vim in linux) or
Programmer's Notepad(in windows) for development in django/python.
It is much easier to develop and also helps you keep your development
environment 'lightweight'.

An IDE is required only for languages like Java, where there is loads of
boilerplate code; python inherently doesnt have much of it, and hence the
rationale to switch over to a 'simple editor'.

-V

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