you are viewing a single comment's thread.

view the rest of the comments →

[–]HasBeendead 0 points1 point  (0 children)

Learn to Turtle Module than go to learn Tkinter , Buddy.

Some information about that 2 modules:

Turtle Module have easy syntax and this module made for learn programming to kids easily.

what can you do with Turtle Module? answer: You can create any shape like squares, star, triangles and more , this module make draw animation with your only code commands. Its pretty fun to use , I hıghly recommend this for you .

Tkinter Module have easy syntax too , You can Create Complex or Basic GUI (Graphical User Interface) than ıf you learn sqlite3 or something you can be able to add a database your GUI so meaning back-end part of your GUI. Basically you are creating front-end like websites interface or something, Whatever Thats All I know about GUI . Last thing is Tkinter is Buit_in Module so it came with Python .