@@ -5265,27 +5265,61 @@ \chapter{What Now? \label{whatNow}}
52655265
52665266Reading this tutorial has probably reinforced your interest in using
52675267Python --- you should be eager to apply Python to solving your
5268- real-world problems. Now what should you do?
5269-
5270- You should read, or at least page through, the
5271- \citetitle [../lib/lib.html]{Python Library Reference },
5272- which gives complete (though terse) reference material about types,
5273- functions, and modules that can save you a lot of time when writing
5274- Python programs. The standard Python distribution includes a
5275- \emph {lot } of additional code. There are modules to read
5276- \UNIX {} mailboxes, retrieve documents via HTTP, generate random
5277- numbers, parse command-line options, write CGI programs, compress
5278- data, and a lot more; skimming through the Library Reference will give
5279- you an idea of what's available.
5280-
5281- The major Python Web site is \url {http://www.python.org/}; it contains
5268+ real-world problems. Where should you go to learn more?
5269+
5270+ This tutorial is part of Python's documentation set.
5271+ Some other documents in the set are:
5272+
5273+ \begin {itemize }
5274+
5275+ \item \citetitle [../lib/lib.html]{Python Library Reference }:
5276+
5277+ You should browse through this manual, which gives complete (though
5278+ terse) reference material about types, functions, and the modules in
5279+ the standard library. The standard Python distribution includes a
5280+ \emph {lot } of additional code. There are modules to read \UNIX {}
5281+ mailboxes, retrieve documents via HTTP, generate random numbers, parse
5282+ command-line options, write CGI programs, compress data, and many other tasks.
5283+ Skimming through the Library Reference will give you an idea of
5284+ what's available.
5285+
5286+ \item \citetitle [../inst/inst.html]{Installing Python Modules }
5287+ explains how to install external modules written by other Python
5288+ users.
5289+
5290+ \item \citetitle [../ref/ref.html]{Language Reference }: A detailed
5291+ explanation of Python's syntax and semantics. It's heavy reading,
5292+ but is useful as a
5293+
5294+ \end {itemize }
5295+
5296+ More Python resources:
5297+
5298+ \begin {itemize }
5299+
5300+ \item \url {http://www.python.org}: The major Python Web site. It contains
52825301code, documentation, and pointers to Python-related pages around the
52835302Web. This Web site is mirrored in various places around the
52845303world, such as Europe, Japan, and Australia; a mirror may be faster
52855304than the main site, depending on your geographical location.
5286- Many more user-created Python modules
5287- can be found in the \ulink {Python Package
5288- Index}{http://www.python.org/pypi} (PyPI).
5305+
5306+ \item \url {http://docs.python.org}: Fast access to Python's
5307+ documentation.
5308+
5309+ \item \url {http://cheeseshop.python.org}:
5310+ The Python Package Index, nicknamed the Cheese Shop,
5311+ is an index of user-created Python modules that are available for
5312+ download. Once you begin releasing code, you can register it
5313+ here so that others can find it.
5314+
5315+ \item \url {http://aspn.activestate.com/ASPN/Python/Cookbook/}: The
5316+ Python Cookbook is a sizable collection of code examples, larger
5317+ modules, and useful scripts. Particularly notable contributions are
5318+ collected in a book also titled \citetitle {Python Cookbook } (O'Reilly
5319+ \& Associates, ISBN 0-596-00797-3.)
5320+
5321+ \end {itemize }
5322+
52895323
52905324For Python-related questions and problem reports, you can post to the
52915325newsgroup \newsgroup {comp.lang.python}, or send them to the mailing
0 commit comments