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. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

11th Jun 2018, 1:18 AM
Ulysses Say
Ulysses Say - avatar
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.
11th Jun 2018, 8:30 AM
Qwertiony
Qwertiony - avatar
+ 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.
11th Jun 2018, 1:51 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
Hey Ulysses, I too code for fun! (Check if my grammar is right)
11th Jun 2018, 11:49 AM
Jake The Great
Jake The Great - avatar
+ 1
So your question is for server management. You should add that tag to your question.
11th Jun 2018, 1:34 AM
Bebida Roja
Bebida Roja - avatar
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
11th Jun 2018, 6:46 PM
Ulysses Say
Ulysses Say - avatar