A
A
Alexander2020-04-07 11:55:08
Python
Alexander, 2020-04-07 11:55:08

Python for beginners: What tutorial do you recommend for building a GUI?

I'm learning Python. Before that I was familiar with PHP, but there is a great desire to start writing Windows/Linux/MacOS applications.
I read the book by E. Matiz - Learning Python. Game programming, data visualization, web applications
In general, the basic knowledge of Python has appeared, but unfortunately it is not very clear how to create a GUI.
I found a book on PyQt5 (Nikolai Prokhorenok, Vladimir Dronov) , but it looks more like a translated manual and not a textbook with examples.

Who will advise what? Where do I start moving towards the GUI?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Deleting Account, 2020-04-07
@Ic2d

Guide https://www.riverbankcomputing.com/static/Docs/PyQt5/
Lots of good tutorials here python-3.ru/page/into-pyqt5 Great
book zetcode.com/gui/pyqt5 Lots
of examples: 1.pyqtforlinguists.appspot .com/book.pdf

O
OnYourLips, 2020-04-07
@OnYourLips

"Textbook" - this is for obtaining initial skills in any subject.
You have an extremely narrow practical task, you need documentation on the library you need.
Just read the documentation.

Y
yerdnaandrey, 2020-04-07
@yerdnaandrey

Python and PyQt. Creating windows applications in python.

Book
эта нормальная книга. Но не учебник физики за 7 класс! Книга и учебник совершенно разные вещи!

spoiler
Я сам ее читал чтобы подтянуть питон

M
Mira Roosevelt, 2020-04-10
@MRoose

Let's be honest, you should not take Linux for the target platform.
Under Windows GUI - WPF with C #, under MacOS I don’t know)
Qt - cross-platform ... but who needs it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question