~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-2.7.12-docs-html/howto/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>Python HOWTOs &mdash; Python 2.7.12 documentation</title>
 
10
    
 
11
    <link rel="stylesheet" href="../_static/classic.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:     '2.7.12',
 
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 2.7.12 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 2.7.12 documentation" href="../contents.html" />
 
33
    <link rel="next" title="Porting Python 2 Code to Python 3" href="pyporting.html" />
 
34
    <link rel="prev" title="Installing Python Modules" href="../installing/index.html" />
 
35
    <link rel="shortcut icon" type="image/png" href="../_static/py.png" />
 
36
    <script type="text/javascript" src="../_static/copybutton.js"></script>
 
37
    <script type="text/javascript" src="../_static/version_switch.js"></script>
 
38
 
 
39
    
 
40
 
 
41
  </head>
 
42
  <body role="document">  
 
43
    <div class="related" role="navigation" aria-label="related navigation">
 
44
      <h3>Navigation</h3>
 
45
      <ul>
 
46
        <li class="right" style="margin-right: 10px">
 
47
          <a href="../genindex.html" title="General Index"
 
48
             accesskey="I">index</a></li>
 
49
        <li class="right" >
 
50
          <a href="../py-modindex.html" title="Python Module Index"
 
51
             >modules</a> |</li>
 
52
        <li class="right" >
 
53
          <a href="pyporting.html" title="Porting Python 2 Code to Python 3"
 
54
             accesskey="N">next</a> |</li>
 
55
        <li class="right" >
 
56
          <a href="../installing/index.html" title="Installing Python Modules"
 
57
             accesskey="P">previous</a> |</li>
 
58
        <li><img src="../_static/py.png" alt=""
 
59
                 style="vertical-align: middle; margin-top: -1px"/></li>
 
60
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
 
61
        <li>
 
62
          <span class="version_switcher_placeholder">2.7.12</span>
 
63
          <a href="../index.html">Documentation</a> &raquo;
 
64
        </li>
 
65
 
 
66
      </ul>
 
67
    </div>    
 
68
 
 
69
    <div class="document">
 
70
      <div class="documentwrapper">
 
71
        <div class="bodywrapper">
 
72
          <div class="body" role="main">
 
73
            
 
74
  <div class="section" id="python-howtos">
 
75
<h1>Python HOWTOs<a class="headerlink" href="#python-howtos" title="Permalink to this headline">¶</a></h1>
 
76
<p>Python HOWTOs are documents that cover a single, specific topic,
 
77
and attempt to cover it fairly completely. Modelled on the Linux
 
78
Documentation Project&#8217;s HOWTO collection, this collection is an
 
79
effort to foster documentation that&#8217;s more detailed than the
 
80
Python Library Reference.</p>
 
81
<p>Currently, the HOWTOs are:</p>
 
82
<div class="toctree-wrapper compound">
 
83
<ul>
 
84
<li class="toctree-l1"><a class="reference internal" href="pyporting.html">Porting Python 2 Code to Python 3</a></li>
 
85
<li class="toctree-l1"><a class="reference internal" href="cporting.html">Porting Extension Modules to Python 3</a></li>
 
86
<li class="toctree-l1"><a class="reference internal" href="curses.html">Curses Programming with Python</a></li>
 
87
<li class="toctree-l1"><a class="reference internal" href="descriptor.html">Descriptor HowTo Guide</a></li>
 
88
<li class="toctree-l1"><a class="reference internal" href="doanddont.html">Idioms and Anti-Idioms in Python</a></li>
 
89
<li class="toctree-l1"><a class="reference internal" href="functional.html">Functional Programming HOWTO</a></li>
 
90
<li class="toctree-l1"><a class="reference internal" href="logging.html">Logging HOWTO</a></li>
 
91
<li class="toctree-l1"><a class="reference internal" href="logging-cookbook.html">Logging Cookbook</a></li>
 
92
<li class="toctree-l1"><a class="reference internal" href="regex.html">Regular Expression HOWTO</a></li>
 
