On 2014-01-27 14:44, [email protected] wrote: > Why then adopt Django (or web2py) for a new project today, instead > of going pure JS? > > I am a big Python fan in terms of design and principles,
If you like JS as a language, then it makes sense to do everything in JS. However, I prefer Python by VAAAAAAAAAST measure over JS, so will always prefer to do the majority of my server-side code in a language that makes my life easier with things like iterators, generators, real OOP, indentation-based blocks, and a standard standard-library (with standard importing semantics). -tkc -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20140127175630.5310edba%40bigbox.christie.dr. For more options, visit https://groups.google.com/groups/opt_out.

