Recommendation for Object-Oriented systems to study

Michele Simionato michele.simionato at gmail.com
Sun May 29 13:49:17 EDT 2016


On Sunday, May 29, 2016 at 4:42:17 PM UTC+2, Ankush Thakur wrote:
> Hello,
> 
> I'm a self-taught programmer who has managed to claw his way out of Python basics and even covered the intermediate parts. But I feel I have a ton of theory in my head and would like to see some smallish applications in action. More specifically, I'm looking for Object Oriented designs that will help me cement my knowledge and expose me to best practices that books never cover. I have half a mind to start reading up the Django or Pandas source code, but I don't want to overwhelm myself. 
> 
> Can somebody recommend smaller and simpler projects I can learn from? And if I can pick the brains of the creator, bonus points!
> 
> Thanks in advance!
> 
> Ankush

Read the source code of the doctest module in the standard library.



More information about the Python-list mailing list