Answer the question
In order to leave comments, you need to log in
Implementing python input forms?
Hello! The question is, is it possible to make a program in python so that, for example, in Delphi, for example, there are input forms and buttons, and so on? What do you advise? Kursach was given to make an anonymous questionnaire with statistics. I would like to do it in python, because I'm going to learn this language.
Answer the question
In order to leave comments, you need to log in
What you need is called a GUI (graphical user interface). The official implementation of the Python language (the one available on python.org ) has Tkinter, so you can try to learn it. For a simple project it should be enough. Well, there are bindings for many other graphical interfaces: PyQt, PyGTK ...
The second option, less platform-dependent, is to use a browser. That is, Python will be the server, and all forms are regular HTML pages that access this server. In this case, a simple framework like Flask will do.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question