There are tutorials on deploying java web app on alibabacloud… Can anyone please provide with tutorials to deploy python apps on the cloud?
You can follow below provided links, they are related to deploying django & flask apps, but generic or other python framework apps would be similar to setup.
- Deploy django
app - Deploy flask
app - Django app deployment with
docker - Best practices for deploying a web
application
I hope this helps.