Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Django': 0.03; 'apis': 0.07; 'django,': 0.09; 'editor.': 0.09; 'ide': 0.09; 'sub': 0.09; 'python': 0.10; 'django': 0.13; '(also': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'library).': 0.16; 'url:djangoproject': 0.16; 'wrote:': 0.16; 'basically': 0.18; 'all,': 0.20; 'libraries': 0.22; 'programming': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'developers': 0.26; 'not.': 0.27; 'code': 0.30; 'programmers': 0.30; 'useful': 0.33; 'message-id:@gmail.com': 0.34; 'definition': 0.34; 'could': 0.35; 'text': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'thought': 0.37; 'doing': 0.38; 'thank': 0.38; 'subject:the': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'called': 0.40; 'some': 0.40; 'free,': 0.60; 'your': 0.60; 'documents': 0.61; 'personally': 0.61; 'charset:windows-1252': 0.62; 'more': 0.63; 'website:': 0.65; 'enjoy': 0.66; 'commercial': 0.73; 'completion': 0.79; 'sublime': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Mon, 10 Aug 2015 21:29:22 -0600 From: Michael Torrie 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: <55C7E15C.6070003@verizon.net> In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439263774 news.xs4all.nl 2921 [2001:888:2000:d::a6]:49433 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95240 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) that makes web development easier/possible in Python (well it's some tools as well as a library). Basically check out the introductory documents at their website: https://www.djangoproject.com/start/ Depending on your definition of IDE, many Python programmers and Django developers don't use an IDE at all, but just a nice programmer's text editor. Many people enjoy using the commercial Sublime Text editor. Personally I use ViM. An IDE could be useful for doing web development in Django, with code completion as Django has many sub libraries and lots of APIs to remember. Do a search for Python IDEs. Some are free, some are not.