🐵 Max I'm looking to build a web app to deploy a tiny python script I wrote. I have nearly 0 experience with web dev. At the moment I would like to implement it without using a framework like flask or django. I've heard of the websockets / asyncio packages, does anyone have references to guides or tutorials on this subject?
😏 Yt L. You could look into python anywhere, their free tier should let you run a short script once a day. They also support a very easy integration with flask. I'd recommend doing one of their tutorials if you're interested.
3y, 33w 5 replies
🐵 Max I already have a domain that I'd like to use so I don't think I need pythonanywhere.
3y, 33w 4 replies
Login or register your account to reply
🐢 Keb owning a domain is not the same as owning a server. unless your domain provider also provides you with some server space, you'll need somewhere to host and run your python application
3y, 32w 3 replies
🐵 Max Yes alright, thank you for the precision. I was indeed wondering how I could run the application remotely...
3y, 32w 2 replies