Path: csiph.com!feeder.erje.net!2.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Recommendation for Object-Oriented systems to study Date: Mon, 30 May 2016 15:01:21 -0400 Lines: 18 Message-ID: References: <53b21136-68ce-485c-8ccb-d6d28dace9c5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de BGkdR/qbTql1S8dVvi244QtY5/aB9nDMOr6kI2xEP7dQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'doctest': 0.07; 'caveat': 0.09; 'modules.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Object': 0.09; 'python': 0.10; 'jan': 0.11; 'suggest': 0.15; '2016': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'write.': 0.16; 'you",': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'classes': 0.30; 'code': 0.30; 'point': 0.33; 'source': 0.33; 'library.': 0.35; 'monday,': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'beyond': 0.37; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; '30,': 0.63; 'received:96': 0.63; 'interest': 0.64; 'utc+5:30,': 0.84; 'ask,': 0.91; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-96-227-207-81.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <53b21136-68ce-485c-8ccb-d6d28dace9c5@googlegroups.com> Xref: csiph.com comp.lang.python:109266 On 5/30/2016 11:57 AM, Ankush Thakur wrote: > On Monday, May 30, 2016 at 12:00:01 AM UTC+5:30, Terry Reedy wrote: >>> 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. > Okie . . . Any recommendations? Beyond "pick a module with classes that interest you", I can suggest idlelib.help, which I helped to write. If you ask, after reading it carefully, I will point out what I consider positive features. -- Terry Jan Reedy