forked from framasoft/plongez-dans-python3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00-index.html
67 lines (57 loc) · 4.67 KB
/
00-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: Accueil
status: Relecture
permalink: index.html
---
<!DOCTYPE html>
<meta charset=utf-8>
<title>Plongez dans Python 3</title>
<link rel=alternate type=application/atom+xml href=https://github.com/diveintomark/diveintopython3/commits/master.atom>
<link rel=stylesheet href=dip3.css>
<style>
h1:before,h2:before{content:''}
#a,#b,#c,#d{list-style:none;margin:0 0 0 -1.7em}
#a:before{content:'A. \00a0 \00a0'}
#b:before{content:'B. \00a0 \00a0'}
#c:before{content:'C. \00a0 \00a0'}
#d:before{content:'D. \00a0 \00a0'}
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<link rel=stylesheet media=print href=print.css>
<meta name=viewport content='initial-scale=1.0'>
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8><input type=search name=q size=25 placeholder="powered by Google™"> <input type=submit name=sa value=Search></div></form>
<p>Vous êtes ici : <span title="Ce n’est pas un point" style='cursor:default'>•</span>
<h1>Plongez dans Python 3</h1>
<p><cite>Plongez dans Python 3</cite> couvre Python 3 et ses différences avec Python 2. En comparaison avec <cite><a href=http://diveintopython.org/>Plongez dans Python</a></cite>, 20% du contenu a été révisé et 80% contient des nouveautés. Le livre est maintenant terminé, mais les <a href=about.html>retours sont toujours bienvenus</a>.
<h2>Table des matières (<a href=table-of-contents.html>développer</a>)</h2>
<p style="float:right;width:245px;text-align:center;margin:0 0 0 1.75em"><a style="border:0" href="http://www.amazon.com/gp/product/1430224150?ie=UTF8&tag=diveintomark-20&creativeASIN=1430224150" title="Lien affilié = je reçois un pourcentage"><em>Aussi disponible sur des arbres morts !</em><br><img src="i/cover.jpg" alt="Plongez dans Python 3" width=245 height=300></a>
<!-- toc -->
<ol start=-1>
<li><a href=whats-new.html>Quoi de neuf dans « Plongez dans Python 3 »</a>
<li><a href=installing-python.html>Installer Python</a>
<li><a href=your-first-python-program.html>Votre premier programme en Python</a>
<li><a href=native-datatypes.html>Types prédéfinis</a>
<li><a href=comprehensions.html>En compréhension</a>
<li><a href=strings.html>Chaînes de caractères</a>
<li><a href=regular-expressions.html>Expressions régulières</a>
<li><a href=generators.html>Fermetures <i class=baa>&</i> Générateurs</a>
<li><a href=iterators.html>Classes <i class=baa>&</i> Itérateurs</a>
<li><a href=advanced-iterators.html>Itérateurs avancés</a>
<li><a href=unit-testing.html>Test unitaire</a>
<li><a href=refactoring.html>Refactorisation</a>
<li><a href=files.html>Fichiers</a>
<li><a href=xml.html>XML</a>
<li><a href=serializing.html>Sérialisation d’objets Python</a>
<li><a href=http-web-services.html>Services Web HTTP</a>
<li><a href=case-study-porting-chardet-to-python-3.html>Étude de cas : Le portage de <code>chardet</code> vers Python 3</a>
<li><a href=packaging.html>Packaging de librairies Python</a>
<li id=a><a href=porting-code-to-python-3-with-2to3.html>Porter du code vers Python 3 avec <code>2to3</code></a>
<li id=b><a href=special-method-names.html>Nom des méthodes spéciales</a>
<li id=c><a href=where-to-go-from-here.html>Où aller maintenant ?</a>
<li id=d><a href=troubleshooting.html>Troubleshooting</a>
</ol>
<!-- /toc -->
<p>Ce livre est sous licence libre <a rel=license href=http://creativecommons.org/licenses/by-sa/3.0/>Creative Commons Attribution - Partage dans les Mêmes Conditions</a>. Vous pouvez le télécharger en <a href="https://github.com/diveintomark/diveintopython3/zipball/master"><abbr>HTML</abbr></a> ou <a href="https://github.com/downloads/diveintomark/diveintopython3/dive-into-python3.pdf"><abbr>PDF</abbr></a>. Les über-geeks peuvent aussi cloner le dépôt Git :
<pre><samp class=p>you@localhost:~$ </samp><kbd>git clone <a href=https://github.com/diveintomark/diveintopython3>git://github.com/diveintomark/diveintopython3.git</a></kbd></pre>
<p class=c>© 2001–11 <a href=about.html>Mark Pilgrim</a>
<p class=c>Traductions : <a href=http://code.google.com/p/inmersionenpython3/ lang=es hreflang=es>en español</a>, <a href=http://gpiancastelli.altervista.org/dip3-it/ lang=it hreflang=it>in italiano</a>, <a href="http://ru.wikisource.org/wiki/%D0%9F%D0%BE%D0%B3%D1%80%D1%83%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5_%D0%B2_Python_3_(%D0%9F%D0%B8%D0%BB%D0%B3%D1%80%D0%B8%D0%BC)" lang=ru hreflang=ru>на русском языке</a>, <a href=http://www.diveintopython3.ir/ lang=fa hreflang=fa dir=rtl>به پارسی</a>, <a href="http://diveintopython3.py.cz/" lang="cs" hreflang="cs">česky</a>