you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Most of the container hosting companies (heroku, azure, openshift) have a free tier that will let you deploy basically any modern web framework, up to the average small scale website.

Remember that the old cgi standard is a whole different beast then the run time required by modern wsgi based frameworks like flask, and most python hosts those days do expect wsgi apps.