Skip to content

Commit 8da5c85

Browse files
committed
add French Books
1 parent e70720b commit 8da5c85

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

img/cover_apprendrepython2.png

156 KB
Loading

img/cover_apprendrepython3.png

113 KB
Loading

issues.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,23 @@
160160
"info": "A complete scholar overview of all Python 3 functionnalities from the Alabama University.",
161161
"url": "http://beastie.cs.ua.edu/cs150/book/index.html",
162162
"cover": "img/cover_alabamaintro.png"
163+
},
164+
{
165+
"title": "Programmez avec Python 2",
166+
"author": "Gérard Swinnen",
167+
"authorUrl": "http://inforef.be/swi/python.htm",
168+
"level": "Beginner",
169+
"info": "[FRENCH] Apprenez à programmer avec Python 2. Découvrez la programmation et le language Python grâce à cet ouvrage de référence.",
170+
"url": "http://inforef.be/swi/download/apprendre_python.pdf",
171+
"cover": "img/cover_apprendrepython2.png"
172+
},
173+
{
174+
"title": "Programmez avec Python 3",
175+
"author": "Gérard Swinnen",
176+
"authorUrl": "http://inforef.be/swi/python.htm",
177+
"level": "Beginner",
178+
"info": "[FRENCH] Apprenez à programmer avec Python 3. Mise à jour du précédent ouvrage avec les spécificité de Python 3.",
179+
"url": "http://inforef.be/swi/download/apprendre_python3_5.pdf",
180+
"cover": "img/cover_apprendrepython3.png"
163181
}
164182
]}

0 commit comments

Comments
 (0)