Where can i host my python application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Where can i host my python application?

where can i host my python application in real time server it requires any extra libraries and how it can run on a domain?

31st Aug 2018, 6:41 PM
Pavan Chowdary Goli
Pavan Chowdary Goli - avatar
3 Answers
+ 8
Try: www.heroku.com You can host your application for free there, provided that the traffic won't exceed certain amount (1000 dynohours per month). Check out the docs essentials: https://devcenter.heroku.com/categories/JUMP_LINK__&&__python__&&__JUMP_LINK-support
31st Aug 2018, 8:27 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
LONGTIE👔 Heroku offers dynos which are "smart, lightweight containers built for modern languages and developer productivity." In a FREE pricing plan you have either 1000 or 550 free dyno hours, depending whether your account is verified or not.
31st Aug 2018, 8:52 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 4
Kuba Siekierzyński what's a dynohour?
31st Aug 2018, 8:30 PM
LONGTIE👔
LONGTIE👔 - avatar