Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Django': 0.03; 'cc:addr:python-list': 0.09; 'enormous': 0.09; 'ide': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'django': 0.13; 'instead.': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'openoffice': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'cc:2**2': 0.20; 'not,': 0.22; 'cc:no real name:2**0': 0.22; 'code,': 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'received:se': 0.29; 'editor': 0.34; 'tue,': 0.34; 'subject:?': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'subject:the': 0.39; 'some': 0.40; 'header:Message-Id:1': 0.61; 'more': 0.63; 'received:89': 0.80 To: Dwight GoldWinde cc: Gary Roach , Python Python , lac@openend.se From: Laura Creighton Subject: Re: Is Django the way to go for a newbie? In-Reply-To: Message from Dwight GoldWinde of "Tue, 11 Aug 2015 09:49:01 +0800." References: <55C7E15C.6070003@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <25838.1439284543.1@fido> Content-Transfer-Encoding: 8bit Date: Tue, 11 Aug 2015 11:15:43 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Tue, 11 Aug 2015 11:15:54 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439284565 news.xs4all.nl 2842 [2001:888:2000:d::a6]:52884 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95249 In a message of Tue, 11 Aug 2015 09:49:01 +0800, Dwight GoldWinde writes: >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!? > > >BIG SMILE... > >Always, Dwight An IDE is a convenience, and some people swear by them and couldn't live without them. An enormous number of people do without, though and just use an editor (one that is designed for code, naturally, such as emacs or VIM and not, OpenOffice or Notepad) instead. Laura