P
P
Patimon Feylik2017-11-20 13:56:05
Python
Patimon Feylik, 2017-11-20 13:56:05

I want to create GUI programs, do I need to learn the whole language?

I want to create a GUI program, do I need to learn Python completely?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
M
Maxim Fedorov, 2017-11-20
@Hatinaft

I understand your question, in order to START, namely to start making a GUI - you don’t need to memorize everything before that.
start with this:
https://www.youtube.com/watch?v=d7wZeAhn7B0
That is, you can start learning Python by starting to create a GUI, just find video tutorials and repeat and you will understand the language a little bit. For example, you need to do something like this - google and try to repeat or implement, so you learn the language a little bit

D
devalone, 2017-11-20
@devalone

What does completely mean? Learn as needed, and most importantly, don’t get carried away with theory, you need to know the theory, but without practice it will be forgotten very quickly.

E
evgeniy_lm, 2017-11-20
@evgeniy_lm

To "create GUI programs" you need to learn how to create programs in principle. At the same time, you should first learn Russian, preferably English (maybe not completely), then read a lot of books

S
stalker320, 2017-11-20
@stalker320

first, tell me what exactly you want to do:
a program (python's tkinter module (in python already exists))
a game (python's pygame module (you need to download via pip))
or a website (Django module (you also need to download via pip ))
and also tell me what version of python you have on your PC (just different ways of writing programs),
and also install the pyinstaller program via pip (so that you can run it on other PCs without python)

M
Mike, 2017-11-20
@google_online

You don't need to learn the whole thing, but the basics are a must. I do not recommend Tkinter.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question