7 odpowiedzi
+ 1
Probably start by learning Tkinter
+ 1
If you want to make games in Python I suggest learning Pygame or Turtle. Python isnt a very good language in making big games though
0
after then
0
Tkinter is the big Python GUI module. I suggest learning Object Oriented before doing it though
0
Finish the Python tutorial here first
0
ok is it helpful in making games
0
I have played around with tkinter and feel it's a natural next step after learning 'console Python'.
It comes with the language, so you don't have to install anything, and it's relatively straightforward to use.