Niko
Niko

Reputation: 53

Best way to deploy a python code (make a web app from py code)

I am working on a project written in python. The goal is to have a user friendly calculator-type app (user enters desired values and the app gives the result based on the user input).

The problem is I have no clue what to use to deploy the code. I know about and worked with Bokeh, Streamlit, HoloViews, etc. Those solutions are not the best for what I want to achieve.

What would be your suggestion?

Upvotes: -1

Views: 665

Answers (1)

James_B
James_B

Reputation: 165

Platform.sh might be worth looking into. There is a lot more that goes into choosing something like this, how many visitors do you expect, price, efficeny... PythonAnywhere might be the easiest if you are not looking to set up db, backend in flask/django...

Upvotes: 0

Related Questions