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


Groups > comp.lang.python > #99099

Re: Dabbling in web development

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: Dabbling in web development
Date Thu, 19 Nov 2015 15:03:47 -0700
Lines 11
Message-ID <mailman.491.1447970669.16136.python-list@python.org> (permalink)
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 <ian.g.kelly@gmail.com>
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 <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>
Xref csiph.com comp.lang.python:99099

Show key headers only | View raw


On Thu, Nov 19, 2015 at 2:53 PM, bSneddon <w.g.sneddon@gmail.com> 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.   Really thought, I just want to dabble and do some easy stuff.   Does anyone have any suggestons?   I have a a website hosted with a hosting company who is 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 going.

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


Thread

Dabbling in web development bSneddon <w.g.sneddon@gmail.com> - 2015-11-19 13:53 -0800
  Re: Dabbling in web development Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-19 15:03 -0700
  Re: Dabbling in web development Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-11-19 22:35 +0000
  Re: Dabbling in web development Laura Creighton <lac@openend.se> - 2015-11-19 23:53 +0100
    Re: Dabbling in web development Marko Rauhamaa <marko@pacujo.net> - 2015-11-20 01:07 +0200
      Re: Dabbling in web development Laura Creighton <lac@openend.se> - 2015-11-20 00:28 +0100
  Re: Dabbling in web development Chris Angelico <rosuav@gmail.com> - 2015-11-20 10:09 +1100
  Re: Dabbling in web development Laura Creighton <lac@openend.se> - 2015-11-20 00:20 +0100
  Re: Dabbling in web development Dietmar Schwertberger <maillist@schwertberger.de> - 2015-11-20 00:02 +0100
    Re: Dabbling in web development bSneddon <w.g.sneddon@gmail.com> - 2015-11-20 10:01 -0800

csiph-web