124 lines
5.1 KiB
HTML
124 lines
5.1 KiB
HTML
|
||
|
||
<!doctype html>
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>Algorithmes et Programmation — algofun 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="Fil conducteur : 1er tour des élections présidentielles 2017" href="fil_conducteur.html" />
|
||
<link rel="prev" title="Algo Fun" href="index.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="fil_conducteur.html" title="Fil conducteur : 1er tour des élections présidentielles 2017"
|
||
accesskey="N">next</a> |</li>
|
||
<li class="right" >
|
||
<a href="index.html" title="Algo Fun"
|
||
accesskey="P">previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">algofun documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="document">
|
||
<div class="documentwrapper">
|
||
<div class="body" role="main">
|
||
|
||
<div class="section" id="algorithmes-et-programmation">
|
||
<h1>Algorithmes et Programmation<a class="headerlink" href="#algorithmes-et-programmation" title="Permalink to this headline">¶</a></h1>
|
||
<div class="section" id="cours">
|
||
<h2>Cours<a class="headerlink" href="#cours" title="Permalink to this headline">¶</a></h2>
|
||
<div class="toctree-wrapper compound">
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="fil_conducteur.html">Fil conducteur : 1er tour des élections présidentielles 2017</a></li>
|
||
</ul>
|
||
</div>
|
||
<ul class="simple">
|
||
<li>Structures de données séquentielles</li>
|
||
<li>Ensembles et dictionnaires</li>
|
||
<li>Algorithmes de recherche</li>
|
||
<li>Les fichiers</li>
|
||
<li>Algorithmes de tri</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section" id="tp">
|
||
<h2>TP<a class="headerlink" href="#tp" title="Permalink to this headline">¶</a></h2>
|
||
<div class="toctree-wrapper compound">
|
||
</div>
|
||
<ul class="simple">
|
||
<li>Tester avec doctest</li>
|
||
<li>Listes</li>
|
||
<li>Gestion d’une promotion d’étudiants</li>
|
||
<li>Anagrammes</li>
|
||
<li>Analyse d’un fichier texte</li>
|
||
<li>Évaluation empirique des tris</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section" id="documents-annexes">
|
||
<h2>Documents annexes<a class="headerlink" href="#documents-annexes" title="Permalink to this headline">¶</a></h2>
|
||
<div class="toctree-wrapper compound">
|
||
</div>
|
||
<div class="section" id="bibliographie">
|
||
<h3>Bibliographie<a class="headerlink" href="#bibliographie" title="Permalink to this headline">¶</a></h3>
|
||
<ul class="simple">
|
||
<li>Apprendre à programmer avec Python 3, Gérard Swinnen, editions Eyrolles (Chapitres 1 à 7, et chapitre 10 en partie). <a class="reference external" href="http://inforef.be/swi/python.htm">Version électronique téléchargeable</a>.</li>
|
||
<li><a class="reference external" href="https://www.python.org/">Site officiel du langage Python</a>.</li>
|
||
<li><a class="reference external" href="https://docs.python.org/3.5/">Documentation officielle de la version 3.5 de Python</a>.</li>
|
||
<li><a class="reference external" href="http://www.thonny.org/">Site officiel de Thonny</a>.</li>
|
||
</ul>
|
||
</div>
|
||
</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="fil_conducteur.html" title="Fil conducteur : 1er tour des élections présidentielles 2017"
|
||
>next</a> |</li>
|
||
<li class="right" >
|
||
<a href="index.html" title="Algo Fun"
|
||
>previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">algofun documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
<div class="footer" role="contentinfo">
|
||
</div>
|
||
</body>
|
||
</html> |