Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95362

Re: Is Django the way to go for a newbie?

Path csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <torriem+gmail@torriefamily.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Django': 0.03; 'framework.': 0.07; 'seemed': 0.07; 'ide': 0.09; 'libraries.': 0.09; 'orm': 0.09; 'python.': 0.11; 'django': 0.13; '(also': 0.16; 'at.': 0.16; 'dislike': 0.16; 'dsl,': 0.16; 'framework,': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; "he'll": 0.16; 'install.': 0.16; 'neutral': 0.16; 'relates': 0.16; 'templating': 0.16; 'wrote:': 0.16; 'frameworks': 0.18; 'library,': 0.18; '>>>': 0.20; 'library': 0.20; '2015': 0.20; 'libraries': 0.22; 'preferences': 0.22; 'referring': 0.22; 'programming': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'discussion': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; '(which': 0.26; 'least': 0.27; 'tend': 0.27; '(optional)': 0.29; 'context,': 0.29; 'system?': 0.29; "i'm": 0.30; 'becomes': 0.30; 'probably': 0.31; 'getting': 0.33; 'michael': 0.33; 'similar': 0.33; 'message-id:@gmail.com': 0.34; 'gets': 0.35; 'solving': 0.35; 'quite': 0.35; 'but': 0.36; 'too': 0.36; 'to:addr:python- list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'say': 0.37; 'received:org': 0.37; 'thought': 0.37; 'thank': 0.38; 'why': 0.39; 'goes': 0.39; 'sure': 0.39; 'subject:the': 0.39; "didn't": 0.39; 'along': 0.39; 'received:192': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'called': 0.40; 'him': 0.60; 'personally': 0.61; 'charset:windows-1252': 0.62; 'making': 0.62; 'course': 0.62; 'more': 0.63; 'different': 0.63; 'dont': 0.64; 'approaches': 0.72; 'august': 0.75; 'confusing': 0.84; 'dsl': 0.84; 'utc+5:30,': 0.84
X-Virus-Scanned amavisd-new at torriefamily.org
Date Thu, 13 Aug 2015 19:05:10 -0600
From Michael Torrie <torriem@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Is Django the way to go for a newbie?
References <D1ECF359.10CC65%Dwight@GoldWinde.com> <55C7E15C.6070003@verizon.net> <D1EF74EF.10D290%Dwight@GoldWinde.com> <mailman.60.1439263774.3627.python-list@python.org> <6f2dc159-146b-44b8-b72e-fa34c4dc43cf@googlegroups.com>
In-Reply-To <6f2dc159-146b-44b8-b72e-fa34c4dc43cf@googlegroups.com>
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 8bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.181.1439514315.3627.python-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1439514315 news.xs4all.nl 2944 [2001:888:2000:d::a6]:36628
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95362

Show key headers only | View raw


On 08/10/2015 10:08 PM, Rustom Mody wrote:
> 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.

Ahh. Well at least you didn't rail on me for being too lazy to
capitalize acronyms like html.

Given that until recently he thought Django was an IDE, I think calling
Django a library is fair, as it describes to him how it relates to
Python.  You download it and install it and it goes in site-packages
along with all the other libraries you might install.  Of course it
comes with utilities as well (which I mentioned).  Making the
distinctions you are making, in this context, is probably ultimately
going to be confusing to him at this stage of the game.  As he gets
familiar with django I don't think he'll find this original
simplification confusing, nor has it seemed to make this discussion a mess.

As to the DSL, I'm not quite sure which part of django you're getting
at.  Are you referring to the (optional) templating system?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Is Django the way to go for a newbie? Michael Torrie <torriem@gmail.com> - 2015-08-10 21:29 -0600
  Re: Is Django the way to go for a newbie? Rustom Mody <rustompmody@gmail.com> - 2015-08-10 21:08 -0700
    Re: Is Django the way to go for a newbie? Michael Torrie <torriem@gmail.com> - 2015-08-13 19:05 -0600
      Re: Is Django the way to go for a newbie? Rustom Mody <rustompmody@gmail.com> - 2015-08-13 18:30 -0700
        Re: Is Django the way to go for a newbie? Michael Torrie <torriem@gmail.com> - 2015-08-13 21:10 -0600
        Re: Is Django the way to go for a newbie? Laura Creighton <lac@openend.se> - 2015-08-14 06:23 +0200
    Re: Is Django the way to go for a newbie? Chris Angelico <rosuav@gmail.com> - 2015-08-14 11:44 +1000

csiph-web