DEV Community

Discussion on: A Collection Of Python Programming Resources For Beginners

Collapse
 
mikethewatchguy profile image
MikeTheWatchGuy

Since this is a list of resources for beginners, I think PySimpleGUI is an excellent choice for GUI frameworks to consider for beginners.

I don't know of many "beginners" that's have less than 9 months to a year of Python that's can pull off a Qt based program of any magnitude. Nor Flask & Django.

PySimpleGUI works on both ends of the difficulty scale, runs on multiple GUIs and has a ton of Documentation, a Cookbook, Demo Programs. In other words, an excellent resource for beginners.

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

Thanks, I've added it to the list.

Collapse
 
mikethewatchguy profile image
MikeTheWatchGuy

Thank you!!