93
<li class="toctree-l1"><a class="reference internal" href="sockets.html">Socket Programming HOWTO</a></li>
 
94
<li class="toctree-l1"><a class="reference internal" href="sorting.html">Sorting HOW TO</a></li>
 
95
<li class="toctree-l1"><a class="reference internal" href="unicode.html">Unicode HOWTO</a></li>
 
96
<li class="toctree-l1"><a class="reference internal" href="urllib2.html">HOWTO Fetch Internet Resources Using urllib2</a></li>
 
97
<li class="toctree-l1"><a class="reference internal" href="webservers.html">HOWTO Use Python in the web</a></li>
 
98
<li class="toctree-l1"><a class="reference internal" href="argparse.html">Argparse Tutorial</a></li>
 
99
</ul>
 
100
</div>
 
101
</div>
 
102
 
 
103
 
 
104
          </div>
 
105
        </div>
 
106
      </div>
 
107
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
 
108
        <div class="sphinxsidebarwrapper">
 
109
  <h4>Previous topic</h4>
 
110
  <p class="topless"><a href="../installing/index.html"
 
111
                        title="previous chapter">Installing Python Modules</a></p>
 
112
  <h4>Next topic</h4>
 
113
  <p class="topless"><a href="pyporting.html"
 
114
                        title="next chapter">Porting Python 2 Code to Python 3</a></p>
 
115
<h3>This Page</h3>
 
116
<ul class="this-page-menu">
 
117
  <li><a href="../bugs.html">Report a Bug</a></li>
 
118
  <li><a href="../_sources/howto/index.txt"
 
119
         rel="nofollow">Show Source</a></li>
 
120
</ul>
 
121
 
 
122
<div id="searchbox" style="display: none" role="search">
 
123
  <h3>Quick search</h3>
 
124
    <form class="search" action="../search.html" method="get">
 
125
      <input type="text" name="q" />
 
126
      <input type="submit" value="Go" />
 
127
      <input type="hidden" name="check_keywords" value="yes" />
 
128
      <input type="hidden" name="area" value="default" />
 
129
    </form>
 
130
    <p class="searchtip" style="font-size: 90%">
 
131
    Enter search terms or a module, class or function name.
 
132
    </p>
 
133
</div>
 
134
<script type="text/javascript">$('#searchbox').show(0);</script>
 
135
        </div>
 
136
      </div>
 
137
      <div class="clearer"></div>
 
138
    </div>  
 
139
    <div class="related" role="navigation" aria-label="related navigation">
 
140
      <h3>Navigation</h3>
 
141
      <ul>
 
142
        <li class="right" style="margin-right: 10px">
 
143
          <a href="../genindex.html" title="General Index"
 
144
             >index</a></li>
 
145
        <li class="right" >
 
146
          <a href="../py-modindex.html" title="Python Module Index"
 
147
             >modules</a> |</li>
 
148
        <li class="right" >
 
149
          <a href="pyporting.html" title="Porting Python 2 Code to Python 3"
 
150
             >next</a> |</li>
 
151
        <li class="right" >
 
152
          <a href="../installing/index.html" title="Installing Python Modules"
 
153
             >previous</a> |</li>
 
154
        <li><img src="../_static/py.png" alt=""
 
155
                 style="vertical-align: middle; margin-top: -1px"/></li>
 
156
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
 
157
        <li>
 
158
          <span class="version_switcher_placeholder">2.7.12</span>
 
159
          <a href="../index.html">Documentation</a> &raquo;
 
160
        </li>
 
161
 
 
162
      </ul>
 
163
    </div>  
 
164
    <div class="footer">
 
165
    &copy; <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
 
166
    <br />
 
167
    The Python Software Foundation is a non-profit corporation.
 
168
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
 
169
    <br />
 
170
    Last updated on Nov 26, 2016.
 
171
    <a href="../bugs.html">Found a bug</a>?
 
172
    <br />
 
173
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
 
174
    </div>
 
175
 
 
176
  </body>
 
177
</html>
 
 
b'\\ No newline at end of file'