Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'doug': 0.05; 'familiarity': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Help': 0.11; 'python': 0.11; 'alot': 0.16; 'caveat': 0.16; 'finney': 0.16; 'goal,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:library': 0.16; 'hey': 0.18; 'library': 0.18; 'module': 0.19; 'basically': 0.19; 'header :User-Agent:1': 0.23; 'guys': 0.24; 'header:X-Complaints-To:1': 0.27; 'wondering': 0.29; 'points': 0.29; 'programming.': 0.30; 'writes:': 0.31; 'stuff': 0.32; 'could': 0.34; 'but': 0.35; 'version': 0.36; 'really': 0.36; 'useful': 0.36; 'two': 0.37; 'ben': 0.38; 'to:addr:python-list': 0.38; 'resource': 0.38; 'that,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:3': 0.61; 'save': 0.62; 'places': 0.64; 'more': 0.64; 'distance': 0.65; 'between': 0.67; 'yourself': 0.78; 'received:125': 0.84; '\xe2\x80\x9cthe': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: Standard library Help Date: Fri, 11 Jul 2014 18:50:10 +1000 References: <41e4eaa1-5161-409c-a439-4d8e07eb6353@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:H5t5AqM+J8U6YqEmByWpXap/RqA= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405068622 news.xs4all.nl 2950 [2001:888:2000:d::a6]:57991 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74350 Nicholas Cannon writes: > Hey i would like to know alot more about the standard library and all > of its functions and so on Welcome! This is a good goal, familiarity with the standard library is a very important way to save yourself time in programming. > and i know it is huge and i would basically like to learn only the > useful stuff that i could use and all of those features. i have been > looking around and i cant really find anything so i wondering if you > guys would know any places to learn it. Doug Hellman has impressive groundwork, with his “Python Module of the Week” series. The Python 3 version is a work in progress, but the Python 2 version is still an excellent resource with the caveat that, as a Python newcomer, you need to know Python 3 primarily. -- \ “The shortest distance between two points is under | `\ construction.” —Noelie Alito | _o__) | Ben Finney