~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.1-docs-html/index.html

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
 
4
 
 
5
 
<html xmlns="http://www.w3.org/1999/xhtml">
6
 
  <head>
7
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
 
    
9
 
    <title>Overview &mdash; Python 3.5.1 documentation</title>
10
 
    
11
 
    <link rel="stylesheet" href="_static/pydoctheme.css" type="text/css" />
12
 
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13
 
    
14
 
    <script type="text/javascript">
15
 
      var DOCUMENTATION_OPTIONS = {
16
 
        URL_ROOT:    './',
17
 
        VERSION:     '3.5.1',
18
 
        COLLAPSE_INDEX: false,
19
 
        FILE_SUFFIX: '.html',
20
 
        HAS_SOURCE:  true
21
 
      };
22
 
    </script>
23
 
    <script type="text/javascript" src="_static/jquery.js"></script>
24
 
    <script type="text/javascript" src="_static/underscore.js"></script>
25
 
    <script type="text/javascript" src="_static/doctools.js"></script>
26
 
    <script type="text/javascript" src="_static/sidebar.js"></script>
27
 
    <link rel="search" type="application/opensearchdescription+xml"
28
 
          title="Search within Python 3.5.1 documentation"
29
 
          href="_static/opensearch.xml"/>
30
 
    <link rel="author" title="About these documents" href="about.html" />
31
 
    <link rel="copyright" title="Copyright" href="copyright.html" />
32
 
    <link rel="top" title="Python 3.5.1 documentation" href="contents.html" />
33
 
    <link rel="shortcut icon" type="image/png" href="_static/py.png" />
34
 
    <script type="text/javascript" src="_static/copybutton.js"></script>
35
 
    <script type="text/javascript" src="_static/version_switch.js"></script>
36
 
    
37
 
 
38
 
 
39
 
  </head>
40
 
  <body role="document">  
41
 
    <div class="related" role="navigation" aria-label="related navigation">
42
 
      <h3>Navigation</h3>
43
 
      <ul>
44
 
        <li class="right" style="margin-right: 10px">
45
 
          <a href="genindex.html" title="General Index"
46
 
             accesskey="I">index</a></li>
47
 
        <li class="right" >
48
 
          <a href="py-modindex.html" title="Python Module Index"
49
 
             >modules</a> |</li>
50
 
        <li><img src="_static/py.png" alt=""
51
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
52
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
53
 
        <li>
54
 
          <span class="version_switcher_placeholder">3.5.1</span>
55
 
          <a href="#">Documentation </a> &raquo;
56
 
        </li>
57
 
 
58
 
      </ul>
59
 
    </div>    
60
 
 
61
 
    <div class="document">
62
 
      <div class="documentwrapper">
63
 
        <div class="bodywrapper">
64
 
          <div class="body" role="main">
65
 
            
66
 
  <h1>Python 3.5.1 documentation</h1>
67
 
  <p>
68
 
    Welcome! This is
69
 
    the documentation for Python
70
 
    3.5.1, last updated Feb 10, 2016.
71
 
  </p>
72
 
  
73
 
  <p><strong>Parts of the documentation:</strong></p>
74
 
  <table class="contentstable" align="center"><tr>
75
 
    <td width="50%">
76
 
      <p class="biglink"><a class="biglink" href="whatsnew/3.5.html">What's new in Python 3.5?</a><br/>
77
 
        <span class="linkdescr"> or <a href="whatsnew/index.html">all "What's new" documents</a> since 2.0</span></p>
78
 
      <p class="biglink"><a class="biglink" href="tutorial/index.html">Tutorial</a><br/>
79
 
         <span class="linkdescr">start here</span></p>
80
 
      <p class="biglink"><a class="biglink" href="library/index.html">Library Reference</a><br/>
81
 
         <span class="linkdescr">keep this under your pillow</span></p>
82
 
      <p class="biglink"><a class="biglink" href="reference/index.html">Language Reference</a><br/>
83
 
         <span class="linkdescr">describes syntax and language elements</span></p>
84
 
      <p class="biglink"><a class="biglink" href="using/index.html">Python Setup and Usage</a><br/>
85
 
         <span class="linkdescr">how to use Python on different platforms</span></p>
86
 
      <p class="biglink"><a class="biglink" href="howto/index.html">Python HOWTOs</a><br/>
87
 
         <span class="linkdescr">in-depth documents on specific topics</span></p>
88
 
    </td><td width="50%">
89
 
      <p class="biglink"><a class="biglink" href="installing/index.html">Installing Python Modules</a><br/>
90
 
         <span class="linkdescr">installing from the Python Package Index &amp; other sources</span></p>
91
 
      <p class="biglink"><a class="biglink" href="distributing/index.html">Distributing Python Modules</a><br/>
92
 
         <span class="linkdescr">publishing modules for installation by others</span></p>
93
 
      <p class="biglink"><a class="biglink" href="extending/index.html">Extending and Embedding</a><br/>
94
 
         <span class="linkdescr">tutorial for C/C++ programmers</span></p>
95
 
      <p class="biglink"><a class="biglink" href="c-api/index.html">Python/C API</a><br/>
