Path: csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.052 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'pypi': 0.07; 'python': 0.09; 'subject:python': 0.11; 'language': 0.14; 'obviously,': 0.16; 'programmers.': 0.16; 'library,': 0.17; 'modifying': 0.22; 'received:209.85.212': 0.28; 'source': 0.29; 'code': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'doing': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'charset:us-ascii': 0.36; 'received:209': 0.37; 'some': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'kind': 0.61; 'hear': 0.63; 'more': 0.63; 'glad': 0.86 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=w2ywv0y6l8vUu1KNfH29Uqalj1sLcepfLRbgjxzrR3w=; b=lf/xW9PljPMnXUqayEwq/huXS9bDheLGdSlU3NUVfD1Xd/VSEbvNH0GvHv7lq4ZWj5 NVz+5GklhxFyQHsJi/ukHpAt+EvL1tSW0j4AXsPqV2JFZ46RIPF72vaWgWrsxQJPnAli KKCeQKqu31vvHyE9JcwesK7VE4igpL9a1CDTFhmEX9VzkK/5S75KaTMxIgVw1wrykAMw pQdOwnWmFyXtFP5AmMe4b1Vb8een9Ta75CuDk1+XlL/yvOPH22NZtDvEXOTrUnhAhXkh LSqw+jLmHaXG+G9Th9C+D648c6HU0zQ9i9urNjJkP2oPBPxHXNy9YjJbxflOI+G3FMKj PLVg== From: Sergi Pasoev To: python-list@python.org Subject: Learning python by reading Date: Thu, 28 Jun 2012 11:38:49 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1340868729 news.xs4all.nl 6989 [2001:888:2000:d::a6]:43414 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24597 Hello Do you know some python programs that make good reading to learn the language by studying and modifying the source code ? I often try to understand things in the standard library, and apart from doing this kind of search myself, I would be glad to hear some ideas from more experienced programmers. Obviously, a good place to search is pypi and Python standard library, but which packages/modules ?