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


Groups > comp.lang.python > #99271

Re: Creating a Dynamic Website Using Python

X-Received by 10.50.20.165 with SMTP id o5mr7899757ige.11.1448285186930; Mon, 23 Nov 2015 05:26:26 -0800 (PST)
X-Received by 10.50.20.162 with SMTP id o2mr295252ige.7.1448285186910; Mon, 23 Nov 2015 05:26:26 -0800 (PST)
Path csiph.com!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!mv3no1114944igc.0!news-out.google.com!l1ni6449igd.0!nntp.google.com!mv3no1114937igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Mon, 23 Nov 2015 05:26:26 -0800 (PST)
In-Reply-To <mailman.65.1448281265.2291.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=2404:e800:ee12:41:68e6:354f:fe68:80a3; posting-account=V6fVrwoAAAB_KNNhh7gdmvqhYlmrIkSO
NNTP-Posting-Host 2404:e800:ee12:41:68e6:354f:fe68:80a3
References <7710a5aa-ef92-40a9-9b00-59ed1dc80103@googlegroups.com> <mailman.65.1448281265.2291.python-list@python.org>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <b59f3646-c301-4d39-b1cc-5d1daeb12ec6@googlegroups.com> (permalink)
Subject Re: Creating a Dynamic Website Using Python
From Cai Gengyang <gengyangcai@gmail.com>
Injection-Date Mon, 23 Nov 2015 13:26:26 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.python:99271

Show key headers only | View raw


Ok, I will look through the Flask tutorials then ...


On Monday, November 23, 2015 at 8:21:28 PM UTC+8, Chris Angelico wrote:
> On Mon, Nov 23, 2015 at 8:55 PM, Cai Gengyang <gengyangcai@gmail.com> wrote:
> > So I have gone through the CodeAcademy Python modules and decided to jump straight into a project.
> >
> > I want to create a dynamic web-based site like this --- https://www.wedpics.com using Python
> >
> > How / where do I start ?
> 
> While it's *possible* to create a web site using just a base Python
> install, it's a lot more work than you need. What you should instead
> do is pick up one of the popular web frameworks like Django, Flask,
> Bottle, etc, and use that. Pick a framework (personally, I use Flask,
> but you can use any of them), and work through its tutorial. Then,
> depending on how fancy you want your site to be, you'll need anywhere
> from basic to advanced knowledge of the web's client-side technologies
> - HTML, CSS, JavaScript, and possibly some libraries like Bootstrap,
> jQuery, etc. Again, pick up any that you want to use, and work through
> their tutorials.
> 
> This is a massively open-ended goal. You can make this as big or small
> as you want.
> 
> ChrisA

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


Thread

Creating a Dynamic Website Using Python Cai Gengyang <gengyangcai@gmail.com> - 2015-11-23 01:55 -0800
  Re: Creating a Dynamic Website Using Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-11-23 11:31 +0000
  Re: Creating a Dynamic Website Using Python Chris Angelico <rosuav@gmail.com> - 2015-11-23 23:21 +1100
    Re: Creating a Dynamic Website Using Python Cai Gengyang <gengyangcai@gmail.com> - 2015-11-23 05:26 -0800

csiph-web