Simple python http server with python interpreter
Simple python http server with python interpreter.
I made this as a simple web application development environment with Python interpreter and MySQL support. The first idea was to combine it with cefpython (https://github.com/cztomczak/cefpython) to be able to develop standalone multiplatform software with the power of modern HTML5, CSS and JS scripting techniques, and robust Python support, with less depandancies as possible.
This code has been shared for learning purposes, it’s not meant to be used as public server in production environment.
Feel free to report any problem, ask for help, or improve it!