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


Groups > comp.lang.python > #99268

Re: Creating a Dynamic Website Using Python

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Creating a Dynamic Website Using Python
Date 2015-11-23 23:21 +1100
Message-ID <mailman.65.1448281265.2291.python-list@python.org> (permalink)
References <7710a5aa-ef92-40a9-9b00-59ed1dc80103@googlegroups.com>

Show all headers | View raw


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 | Next 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