+ 3
Help me, please! I made a little program on Python and I want it to work online. But there's a lot of stuff I don't understand.
I code for fun, and I don't I have a great background. I'm studying to become an English teacher lol. They asked me to invent something, that's why I made the program. I want it to work online, and I find it hard to do so. I've researched information and I found pythonanywhere I guess I should use it, but it asks me to use Django. And I'm stuck here, on the deploying stuff. Can someone help me, please? Thanks in advance.
5 Answers
+ 1
In general ,you have to create a web interface or API for your users to interact with your invention, it depends on how its works. It would help if you share a bit more information about your program. I would suggest you to take a look at Flask, micro web framework. Compared to Django, its easier to understand, less messy and more flexible. Flask also can be deployed on Pythonanywhere.
+ 5
Have you tried following the official documentation/tutorials? This would guide you through the installation as well as writing your first app.
https://www.djangoproject.com/start/
For now, it's hard to tell where the problem is, without enough information.
+ 2
Hey Ulysses,
I too code for fun!
(Check if my grammar is right)
+ 1
So your question is for server management. You should add that tag to your question.
0
Thanks everyone for your attention. Basically, my program just write random sentences, but related with education. It's not something complicated. I am not looking for a fancy interface. But I don't understand everything ha