Answer the question
In order to leave comments, you need to log in
How to develop GUI in Python?
Hello.
There was a need to develop applications with a GUI interface.
I know that there are Tkinter, WxPython and PyQT for Python.
There is no way to use Tkinter, as I understand it, the second and third remain.
Tell me, what is more convenient for solving simple tasks, for example, for developing a simple text editor with the ability to read and edit files, even without formatting?
Where can I find documentation and examples?
Where is the handy key handling? For example, to implement hot keys in a program.
What do you advise?
Thanks in advance!
Answer the question
In order to leave comments, you need to log in
> Tkinter, WxPython and PyQT
There is also Gtk2, FOX, FLTK, Gtk3.
> Tell me what is more convenient for solving simple problems
For simple tasks and to make it more convenient, I would now choose FOX .
PyQT
There is a slightly outdated book by Mark Sommerfeld.
Examples can be found in the Spyder IDE sources
Regarding Django (because the question was closed), the best (IMHO) and basic example of how to start doing projects in it is in the book Python Crash Course by Eric Matthes (the book is on the root tracker)
I also took the Jose Portilla course on udemy on Django, I liked it (I also have it on the root tracker and you can even download it, but I took the latest one, because I thought it wouldn’t work when updating, but there wasn’t much difference).
I didn’t go deep further, but I got the impression that after only if you read the documentation
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question