Converting Python code to a web app

by: rc96, 8 years ago


Hello! I am new here. The code base for the project I am currently working on has to now work as a web application, i.e. the inputs and outputs on the command prompt now has to be implemented as a simple web app. How does one do this in python? Are there are simple frameworks to achieve this? The code is ready, but it has to work as a web app, not on my computer.
Thanks!



You must be logged in to post. Please login or register an account.



I think the easiest web framework is Flask, then there's of course django. Both of those have tutorials on this site.

Flask: https://pythonprogramming.net/practical-flask-introduction/
Django: https://pythonprogramming.net/django-web-development-with-python-intro/

-Harrison 8 years ago

You must be logged in to post. Please login or register an account.