On Feb 15, 11:18 am, rebus_ <r.dav...@gmail.com> wrote: (snip) > But as Bruno pointed out, any decent code editor will do, just a > matter of preference.
Well, the point is that Django is about web programming, which usually imply using quite a few languages - html + whatever template system, javascript, css, quite often bits of SQL, the usual config-file formats, probably some shell scripting here and there, and (of course) a server-side language - in this case Python, but as far as I'm concerned (and I bet most web programmers will have this pattern) I often have to deal with PHP or other scripting languages. Also and FWIW, I also have to maintain Python apps based on other frameworks (mostly Zope/Plone to my regret). Not talking about the bits and pieces of C or other lower level languages... Having to learn a distinct "IDE" for each and any possible text format / language / framework / combination of... would be rather tedious. I find it better to master one good code editor that handle them all. My editor of choice happens to be Emacs, but there's no shortage of good code editors to choose from. My 2 cents... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.