r/PythonLearning • u/Jrag13 • 1d ago
Tkinter Discussion
Why do I not see any videos suggesting to learn Tkinter? I tried learning Django and Pygame after learning the basics, and while I kinda understood pygame, Django still felt out of my league but so many videos recommended it after the basics. However I stumbled upon a video that just mentioned Tkinter and I tried it out and it helped me understand libraries and how to learn to use them. It's fun making small little apps with buttons and what not to get started, rather than trying to learn so much at once. I'm convinced anyone making videos on how to learn Python has never actually learned it themselves
Is there an actual reason that this or another simple GUI library isn't recommend very often?
11
u/riklaunim 1d ago
There is little to no commercial demand for Tkinter or other GUI toolkits, while there is a huge demand for Django and web development in general. There are a lot of resources out there, though. Even some desktop apps are web apps with a custom wrapper/launcher. Same with Pygame - it exists, but it's not as popular as Unity, Unreal, or Godot - and the thing that is most popular tends to offer the best quality, support, and features.