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

[Tutor] Web framework module for Python.

2019-07-15 Thread mhysnm1964
All, I am currently not sure where to start with my query. I have a SQLite3 database which currently is being accessed by python code. I am seeking a simple python module which would support a local web app in order to update and insert rows, and run reports . This web app I am creating