formations/python/python3/en/_build/html/index.html

119 lines
5.6 KiB
HTML
Raw Normal View History

2018-08-21 10:25:44 +02:00
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta content="python tutorial" name="description" />
<meta content="python, tutorial" name="keywords" />
<title>pyfundoc &#8212; pyfundoc documentation</title>
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: ' ',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/bizstyle.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Getting started" href="getting-started.html" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!--[if lt IE 9]>
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="getting-started.html" title="Getting started"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">pyfundoc documentation</a> &#187;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<div class="section" id="the-tasting-of-python">
<h1>The tasting of python<a class="headerlink" href="#the-tasting-of-python" title="Permalink to this headline"></a></h1>
<div class="figure" id="id1">
<img alt="The python software fundation's logo" src="_images/python-logo-large.png" />
<p class="caption"><span class="caption-text">(The <em>python software fundations</em> logo)</span></p>
</div>
<p>Here are short Python code snippets focusing on teaching purposes.</p>
<p>Python is fun.</p>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">The snippets:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="getting-started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="base-type.html">Base types</a></li>
<li class="toctree-l1"><a class="reference internal" href="base-type2.html">Lets play with builtin types</a></li>
<li class="toctree-l1"><a class="reference internal" href="functype.html">Functions</a></li>
<li class="toctree-l1"><a class="reference internal" href="introspection.html">Instrospection</a></li>
<li class="toctree-l1"><a class="reference internal" href="sdl.html">The standard library</a></li>
<li class="toctree-l1"><a class="reference internal" href="documenting.html">Technical an user documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="utilities.html">Utilities</a></li>
<li class="toctree-l1"><a class="reference internal" href="codingstandards.html">Coding standards</a></li>
<li class="toctree-l1"><a class="reference internal" href="cipher.html">A simple cipher</a></li>
</ul>
</div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference external" href="_modules/index.html">All modules for which code is available</a></li>
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
</ul>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The pyfun code is licensed under the <a class="reference external" href="http://www.gnu.org/licenses/lgpl.html">LGPL licence</a>
and this documentation is licensed under the <a class="reference external" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons
Attribution-ShareAlike 3.0 Unported License</a>.</p>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="getting-started.html" title="Getting started"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">pyfundoc documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
</div>
</body>
</html>