Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traduction du chapitre 4 #8

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0262e76
Réorganisation de «Principes de fonctionnement» et simplification de …
Jul 6, 2013
35c2a4c
Correction d’espace insécable (mode typo nazi)
Jul 6, 2013
dd60bc9
Ajouts : branches, remotes
Djiko Jul 7, 2013
8310f17
Ajout d’une espace dans le README
Jul 11, 2013
5a0e62d
Début trad chapitre native datatypes
audionuma Jul 14, 2013
c72a032
Update 01-installing-python.html
ldidry Jul 14, 2013
cf5ceec
Ajout du wokflow dans le README
ldidry Jul 14, 2013
5c0a2eb
Update README.md
ldidry Jul 14, 2013
2a21005
Marquage du chapitre 2 en 'En cours'.
progval Jul 14, 2013
47bb4b4
Quoi de neuf dans “Plongez dans Python 3” passé en statut «En cours»
Jul 14, 2013
1a840f3
Changement de statut
shan-x Jul 14, 2013
7691cc6
Changement de status pour 05-strings.html
Jul 14, 2013
3155183
Correction typo permalink chap 16
jtanguy Jul 14, 2013
3191d87
Supression du : dans le titre du chap 15
jtanguy Jul 14, 2013
5acb5e6
Merge pull request #5 from jtanguy/master
ldidry Jul 14, 2013
385799f
Update README.md
ldidry Jul 14, 2013
6f891b5
Corrections typographiques
Jul 15, 2013
1d668cb
Marquage du chapitre 4 en 'En cours'.
progval Jul 17, 2013
cf02ea0
Début de la traduction du chapitre 4 (environ un quart).
progval Jul 17, 2013
3671eed
Poursuite de la traduction du chapitre 4 (environ la moitié).
progval Jul 18, 2013
2edf2dc
Poursuite de la traduction du chapitre 4 (environ trois quarts).
progval Jul 19, 2013
394e61a
Fin de la traduction du chapitre 4.
progval Jul 20, 2013
2dfdc5b
Correction du premier titre.
progval Jul 20, 2013
eb52584
Correction 1ère moitié
Astalaseven Jul 20, 2013
0ddd621
Correction 2e moitié
Astalaseven Jul 20, 2013
601c8ee
Corrections et reformulations
Astalaseven Jul 22, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions 00-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
<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&trade;">&nbsp;<input type=submit name=sa value=Search></div></form>

<p>Vous êtes ici :&nbsp;&nbsp;<span title="Ce n'est pas un point" style='cursor:default'>&bull;</span>
<p>Vous êtes ici&nbsp;: <span title="Ce nest pas un point" style='cursor:default'>&bull;</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&amp;tag=diveintomark-20&amp;creativeASIN=1430224150" title="Affiliate link = I earn an extra buck"><em>Aussi disponible sur des livres morts !</em><br><img src="i/cover.jpg" alt="Plongez dans Python 3" width=245 height=300></a>
<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&amp;tag=diveintomark-20&amp;creativeASIN=1430224150" title="Lien affilié = je reçois un pourcentage"><em>Aussi disponible sur des arbres morts&nbsp;!</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 &#8220;Plongez dans Python 3&#8221;</a>
<li><a href=whats-new.html>Quoi de neuf dans «&nbsp;Plongez dans Python 3&nbsp;»</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>
Expand All @@ -47,21 +47,21 @@ <h2>Table des matières (<a href=table-of-contents.html>développer</a>)</h2>
<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=serializing.html>Sérialisation dobjets 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=case-study-porting-chardet-to-python-3.html>Étude de cas&nbsp;: 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=c><a href=where-to-go-from-here.html>Où aller maintenant&nbsp;?</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 Share-Alike</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 &uuml;ber-geeks peuvent aussi cloner le dépôt Git :
<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&nbsp;:

<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>&copy; 2001&ndash;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&ntilde;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>
<p class=c>Traductions&nbsp;: <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>
2 changes: 1 addition & 1 deletion 00-whats-new.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Quoi de neuf dans &#8220;Plongez dans Python 3&#8221;
status: Non traduit
status: En cours
permalink: whats-new.html
---
<!DOCTYPE html>
Expand Down
2 changes: 1 addition & 1 deletion 01-installing-python.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Installer Python
status: Non traduit
status: Relecture
permalink: installing-python.html
---
<!DOCTYPE html>
Expand Down
2 changes: 1 addition & 1 deletion 02-your-first-python-program.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Votre premier programme en Python
status: Non traduit
status: En cours
permalink: your-first-python-program.html
---
<!DOCTYPE html>
Expand Down
2 changes: 1 addition & 1 deletion 03-native-datatypes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Les types prédéfinis
status: Non traduit
status: En cours
permalink: native-datatypes.html
---
<!DOCTYPE html>
Expand Down
Loading