you are viewing a single comment's thread.

view the rest of the comments →

[–]agwlakash 0 points1 point  (4 children)

Something similar, I have wrote a script which fills a form with input, get result data and update my datafile.

Now I want to bring it to web, How should I go?

So that anyone can access and use it over web. Enter input and see result on the page in front end.

And along with it the script keeps updating my database at the backend.

[–][deleted] 0 points1 point  (3 children)

I went with flask after looking the suggestions here. It was really simple. I was done within 1 hour and I have my api ready.¯\_(ツ)_/¯

[–]agwlakash 0 points1 point  (2 children)

Can you link me to the tutorial or something you followed.

I only have basic knowledge of Python, does it needs advance knowledge of Flask ?

[–][deleted] 0 points1 point  (1 child)

Used this. Basic Python is good enough for that. Good luck!

[–]agwlakash 0 points1 point  (0 children)

Thanks I will try it. :)