Hello Everyone, I am working on one small site and I am confused to choose the right framework for which one is best between flask, dash, bottle, and django. I have checked top python web framework but still confused. Can anyone suggest to me?
I've installed Python 3.6.1 (using Menu -> Tools -> Quick add -> python-3.6), and then when I try to run any .py script via a web browser, I get the browser's prompt to Open or Save the .py file.
So, Nginx isn't executing the script. I searched the forums and there are instructions on adding a .py handler for Apache, but I couldn't find any instructions for Nginx.
Does anyone know how to execute Python scripts in Nginx?