[Answered ]-A means to access my db in python – what is my problem afterall?

2👍

The first thing you’ll need to do is deploy a web server (apache is a common choice).
Once your server is running, you can test it by pushing simple HTML files to it and make sure they are accessible to you from a browser.

Once your server is properly configured, you have a number of options available for interfacing your web-server with Python:

👤loginx

Leave a comment