Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74350
| 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 | <python-python-list@m.gmane.org> |
| 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 <ben@benfinney.id.au> |
| 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 <bignose+hates-spam@benfinney.id.au> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11754.1405068622.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
Nicholas Cannon <nicholascannon1@gmail.com> 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 <URL:http://pymotw.com/3/> is a work in progress, but the Python 2 version is still an excellent resource <URL:http://pymotw.com/2/> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Standard library Help Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-11 01:32 -0700 Re: Standard library Help marco.nawijn@colosso.nl - 2014-07-11 01:40 -0700 Re: Standard library Help Steven D'Aprano <steve@pearwood.info> - 2014-07-11 08:41 +0000 Re: Standard library Help Ben Finney <ben@benfinney.id.au> - 2014-07-11 18:50 +1000 Re: Standard library Help Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-07-11 10:53 +0200 Re: Standard library Help "Neil D. Cerutti" <neilc@norwich.edu> - 2014-07-11 08:51 -0400
csiph-web