free-programming-books-fr.md 8.9 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

E
Eskimon 已提交
86
### Arduino
87

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


C
Christoph Uschkrat 已提交
91
### Assembleur
92

93 94 95
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


V
Fix  
Victor Felder 已提交
96 97 98 99 100
### Bash / Shell

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


C
Christoph Uschkrat 已提交
101
### Caml
102

V
Victor Felder 已提交
103
* [Le language Caml](http://caml.inria.fr)
M
maieul 已提交
104 105


C
Christoph Uschkrat 已提交
106
### C / C++
107 108

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

111

C
Christoph Uschkrat 已提交
112
### Coq
113

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

117

C
Christoph Uschkrat 已提交
118
### CSS
119

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

M
maieul 已提交
122

C
Christoph Uschkrat 已提交
123
### Git
124 125 126

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

M
maieul 已提交
128

C
Christoph Uschkrat 已提交
129
### Java
130

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

M
maieul 已提交
134

C
Christoph Uschkrat 已提交
135
### Javascript
136

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

M
maieul 已提交
139

A
Andrei Curelaru 已提交
140
### jQuery
141

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


C
Christoph Uschkrat 已提交
145
### Haskell
146 147

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

150

151 152 153
### (La)TeX et associés

#### LaTeX
154

M
madzinah 已提交
155
* [LaTeX... pour le prof de maths !](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths3.pdf) - Arnaud Gazagnes (PDF)
C
Craig Davison 已提交
156
* [Tout ce que vous avez toujours voulu savoir sur LaTeX sans jamais oser le demander](http://framabook.org/tout-sur-latex/) - Vincent Lozano
157
* [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) - Maïeul Rouquette
158

M
maieul 已提交
159

C
Christoph Uschkrat 已提交
160
#### Asymptote
161

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

164

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

V
Victor Felder 已提交
167 168
* [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)
169

170

171 172 173 174 175
#### Pharo

* [Pharo par l'Exemple](http://pharobyexample.org/fr/)


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://mquandalle.gitbooks.io/apprendre-meteor/content/) - 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
V
Victor Felder 已提交
220
* [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) - Guido Van Rossum (PDF)
221 222
* [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal

223

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

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

M
maieul 已提交
228

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

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

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

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

239

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

V
victor felder 已提交
242
* [Calcul mathématique avec Sage](https://hal.inria.fr/inria-00540485/file/sagebook-web-20130530.pdf) - A. Casamayou, N. Cohen, G. Connan, T. Dumont, L. Fousse, F. Maltey, M. Meulien, M. Mezzarobba, C. Pernet, N. M. Thiéry, P. Zimmermann (PDF)
243 244


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

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

M
maieul 已提交
249

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

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

254

255 256 257 258 259
### Systèmes d'exploitation

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


V
victor felder 已提交
260 261 262 263 264
### TEI

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


C
Christoph Uschkrat 已提交
265
### Vim
266

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