rest25/library/intro.rst => rest262/library/intro.rst
f1
n2-.. _intro:
n2+.. _library-intro:
3
4************
5Introduction
6************
7
8The "Python library" contains several different kinds of components.
9
10It contains data types that would normally be considered part of the "core" of a
39This means that if you start reading this manual from the start, and skip to the
40next chapter when you get bored, you will get a reasonable overview of the
41available modules and application areas that are supported by the Python
42library.  Of course, you don't *have* to read it like a novel --- you can also
43browse the table of contents (in front of the manual), or look for a specific
44function, module or term in the index (in the back).  And finally, if you enjoy
45learning about random subjects, you choose a random page number (see module
46:mod:`random`) and read a section or two.  Regardless of the order in which you
t47-read the sections of this manual, it helps to start  with chapter
t47+read the sections of this manual, it helps to start with chapter :ref:`builtin`,
48-:ref:`builtin`, "Built-in Types, Exceptions and Functions," as the remainder of
49-the manual assumes familiarity with this material.
48+as the remainder of the manual assumes familiarity with this material.
50
51Let the show begin!
52
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op