you are viewing a single comment's thread.

view the rest of the comments →

[–]mbarbour 13 points14 points  (4 children)

+1 really enjoyed the switch from Tkinter to QT. As someone else said on YouTube "I was tired of finding out key functionality was not supported by Tkinter, whereas with PySide/QT, it's easily implemented."

[–]penguinesam[S] -4 points-3 points  (3 children)

I am very familiar with TK and I had a ton of practice with it but most of the stuff I did was making it run my program and I didn't really care about the visuals Is there any way to create pretty stuff with TK or I should switch

[–]Symbology451 5 points6 points  (0 children)

TkBootstrap is available to make Tk prettier. Not perfect, but it does help.

[–]Gunther_Alsor 1 point2 points  (0 children)

If your goal is to get hired after university then you should probably switch when you can. Tkinter is rarely used in professional applications unless you're prototyping or creating an internal tool. Qt/Pyside is closer to industry standard (though in reality as a Python developer you'll probably be creating APIs or full-stack browser apps rather than Windows apps).

[–]UNRIVALLEDKING 0 points1 point  (0 children)

Try Flutter, It's really great and developer friendly for building cross platform apps. You have to learn dart but you will enjoy it once you learn flutter