This application hosts a simple HTTP Server in Python2.7. You don't need to have Python installed for this as it is built on side of a Python2.7 virtual environment ...
As mentioned in the documention, don't use Python's simple HTTPServer in production. Have a look at django instead: https://www.djangoproject.com/.