Python Forum
Recommendation for good Python project and code to study - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Recommendation for good Python project and code to study (/thread-23779.html)



Recommendation for good Python project and code to study - kmiklas - Jan-16-2020

Hey All,

I’m working to take my Python 3 programming skills to that next level.

One of the best ways to improve is to read code of the masters.

Can anyone recommend a good project with exemplary Python code for study?

Thx,
Keith :^)


RE: Recommendation for good Python project and code to study - Larz60+ - Jan-16-2020

One good place to look is https://pymotw.com/3/
If you want to get 'under the covers' any video by David Beazley is very enjoyable, and you will learn a lot. Tends to be more advanced.
Many of the PyCon videos are good to great (Google 'PyCon video')