🐵 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.
🐵 Max I already have a domain that I'd like to use so I don't think I need pythonanywhere.
🐢 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
🐵 Max Yes alright, thank you for the precision. I was indeed wondering how I could run the application remotely...
🐢 Keb as mentioned, you could host on pythonAnywhere, and then point your domain to your application running on PythonAnywhere's server. Heroku is also an alternative.
Login or register your account to reply
🤔 David maybe something like aws lambda or cloudflare workers?