free-programming-books-fr.md 9.0 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)
J
jgpacker 已提交
40
* [Vim](#vim)
41

E
Eric Guirbal 已提交
42

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

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


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

C
Christoph Uschkrat 已提交
50
#### Algorithmique
51 52 53 54

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

58

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

M
Matteo Taroli 已提交
61
* [Histoires et cultures du libres](http://framabook.org/histoiresetculturesdulibre/)
62 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
* [Richard Stallman et la révolution du logiciel libre](http://framabook.org/richard-stallman-et-la-revolution-du-logiciel-libre/) - R.M. Stallman, S. Williams et C. Masutti
C
cosinuz 已提交
65

M
maieul 已提交
66

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

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

72

C
Christoph Uschkrat 已提交
73
#### Méthodes de développement
74 75 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

77

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

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

C
cosinuz 已提交
83

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

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

88

E
Eskimon 已提交
89
### Arduino
90

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


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

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


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

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

M
maieul 已提交
103

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

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


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

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

114

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

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

120

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

123 124
* [Apprendre les mises en page CSS](http://fr.learnlayout.com/)

M
maieul 已提交
125

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

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

M
maieul 已提交
131

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

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

M
maieul 已提交
137

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

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

M
maieul 已提交
142

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

* [Apprendre jQuery](http://sutterlity.gitbooks.io/apprendre-jquery/) - Sutterlity Laurent
A
Andrei Curelaru 已提交
146 147


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

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

153

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

#### LaTeX
157

M
maieul 已提交
158 159
* [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 »
160 161 162 163
* [LaTeX... pour le prof de maths !](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths.pdf) - Arnaud Gazagnes
* [Tout ce que vous avez toujours voulu savoir sur LaTeX sans jamais oser le demander](http://framabook.org/5-tout-ce-que-vous-avez-toujours-voulu-savoir-sur-latex-sans-jamais-oser-le-demander/) - Vincent Lozano
* [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) - Maïeul Rouquette

M
maieul 已提交
164

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

* [Asymptote. Démarrage rapide](http://cgmaths.fr/cgFiles/Dem_Rapide.pdf) - Christophe Grospellier

169

C
Christoph Uschkrat 已提交
170
#### Metapost
171 172 173 174

* [Tracer des graphes avec Metapost](http://melusine.eu.org/syracuse/metapost/f-mpgraph.pdf) - John D. Hobby
* [Un manuel de Metapost](http://melusine.eu.org/syracuse/metapost/f-mpman-2.pdf) - John D. Hobby

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

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

185

186 187
### Lisp

188 189 190 191 192
* [Introduction à la programmation en Common Lisp](http://www.algo.be/logo1/lisp/intro-lisp.pdf) - Francis Leboutte
* [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 200 201 202

* [Apprendre Meteor](http://mquandalle.gitbooks.io/apprendre-meteor/) - Maxime Quandalle
* [Discover Meteor](http://fr.discovermeteor.com/) - Tom Coleman et Sacha Greif

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 213 214

* [Cours de PHP 5](http://g-rossolini.developpez.com/tutoriels/php/cours/?page=introduction) - Guillaume Rossolini
* [Initiation au PHP](http://www.framasoft.net/IMG/pdf/initiation_php.pdf) - David Ducrocq
* [Programmer en PHP](http://www.lincoste.com/ebooks/pdf/informatique/programmer_php.pdf) - Julien Gaulmin
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
* [Dropbox a des fuites ! Un aperçu de la rétro-ingénierie des programmes Python](http://pdp.microjoe.org/articles/34/dropbox-a-des-fuites)
221 222 223
* [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) - Guido Van Rossum
* [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal

224

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

* [Introduction à la programmation en R](http://cran.r-project.org/doc/contrib/Goulet_introduction_programmation_R.pdf) - Vincent Goulet
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 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 253 254

* [Programmer avec SPIP](http://programmer.spip.net/) - Matthieu Marcimat et collectif SPIP

255

C
Christoph Uschkrat 已提交
256
### Vim
257

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