Currently, I have some Python files that establish a connection to an SQLite database in order to receive user inputs before doing some computations that determine the program's output. What is the most effective way to use Python on the web? I'm new to Python web development.
Example: When a user hits a button on a website, I want my Python files to run. Can it be done?
I began by using Django. But the learning process takes some time. CGI scripts were another something I observed. Which choice ought I to pick?