G
G
GSnick2015-07-26 01:50:21
Django
GSnick, 2015-07-26 01:50:21

Which script frontend to choose?

Good day, gentlemen!
I ask you not to hit hard with sticks for the question. There is a python script, you need to attach a web form to it, i.e. there should be all sorts of fields to fill in, drop-down lists, then all this info should get into the script, it does magic and returns the result back to the web.
What frameworks would you use for this task? In which frameworks is it easiest to create the form itself?
Now I grabbed the jung, but maybe I'm wrong.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Serj-One, 2015-07-26
@GSnick

html+css+js.
What does django have to do with it, if there is only one script from the backend, and that one is ready, but do you need a form?
If you don’t understand the frontend, and there is no design, take the bootstrap, it’s just for quick prototyping of the interface.

A
Azim Kurt, 2015-07-26
@Symphony

Which script frontend to choose?

It is naive to believe that you have a choice.

K
Konstantin Shilov, 2015-07-27
@Fromer

try bottle.py . Allows you to draw an "engineering" design in a short time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question