96
 
         <span class="linkdescr">reference for C/C++ programmers</span></p>
97
 
      <p class="biglink"><a class="biglink" href="faq/index.html">FAQs</a><br/>
98
 
         <span class="linkdescr">frequently asked questions (with answers!)</span></p>
99
 
    </td></tr>
100
 
  </table>
101
 
 
102
 
  <p><strong>Indices and tables:</strong></p>
103
 
  <table class="contentstable" align="center"><tr>
104
 
    <td width="50%">
105
 
      <p class="biglink"><a class="biglink" href="py-modindex.html">Global Module Index</a><br/>
106
 
         <span class="linkdescr">quick access to all modules</span></p>
107
 
      <p class="biglink"><a class="biglink" href="genindex.html">General Index</a><br/>
108
 
         <span class="linkdescr">all functions, classes, terms</span></p>
109
 
      <p class="biglink"><a class="biglink" href="glossary.html">Glossary</a><br/>
110
 
         <span class="linkdescr">the most important terms explained</span></p>
111
 
    </td><td width="50%">
112
 
      <p class="biglink"><a class="biglink" href="search.html">Search page</a><br/>
113
 
         <span class="linkdescr">search this documentation</span></p>
114
 
      <p class="biglink"><a class="biglink" href="contents.html">Complete Table of Contents</a><br/>
115
 
         <span class="linkdescr">lists all sections and subsections</span></p>
116
 
    </td></tr>
117
 
  </table>
118
 
 
119
 
  <p><strong>Meta information:</strong></p>
120
 
  <table class="contentstable" align="center"><tr>
121
 
    <td width="50%">
122
 
      <p class="biglink"><a class="biglink" href="bugs.html">Reporting bugs</a></p>
123
 
      <p class="biglink"><a class="biglink" href="about.html">About the documentation</a></p>
124
 
    </td><td width="50%">
125
 
      <p class="biglink"><a class="biglink" href="license.html">History and License of Python</a></p>
126
 
      <p class="biglink"><a class="biglink" href="copyright.html">Copyright</a></p>
127
 
    </td></tr>
128
 
  </table>
129
 
 
130
 
 
131
 
          </div>
132
 
        </div>
133
 
      </div>
134
 
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
135
 
        <div class="sphinxsidebarwrapper">
136
 
<h3>Download</h3>
137
 
<p><a href="download.html">Download these documents</a></p>
138
 
<h3>Docs for other versions</h3>
139
 
<ul>
140
 
  <li><a href="https://docs.python.org/2.7/">Python 2.7 (stable)</a></li>
141
 
  <li><a href="https://docs.python.org/3.4/">Python 3.4 (stable)</a></li>
142
 
  <li><a href="https://www.python.org/doc/versions/">Old versions</a></li>
143
 
</ul>
144
 
 
145
 
<h3>Other resources</h3>
146
 
<ul>
147
 
  
148
 
  <li><a href="https://www.python.org/dev/peps/">PEP Index</a></li>
149
 
  <li><a href="https://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
150
 
  <li><a href="https://wiki.python.org/moin/PythonBooks">Book List</a></li>
151
 
  <li><a href="https://www.python.org/doc/av/">Audio/Visual Talks</a></li>
152
 
</ul>
153
 
<div id="searchbox" style="display: none" role="search">
154
 
  <h3>Quick search</h3>
155
 
    <form class="search" action="search.html" method="get">
156
 
      <input type="text" name="q" />
157
 
      <input type="submit" value="Go" />
158
 
      <input type="hidden" name="check_keywords" value="yes" />
159
 
      <input type="hidden" name="area" value="default" />
160
 
    </form>
161
 
    <p class="searchtip" style="font-size: 90%">
162
 
    Enter search terms or a module, class or function name.
163
 
    </p>
164
 
</div>
165
 
<script type="text/javascript">$('#searchbox').show(0);</script>
166
 
        </div>
167
 
      </div>
168
 
      <div class="clearer"></div>
169
 
    </div>  
170
 
    <div class="related" role="navigation" aria-label="related navigation">
171
 
      <h3>Navigation</h3>
172
 
      <ul>
173
 
        <li class="right" style="margin-right: 10px">
174
 
          <a href="genindex.html" title="General Index"
175
 
             >index</a></li>
176
 
        <li class="right" >
177
 
          <a href="py-modindex.html" title="Python Module Index"
178
 
             >modules</a> |</li>
179
 
        <li><img src="_static/py.png" alt=""
180
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
181
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
182
 
        <li>
183
 
          <span class="version_switcher_placeholder">3.5.1</span>
184
 
          <a href="#">Documentation </a> &raquo;
185
 
        </li>
186
 
 
187
 
      </ul>
188
 
    </div>  
189
 
    <div class="footer">
190
 
    &copy; <a href="copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
191
 
    <br />
192
 
    The Python Software Foundation is a non-profit corporation.
193
 
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
194
 
    <br />
195
 
    Last updated on Feb 10, 2016.
196
 
    <a href="bugs.html">Found a bug</a>?
197
 
    <br />
198
 
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
199
 
    </div>
200
 
 
201
 
  </body>
202
 
</html>
 
 
b'\\ No newline at end of file'