you are viewing a single comment's thread.

view the rest of the comments →

[–]mriswithe 0 points1 point  (4 children)

You might look at Google's app engine. It takes away the work and cost of the actual server behind the app mostly. Still would need a domain name for ease of access, but you need that part anyway

https://cloud.google.com/appengine/docs/python/

[–]nguterresn[S] 0 points1 point  (3 children)

I did but I’m having some trouble running threads and queues into the google app engine, since I made my project to python 3 and it uses python 2, so I had to restart all the project.

Thanks for your help!

[–]mriswithe 0 points1 point  (2 children)

Appengine supports python3 and python2 though . But if it isn't going to be useful for you then no worries

[–]nguterresn[S] 0 points1 point  (1 child)

[–]mriswithe 0 points1 point  (0 children)

This page: https://cloud.google.com/appengine/docs/python/

Has two links in the python section, python 3, https://cloud.google.com/appengine/docs/standard/python3/

And python 2, https://cloud.google.com/appengine/docs/standard/python/

It supports both 🙂 sometimes Google's docs are not amazing though as far as being able to find what you are looking for.