Recommendation for Object-Oriented systems to study

Ankush Thakur ankush.thakur53 at gmail.com
Mon May 30 11:57:32 EDT 2016


On Monday, May 30, 2016 at 12:00:01 AM UTC+5:30, Terry Reedy wrote:
> On 5/29/2016 1:49 PM, Michele Simionato wrote:
> > 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.
> 
> Or pick a module with classes that interests you, with the caveat that 
> some are old and crusty.  I learned from book and experience and learned 
> Python OO from stdlib modules.
> 
> -- 
> Terry Jan Reedy

Okie . . . Any recommendations?

~~Ankush



More information about the Python-list mailing list