Is Django the way to go for a newbie?

Rustom Mody rustompmody at gmail.com
Tue Aug 11 00:08:22 EDT 2015


On Tuesday, August 11, 2015 at 8:59:47 AM UTC+5:30, Michael Torrie wrote:
> On 08/10/2015 07:49 PM, Dwight GoldWinde wrote:
> > Thank you, Gary, for this new information.
> > 
> > I will be looking into virtualenv and vertualenvwrapper.
> > 
> > I thought that Django was an IDE. But, it seems that an IDE is one more
> > thing that I need that I didn¹t know I needed!?
> 
> Django is a programming _library_ (also called a framework)

Please dont conflate library and framework.
Library, framework, DSL are different approaches for solving similar problems.
I personally tend to prefer DSL's, dislike frameworks and am neutral to libraries.
Which is why I would tend to start with flask + template-language + ORM
rather than start with a framework.
Others may have for very good reasons different preferences and that is fine¹.

But if you say equate all these, discussion becomes a mess.
-----------------
¹ html + js + css is a good example of how/why the DSL approach can lead to a mess. Curl shows a better way https://en.wikipedia.org/wiki/Curl_%28programming_language%29 aside from the politics



More information about the Python-list mailing list