Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.070 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'advance': 0.07; 'mvc': 0.09; 'subject:using': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'suggest': 0.14; "wouldn't": 0.14; 'frameworks.': 0.16; 'message-id:@unknownmsgid': 0.16; 'workings': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'everyone,': 0.19; 'example': 0.22; 'aug': 0.22; 'manual': 0.22; 'putting': 0.22; 'cc:addr:python.org': 0.22; 'creating': 0.23; 'driven': 0.24; 'frameworks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'url:mailman': 0.30; 'work.': 0.31; 'code': 0.31; 'routine': 0.31; 'subject:development': 0.31; 'websites.': 0.31; 'anyone': 0.31; 'url:python': 0.33; 'framework': 0.33; 'core': 0.34; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'building': 0.35; 'singh': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'implement': 0.38; 'thank': 0.38; 'anything': 0.39; 'aspects': 0.39; 'extremely': 0.39; 'url:mail': 0.40; 'how': 0.40; 'easy': 0.60; 'simple': 0.61; 'back': 0.62; 'high': 0.63; 'myself': 0.63; 'taking': 0.65; 'iphone': 0.65; 'to:addr:gmail.com': 0.65; 'dont': 0.67; 'believe': 0.68; 'improvements': 0.68; 'apart': 0.72; 'cars': 0.84; 'learn.': 0.84; 'start.': 0.84; '2013,': 0.91; 'lazy': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:mime-version:in-reply-to:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=RvxiSu92+gy+tGcsOknKzA8xbfMaf57B+csXlrFhw4E=; b=oMNBId50jIUaSF31+QAWQRYBT0o7mMqfhjwzDCAhg2hUod2QhVbuW3qasgBQMy2pGN T++7jzNxMKLiGb0rRVIQJJ/3JJec9PdR/rW7aJJCc6g2StXyK9bxLlmgz3YifQsJ0xfG LhThBo8rdQj6IyUiErlaupOFlcUy0GnmAxEFhfutZ4zFlnTxK8Lh8P9iTEQQR/kmfP5V cYIHqbdI9P1oiE798Ws2jf/bd9stUUYp+QXLW3fkdTRCX/u50ZknWyCCHGHRizNCHhJo SNqFlBbW8T+q6Jg0lHAItP/e9qSNxG+GiIRW82AWo7YKgZQ0aqc54lOr+K+tWnubsvVg 1Nxg== X-Received: by 10.52.27.172 with SMTP id u12mr2552849vdg.64.1375506918421; Fri, 02 Aug 2013 22:15:18 -0700 (PDT) References: From: Rodrick Brown Mime-Version: 1.0 (1.0) In-Reply-To: Date: Sat, 3 Aug 2013 01:15:17 -0400 Subject: Re: web development in python without using any webframework To: Alok Singh Mahor Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375506927 news.xs4all.nl 15867 [2001:888:2000:d::a6]:41349 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51845 On Aug 3, 2013, at 12:37 AM, Alok Singh Mahor wrote: > Hello everyone, > few months back I started learning python and now I got nice familiarity.= now i want to use python for creating dynamic database driven websites. an= d I dont want to use existing web frameworks for my work. I am learning thi= ngs so I wont feel lazy to write all the code myself because I want to lea= rn. > > could anyone suggest me any books/site from where I can start. I want to = follow MVC architecture. so please suggest me some links/book or anything > > thank you in advance I believe the best way to go about this is by reading and learning from other frameworks and learning how others implement core aspects of a particular approach or routine by building dynamic web frameworks. This will not only will help you learn from a working example but you will also learn how to improve upon things and make improvements over time. I would start with a simple framework like flask. Flask is extremely simple easy to use and high extendable. If one wanted to learn about building cars they wouldn't start off with spare car-parts and a engine manual -- you would be better of taking apart an old Civic and learning about the inner workings and try putting it back together this is just my 2 cents. Sent from my iPhone > -- > http://mail.python.org/mailman/listinfo/python-list