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

E
Eric Guirbal 已提交
3
* [Méta-listes](#méta-listes)
M
maieul 已提交
4
* [Non dépendant du langage](#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)
M
Maïeul Rouquette 已提交
40
* [TEI](#TEI)
V
victor felder 已提交
41
* [Vim](#vim)
42

E
Eric Guirbal 已提交
43

C
Christoph Uschkrat 已提交
44
### Méta-listes
45

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


C
Christoph Uschkrat 已提交
49
### Non dépendant du langage
50

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

C
Craig Davison 已提交
53
* [Algorithmique](http://pauillac.inria.fr/~quercia/cdrom/cours/) - Michel Quercia
54
* [Complexité algorithmique](http://www.liafa.univ-paris-diderot.fr/~sperifel/livre_complexite.html) - Sylvain Perifel
V
Victor Felder 已提交
55
* [É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 已提交
56
* [France-IOI](http://www.france-ioi.org)
C
Craig Davison 已提交
57
* [Prologin](https://prologin.org/)
M
maieul 已提交
58

59

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

M
Matteo Taroli 已提交
62
* [Histoires et cultures du libres](http://framabook.org/histoiresetculturesdulibre/)
63 64
* [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 已提交
65
* [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 已提交
66

M
maieul 已提交
67

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

V
Victor Felder 已提交
70 71
* [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 已提交
72

73

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

V
Victor Felder 已提交
76
* [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)
77

78

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

81
* [Activités débranchées](https://pixees.fr/?cat=612) Catalogue de ressource pour apprendre l'informatique sans ordinateur.
82
* [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)
83

C
cosinuz 已提交
84

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

V
Victor Felder 已提交
87
* [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 已提交
88

89

E
Eskimon 已提交
90
### Arduino
91

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


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

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


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

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

M
maieul 已提交
104

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

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


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

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

115

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

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

121

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

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

M
maieul 已提交
126

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

* [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 已提交
131

M
maieul 已提交
132

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

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

M
maieul 已提交
138

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

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

M
maieul 已提交
143

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

C
Craig Davison 已提交
146
* [Apprendre jQuery](https://www.gitbook.com/book/sutterlity/apprendre-jquery/details) - Sutterlity Laurent
A
Andrei Curelaru 已提交
147 148


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

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

154

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

#### LaTeX
158

V
Victor Felder 已提交
159 160
* [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) - Maïeul Rouquette
* [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

M
maieul 已提交
164

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

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

169

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

V
Victor Felder 已提交
172 173
* [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)
174

175

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

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

180

181 182
#### TeX

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

185

186 187
### Lisp

V
Victor Felder 已提交
188
* [Introduction à la programmation en Common Lisp](http://www.algo.be/logo1/lisp/intro-lisp.pdf) - Francis Leboutte (PDF)
189 190 191 192
* [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 已提交
193 194

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

M
maieul 已提交
197

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

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

M
maieul 已提交
203

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

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

C
cosinuz 已提交
209

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

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

M
maieul 已提交
216

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

* [Appendre à programmer avec Python](http://inforef.be/swi/python.htm) - Gerard Swinnen
C
Craig Davison 已提交
220
* [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 已提交
221
* [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) - Guido Van Rossum (PDF)
222 223
* [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal

224

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

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

M
maieul 已提交
229

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

M
maieul 已提交
232 233 234
* [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 已提交
235

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

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

240

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

V
Victor Felder 已提交
243
* [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
244 245


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

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

M
maieul 已提交
250

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

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

255

V
victor felder 已提交
256 257 258 259 260
### TEI

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


C
Christoph Uschkrat 已提交
261
### Vim
262

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