Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Dabbling in web development Date: Thu, 19 Nov 2015 15:03:47 -0700 Lines: 11 Message-ID: References: <2a5d3947-a49a-48f8-bc4c-7d126d3d6fef@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de LaCAn/2jJzoR/vce7INpmA1fBJ0VcerPfEcadnJ3+aCA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:209.85.223': 0.03; 'django.': 0.05; 'python': 0.10; 'apache': 0.14; 'thu,': 0.15; 'developement': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'stuff.': 0.16; 'wrote:': 0.16; 'frameworks': 0.18; '2015': 0.20; 'examples': 0.24; 'header:In- Reply-To:1': 0.24; 'hosting': 0.25; 'installed': 0.26; 'message- id:@mail.gmail.com': 0.27; 'server.': 0.30; 'supposed': 0.31; 'anyone': 0.32; 'received:google.com': 0.35; 'nov': 0.35; 'something': 0.35; 'but': 0.36; 'too': 0.36; 'should': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'hosted': 0.36; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'received:209': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'company': 0.60; 'easy': 0.60; 'to:name:python': 0.84; 'serious': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=fV67Vy9IEOJqYwaoJOI5MW0a0mY9r7lKqfBER7D7WIk=; b=aL+xlAds5SePSEn1H8PlAXwbsvCKCMMk5OW7gy/mXevr5Oz1t5Ws5kLk2rbzWbopMX qiBHdb5MopL+3FNXVXw6zR1c793H8iyf4uL0N3ren7GCgI6VLaGqQrn36YFF/YlzhMkO JhqvU9+wRakn1RdHpARrc/DRilF7q5A+N8GEOlH1S9tNFPHvAzcdC+uNhZA0Pkvn6/IS Uf9UiPRHLTEN3I1PkiN6GE39yAT8qEgBr0pkrdIx6DEa5I1v1guKWg4QgCcGAqFqAZjj LOkMfSMdoXu536xqlZtrH330e7S1SJveGpoFx2C80bMBx45uU2wPr1aT1YHfgzzmRIdG dM7A== X-Received: by 10.107.137.226 with SMTP id t95mr10572357ioi.188.1447970666473; Thu, 19 Nov 2015 14:04:26 -0800 (PST) In-Reply-To: <2a5d3947-a49a-48f8-bc4c-7d126d3d6fef@googlegroups.com> 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: , Xref: csiph.com comp.lang.python:99099 On Thu, Nov 19, 2015 at 2:53 PM, bSneddon wrote: > I know there are a plethora of web frameworks out there for Python and to= be serious about website developement I should learn on like Django. Rea= lly thought, I just want to dabble and do some easy stuff. Does anyone ha= ve any suggestons? I have a a website hosted with a hosting company who i= s supposed to have python support but hard to know what they have installed= on there apache server. I have seen a few examples out there but not too= many. Flask is a good choice if you're just looking for something easy to get goi= ng.