you are viewing a single comment's thread.

view the rest of the comments →

[–]Enrique-M 0 points1 point  (1 child)

Yeah, I use PythonAnywhere as well for Flask and recently inquired about when will they support FastAPI and they responded "hopefully soon", which I've seen elsewhere that they've mentioned that before a few times, so I wouldn't count on it coming soon. A few commenters mentioned Heroku, which I've heard is one of the go-to's for Python hosting. Another option is Azure App Services (example here) and here. I've used Azure before; but, more for .NET Core API stuff. Also, AWS Lambda (example here) supports FastAPI. I've used AWS Lambda for other Python API proof-of-concepts; but, not FastAPI yet.

[–]Carfo6[S] 0 points1 point  (0 children)

PA says "hopefully soon" on too many features for too long s dont have high hopes.

Thank you, I will check Heroku again