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

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