Deployment of a python framework web app

Is it possible to deploy a web2py python web app?

Not in any straightforward way. Our hosting philosophy is described here:

You’ll see that we don’t run Python for you at browse time, only at build time.

That is what I was getting but I thought I would ask it outright. Thanks.

of course! thanks for checking with us.

However, you can run python code on browser side, by using https://brython.info which translates python to javascript and even has really good performance.
However, all you can do with brython can also be done with normal javascript.