free-programming-books-fr.md 9.4 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2

V
Victor Felder 已提交
3 4
* [0 - Méta-listes](#0---méta-listes)
* [1 - Non dépendant du langage](#1---non-dépendant-du-langage)
V
Victor Felder 已提交
5 6 7 8 9 10
  * [Algorithmique](#algorithmique)
  * [Logiciels libres](#logiciels-libres)
  * [Makefile](#makefile)
  * [Méthodes de développment](#méthodes-de-développement)
  * [Pédagogie pour enfants et adolescents](#pédagogie-pour-enfants-et-adolescents)
  * [Théorie des langages](#théorie-des-langages)
E
Eskimon 已提交
11
* [Arduino](#arduino)
M
maieul 已提交
12
* [Assembleur](#assembleur)
M
Mojtahedi 已提交
13
* [Bash / Shell](#bash--shell)
E
Eric Guirbal 已提交
14
* [C / C++](#c--c)
15
* [Caml](#caml)
16
* [Coq](#coq)
17
* [CSS](#css)
M
maieul 已提交
18 19
* [Git](#git)
* [Haskell](#haskell)
M
maieul 已提交
20
* [Java](#java)
E
Eric Guirbal 已提交
21
* [Javascript](#javascript)
A
Andrei Curelaru 已提交
22
* [jQuery](#jquery)
23
* [(La)TeX et associés](#latex-et-associés)
V
Victor Felder 已提交
24 25 26 27 28
  * [Asymptote](#asymptote)
  * [LaTeX](#latex)
  * [Metapost](#metapost)
  * [PGF/TikZ](#pgftikz)
  * [TeX](#tex)
29
* [Lisp](#lisp)
30
* [Lua](#lua)
A
Andrei Curelaru 已提交
31
* [Meteor](#meteor)
M
maieul 已提交
32
* [Perl](#perl)
C
cosinuz 已提交
33
* [PHP](#php)
M
maieul 已提交
34
* [Python](#python)
35
* [R](#r)
M
maieul 已提交
36
* [Ruby](#ruby)
37
* [Sage](#sage)
38
* [Scilab](#scilab)
M
maieul 已提交
39
* [SPIP](#spip)
40
* [Systèmes d'exploitation](#systemes-d-exploitation)
M
Maïeul Rouquette 已提交
41
* [TEI](#TEI)
V
victor felder 已提交
42
* [Vim](#vim)
43

E
Eric Guirbal 已提交
44

45
### 0 - Méta-listes
46

V
Victor Felder 已提交
47
* [Le SILO: Sciences du numérique & Informatique au Lycée: Oui!](https://wiki.inria.fr/sciencinfolycee/Accueil)
E
Eric Guirbal 已提交
48 49


50
### 1 - Non dépendant du langage
51

C
Christoph Uschkrat 已提交
52
#### Algorithmique
53

C
Craig Davison 已提交
54
* [Algorithmique](http://pauillac.inria.fr/~quercia/cdrom/cours/) - Michel Quercia
55
* [Complexité algorithmique](http://www.liafa.univ-paris-diderot.fr/~sperifel/livre_complexite.html) - Sylvain Perifel
V
Victor Felder 已提交
56
* [Éléments d'algorithmique](http://www-igm.univ-mlv.fr/~berstel/Elements/Elements.pdf) - D. Beauquier, J. Berstel, et Ph. Chrétienne (PDF)
V
Victor Felder 已提交
57
* [France-IOI](http://www.france-ioi.org)
C
Craig Davison 已提交
58
* [Prologin](https://prologin.org)
M
maieul 已提交
59

60

C
Christoph Uschkrat 已提交
61
#### Logiciels libres
62

M
Matteo Taroli 已提交
63
* [Histoires et cultures du libres](http://framabook.org/histoiresetculturesdulibre/)
64 65
* [Option libre. Du bon usage des licences libres](http://framabook.org/optionlibre-dubonusagedeslicenceslibres/) - Jean Benjamin
* [Produire du logiciel libre](http://framabook.org/produire-du-logiciel-libre-2/) - Karl Fogel
C
Craig Davison 已提交
66
* [Richard Stallman et la révolution du logiciel libre](http://framabook.org/richard-stallman-et-la-revolution-du-logiciel-libre-2/) - R.M. Stallman, S. Williams et C. Masutti
C
cosinuz 已提交
67

M
maieul 已提交
68

C
Christoph Uschkrat 已提交
69
#### Makefile
70

V
Victor Felder 已提交
71 72
* [Concevoir un Makefile](http://icps.u-strasbg.fr/people/loechner/public_html/enseignement/GL/make.pdf) - Vincent Loechner d'après Nicolas Zin (PDF)
* [Introduction aux Makefile](http://eric.bachard.free.fr/UTBM_LO22/P07/C/Documentation/C/make/intro_makefile.pdf) (PDF)
M
maieul 已提交
73

74

C
Christoph Uschkrat 已提交
75
#### Méthodes de développement
76

V
Victor Felder 已提交
77
* [Scrum et XP depuis les tranchées](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenches_French.pdf) - Henrik Kniberg (PDF)
78

79

C
Christoph Uschkrat 已提交
80
#### Pédagogie pour enfants et adolescents
81

82
* [Activités débranchées](https://pixees.fr/?cat=612) Catalogue de ressource pour apprendre l'informatique sans ordinateur.
83
* [Apprendre l'informatique sans ordinateur](https://interstices.info/jcms/c_47072/enseigner-et-apprendre-les-sciences-informatiques-a-lecole) - Tim Bell, Ian H. Witten et Mike Fellows (traduit)
84

C
cosinuz 已提交
85

C
Christoph Uschkrat 已提交
86
#### Théorie des langages
87

V
Victor Felder 已提交
88
* [Compilation. Théorie des langages](http://www.lisyc.univ-brest.fr/pages_perso/leparc/Etud/Master/Compil/Doc/CoursCompilation.pdf) - Université de Bretagne Occidentale (PDF)
M
maieul 已提交
89

90

E
Eskimon 已提交
91
### Arduino
92

E
Eskimon 已提交
93 94 95
* [Arduino : Premiers pas en informatique embarquée](http://eskimon.fr/ebook-tutoriel-arduino) - Eskimon et olyte


C
Christoph Uschkrat 已提交
96
### Assembleur
97

98 99 100
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


C
Christoph Uschkrat 已提交
101
### Bash / Shell
102

103 104
* [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/)

M
maieul 已提交
105

C
Christoph Uschkrat 已提交
106
### Caml
107

V
Victor Felder 已提交
108
* [Le language Caml](http://caml.inria.fr)
M
maieul 已提交
109 110


C
Christoph Uschkrat 已提交
111
### C / C++
112 113

* [Cours de C/C++](http://casteyde.christian.free.fr/cpp/cours/online/book1.html) - Christian Casteyde
C
Craig Davison 已提交
114
* [Le C en 20 heures](http://framabook.org/le-c-en-20-heures-2/) - Eric Berthomier et Daniel Schang
M
maieul 已提交
115

116

C
Christoph Uschkrat 已提交
117
### Coq
118

C
Craig Davison 已提交
119
* [Le Coq'Art (V8)](http://www.labri.fr/perso/casteran/CoqArt/) - Yves Bertot et Pierre Castéran
120
* [Preuves de programmes en coq](http://fuscia.inrialpes.fr/cours/coq/) - Yves Bertot
121

122

C
Christoph Uschkrat 已提交
123
### CSS
124

V
Victor Felder 已提交
125
* [Apprendre les mises en page CSS](http://fr.learnlayout.com)
126

M
maieul 已提交
127

C
Christoph Uschkrat 已提交
128
### Git
129 130 131

* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/) - Alexandre Garel, Paul Gaborit et Nicolas Deram
* [Pro Git](http://www.git-scm.com/book/fr/v2) - Scott Chacon et Ben Straub
M
maieul 已提交
132

M
maieul 已提交
133

C
Christoph Uschkrat 已提交
134
### Java
135

136
* [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain
A
Alexander Fefelov 已提交
137
* [Play.Rules!](http://3monkeys.github.io/play.rules/)
138

M
maieul 已提交
139

C
Christoph Uschkrat 已提交
140
### Javascript
141

V
Victor Felder 已提交
142
* [Javascript Éloquent : Une introduction moderne à la programmation](http://fr.eloquentjavascript.net) - Marijn Haverbeke
M
maieul 已提交
143

M
maieul 已提交
144

A
Andrei Curelaru 已提交
145
### jQuery
146

C
Craig Davison 已提交
147
* [Apprendre jQuery](https://sutterlity.gitbooks.io/apprendre-jquery/content/) - Sutterlity Laurent
A
Andrei Curelaru 已提交
148 149


C
Christoph Uschkrat 已提交
150
### Haskell
151 152

* [A Gentle Introduction to Haskell](http://gorgonite.developpez.com/livres/traductions/haskell/gentle-haskell/) - Paul Hudak, John Peterson et Joseph Fasel
V
Victor Felder 已提交
153
* [Apprendre Haskell vous fera le plus grand bien !](http://lyah.haskell.fr)
M
maieul 已提交
154

155

156 157 158
### (La)TeX et associés

#### LaTeX
159

V
Victor Felder 已提交
160
* [Détecter et résoudre les problèmes](http://www.pearson.fr/livre/?GCOI=27440100048330), Annexe B du LaTeX Companion 2006, par Frank Mittelbach et Michel Goossens, mis à disposition par l'éditeur dans l'onglet « Compléments »
V
Victor Felder 已提交
161
* [LaTeX... pour le prof de maths !](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths.pdf) - Arnaud Gazagnes (PDF)
C
Craig Davison 已提交
162
* [Tout ce que vous avez toujours voulu savoir sur LaTeX sans jamais oser le demander](http://framabook.org/tout-sur-latex/) - Vincent Lozano
163
* [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) - Maïeul Rouquette
164

M
maieul 已提交
165

C
Christoph Uschkrat 已提交
166
#### Asymptote
167

V
Victor Felder 已提交
168
* [Asymptote. Démarrage rapide](http://cgmaths.fr/cgFiles/Dem_Rapide.pdf) - Christophe Grospellier (PDF)
169

170

C
Christoph Uschkrat 已提交
171
#### Metapost
172

V
Victor Felder 已提交
173 174
* [Tracer des graphes avec Metapost](http://melusine.eu.org/syracuse/metapost/f-mpgraph.pdf) - John D. Hobby (PDF)
* [Un manuel de Metapost](http://melusine.eu.org/syracuse/metapost/f-mpman-2.pdf) - John D. Hobby (PDF)
175

176

C
Christoph Uschkrat 已提交
177
#### PGF/TikZ
178 179 180

* [TikZ pour l'impatient](http://math.et.info.free.fr/TikZ/) - Gérard Tisseau et Jacques Duma

181

182 183
#### TeX

V
Victor Felder 已提交
184
* [TeX pour l'Impatient](http://www.apprendre-en-ligne.net/LaTeX/teximpatient.pdf) - Paul Abrahams, Kathryn Hargreaves, and Karl Berry, trad. Marc Chaudemanche (PDF)
185

186

187 188
### Lisp

V
Victor Felder 已提交
189
* [Introduction à la programmation en Common Lisp](http://www.algo.be/logo1/lisp/intro-lisp.pdf) - Francis Leboutte (PDF)
190 191 192 193
* [Traité de programmation en Common Lisp](http://dept-info.labri.fr/~strandh/Teaching/Programmation-Symbolique/Common/Book/HTML/programmation.html) - Robert Strandh et Irène Durand


### Lua
M
maieul 已提交
194 195

* [Introduction à la programmation Lua](http://www.luteus.biz/Download/LoriotPro_Doc/LUA/LUA_Training_FR/Introduction_Programmation.html)
196 197
* [Lua : le tutoriel](http://wxlua.developpez.com/tutoriels/lua/general/cours-complet/) - Claude Urban

M
maieul 已提交
198

A
Andrei Curelaru 已提交
199
### Meteor
200

C
Craig Davison 已提交
201
* [Apprendre Meteor](https://mquandalle.gitbooks.io/apprendre-meteor/content/) - Maxime Quandalle
V
Victor Felder 已提交
202
* [Discover Meteor](http://fr.discovermeteor.com) - Tom Coleman et Sacha Greif
203

M
maieul 已提交
204

C
Christoph Uschkrat 已提交
205
### Perl
206 207

* [Guide Perl - débuter et progresser en Perl](http://formation-perl.fr/guide-perl.html) - Sylvain Lhullier
M
maieul 已提交
208 209
* [La documentation Perl en français](http://perl.mines-albi.fr/DocFr.html)

C
cosinuz 已提交
210

C
Christoph Uschkrat 已提交
211
### PHP
212 213

* [Cours de PHP 5](http://g-rossolini.developpez.com/tutoriels/php/cours/?page=introduction) - Guillaume Rossolini
C
Craig Davison 已提交
214
* [Initiation au PHP](http://framasoft.net/IMG/pdf/initiation_php.pdf) - David Ducrocq (PDF)
V
Victor Felder 已提交
215
* [Programmer en PHP](http://www.lincoste.com/ebooks/pdf/informatique/programmer_php.pdf) - Julien Gaulmin (PDF)
C
cosinuz 已提交
216

M
maieul 已提交
217

C
Christoph Uschkrat 已提交
218
### Python
219 220

* [Appendre à programmer avec Python](http://inforef.be/swi/python.htm) - Gerard Swinnen
C
Craig Davison 已提交
221
* [Dropbox a des fuites ! Un aperçu de la rétro-ingénierie des programmes Python](http://pdp.microjoe.org/tutoriels/280/dropbox-a-des-fuites/)
V
Victor Felder 已提交
222
* [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) - Guido Van Rossum (PDF)
223 224
* [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal

225

C
Christoph Uschkrat 已提交
226
### R
227

V
Victor Felder 已提交
228
* [Introduction à la programmation en R](http://cran.r-project.org/doc/contrib/Goulet_introduction_programmation_R.pdf) - Vincent Goulet (PDF)
229

M
maieul 已提交
230

C
Christoph Uschkrat 已提交
231
### Ruby
232

M
maieul 已提交
233 234 235
* [Ruby en vingt minutes](https://www.ruby-lang.org/fr/documentation/quickstart/)
* [Venir à Ruby après un autre language](https://www.ruby-lang.org/fr/documentation/ruby-from-other-languages/)

M
maieul 已提交
236

C
Christoph Uschkrat 已提交
237
#### Ruby on Rails
238 239

* [Tutoriel Ruby on Rails : Apprendre Rails par l'exemple](http://french.railstutorial.org/chapters/beginning) - Michael Hartl
M
maieul 已提交
240

241

C
Christoph Uschkrat 已提交
242
### Sage
243

V
Victor Felder 已提交
244
* [Calcul mathématique avec Sage](http://sagebook.gforge.inria.fr) - A. Casamayou, N. Cohen, G. Connan, T. Dumont, L. Fousse, F. Maltey, M. Meulien, M. Mezzarobba, C. Pernet, N. M. Thiéry, P. Zimmermann
245 246


C
Christoph Uschkrat 已提交
247
### Scilab
248 249

* [Introduction à Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) - Michaël Baudin, Artem Glebov, Jérome Briot
250

M
maieul 已提交
251

C
Christoph Uschkrat 已提交
252
### SPIP
253

V
Victor Felder 已提交
254
* [Programmer avec SPIP](http://programmer.spip.net) - Matthieu Marcimat et collectif SPIP
255

256

257 258 259 260 261
### Systèmes d'exploitation

* [Simple OS (SOS)](http://sos.enix.org/fr/SOSDownload) - David Decotigny et Thomas Petazzoni


V
victor felder 已提交
262 263 264 265 266
### TEI

* [Qu'est-ce que la Text Encoding Initiative ?](http://books.openedition.org/oep/1237) - Lou Burnard, trad. par Marjorie Burghart


C
Christoph Uschkrat 已提交
267
### Vim
268

J
jgpacker 已提交
269
* [Learn Vim Progressively](http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/)
C
Craig Davison 已提交
270
* [Vim pour les humains](https://vimebook.com/fr) - Vincent Jousse (le livre n'est pas **gratuit** mais **à prix libre**)