Re: [Tutor] Web framework module for Python.

2019-07-18 Thread Ben Finney
 writes:

> The web page is not going to have any fancy structure or visual effects at
> all. I am more than happy to hand-code the HTML/JavaScript. I have had a
> quick search and found a range of modules. Most of them indicate they are
> for CMS web sites and look far to complex for my needs. 
>
> If someone could point myself to a module and possibly a tutorial for the
> module. I would be grateful. Hopefully this is not to of a open question.

It's a good question. You have an answer that directs you to the Python
tutorial.

If you want to go beyond that, the Python Wiki has many suggestions
https://wiki.python.org/moin/WebProgramming> and for frameworks
specifically https://wiki.python.org/moin/WebFrameworks> (some may
be out of date though). Each has a short description, you can use that
to gauge whether you want to explore.

-- 
 \   “The Initial Mystery that attends any journey is: how did the |
  `\   traveller reach his starting point in the first place?” —Louise |
_o__)  Bogan, _Journey Around My Room_ |
Ben Finney

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Web framework module for Python.

2019-07-15 Thread Alan Gauld via Tutor
On 15/07/2019 07:56, mhysnm1...@gmail.com wrote:

> like apache. If there is a simple python module that can run a web server,
> this would be great. If there is a python module that can assist in building
> the HTMl, this would be great as well. I am not sure how to link python and
> the web HTML page together and haven't found anything that is clear on
> addressing my needs.

I have 4 topics in my tutorial that address this area.
All you need is in the standard library.

For a basic web server app look at the topic:

Writing Web Server Applications

However if you want more than the very basics then something
like Flask would make life easier (also in my tutorial! :-)

See the topic:
Using web Application Frameworks.

This even covers accessing SQLite data...

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor