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

3 4
* [0 - Meta-Listas](#0---meta-listas)
* [1 - Agnósticos](#1---agnósticos)
5
  * [Algoritmos y Estructuras de Datos](#algoritmos-y-estructuras-de-datos)
V
Victor Felder 已提交
6 7
  * [Base de Datos](#base-de-datos)
  * [Ciencia Computacional](#ciencia-computacional)
8
  * [Cursos Masivos en Línea](#cursos-masivos-en-línea)
9
  * [Metodologías de desarrollo de software](#metodologías-de-desarrollo-de-software)
10
  * [Misceláneos](#misceláneos)
11
  * [Paradigmas de Programación](#paradigmas-de-programación)
V
Victor Felder 已提交
12
  * [Sistemas Operativos](#sistemas-operativos)
13
* [Android](#android)
J
Jorge Arias 已提交
14
* [C](#c)
15
* [C++](#c-1)
16
* [Coffeescript](#coffeescript)
V
Victor Felder 已提交
17
* [Emacs](#emacs)
M
Martín Gaitán 已提交
18
* [Ensamblador](#ensamblador)
19
* [Erlang](#erlang)
M
Martín Gaitán 已提交
20
* [Git](#git)
21
* [Github](#github)
22
* [Haskell](#haskell)
23
* [HTML & CSS](#html--css)
24
* [Java](#java)
25
* [JavaScript](#javascript)
V
Victor Felder 已提交
26 27 28 29
  * [AngularJS](#angularjs)
  * [D3](#d3js)
  * [jQuery](#jquery)
  * [node.js](#nodejs)
30
  * [React](#react)
V
Victor Felder 已提交
31
* [LaTeX](#latex)
32
* [Linux](#linux)
E
Espartaco Palma 已提交
33
* [.NET (C# Visual Studio)](#net-c--visual-studio)
W
wchiquito 已提交
34
* [NoSQL](#nosql)
V
Victor Felder 已提交
35
  * [MongoDB](#mongodb)
36
* [Perl](#perl)
V
Victor Felder 已提交
37
* [PHP](#php)
M
Martín Gaitán 已提交
38
* [Python](#python)
V
Victor Felder 已提交
39 40
  * [Django](#django)
  * [Web2py](#web2py)
V
#1870  
victor felder 已提交
41
* [R](#r)
J
Johan 已提交
42
* [Ruby](#ruby)
V
Victor Felder 已提交
43
  * [Ruby on Rails](#ruby-on-rails)
44
* [Scala](#scala)
45
* [Scratch](#scratch)
46
* [SQL](#sql)
Q
qorg11 已提交
47
* [Subversion](#subversion)
48
* [SVG](#svg)
49 50


51
### 0 - Meta-Listas
52

53 54 55 56 57 58 59 60
* [Aprender Python](http://python.org.ar/wiki/AprendiendoPython) - Python Argentina
* [Apuntes Completos de Desarrollo Web](http://jorgesanchez.net) - Jorge Sánchez
* [Desarrollo de Aplicaciones Web - Temario Completo](https://github.com/statickidz/TemarioDAW#temario-daw) - José Luis Comesaña (Github)
* [Desarrollo de Aplicaciones Web y Sistemas Microinformáticos y Redes](https://javiergarciaescobedo.es) - Javier García Escobedo
* [Gitbook - Libros útiles en español](https://github.com/DpdC/gitbook-biblioteca-impresionante-en-espanol#gitbook---biblioteca-de-libros-en-español--) (Github)
* [Múltiples Cursos y Enlaces de Tecnología Informática](http://elvex.ugr.es) - Fernando Berzal
* [OpenLibra - Biblioteca recopilatorio de libros libres](https://openlibra.com/es/collection)
* [Universidad Autónoma de Mexico - Plan (2016)](http://fcasua.contad.unam.mx/apuntes/interiores/plan2016_1.php)
M
Martín Gaitán 已提交
61

62

63
### 1 - Agnósticos
64

65
#### Algoritmos y Estructuras de Datos
66

67
* [Algoritmos y Programación (Guía para docentes)](http://www.eduteka.org/pdfdir/AlgoritmosProgramacion.pdf) (PDF)
68
* [Apuntes de Algoritmos y Estructuras de Datos](https://openlibra.com/en/book/download/apuntes-de-algoritmos-y-estructuras-de-datos) (PDF)
C
Craig Davison 已提交
69
* [Breves Notas sobre Análisis de Algoritmos](http://lya.fciencias.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (PDF)
70
* [Fundamentos de Informática y Programación](http://robotica.uv.es/Libro/Indice.html) (HTML)
C
Craig Davison 已提交
71
* [Temas selectos de estructuras de datos](http://lya.fciencias.unam.mx/jloa/publicaciones/estructurasdeDatos.pdf) (PDF)
72
* [Teoría sintáctico-gramatical de objetos](http://www.bubok.es/libros/219288/Teoria-sintacticogramatical-de-objetos) (Bubok)
73

74

C
Christoph Uschkrat 已提交
75
#### Base de Datos
76

77 78 79 80 81
* [Apuntes de Base de Datos 1](http://rua.ua.es/dspace/bitstream/10045/2990/1/ApuntesBD1.pdf) (PDF)
* [Base de Datos (2005)](http://www.uoc.edu/masters/oficiales/img/913.pdf) - Mercedes Marqués (PDF)
* [Base de Datos (2011)](https://openlibra.com/es/book/download/bases-de-datos-2) - Mercedes Marqués (PDF)
* [Base de Datos Avanzadas (2013)](https://openlibra.com/es/book/download/bases-de-datos-avanzadas) - Aramburu & Sanz Blasco (PDF)
* [Diseño Conceptual de Bases de Datos](https://openlibra.com/es/book/download/diseno-conceptual-de-bases-de-datos) (PDF)
82

83

C
Christoph Uschkrat 已提交
84
#### Ciencia Computacional
85

C
Craig Davison 已提交
86 87
* [Breves Notas sobre Autómatas y Lenguajes](http://lya.fciencias.unam.mx/jloa/publicaciones/automatasyLenguajes.pdf) (PDF)
* [Breves Notas sobre Teoría de la Computación](http://lya.fciencias.unam.mx/jloa/publicaciones/teoria.pdf) (PDF)
M
Matt Sephton 已提交
88

89

C
Christoph Uschkrat 已提交
90
#### Cursos Masivos en Línea
91

92
* [Cursos de Programación Online Organizados](https://github.com/DpdC/biblioteca-espanol-gratis/blob/master/cursos-programacion-gratis.md#Índice) (Github)
93

94

C
Christoph Uschkrat 已提交
95
#### Metodologías de desarrollo de software
96

97
* [Compendio de Ingeniería del Software](http://www.navegapolis.com/files/cis.pdf) (PDF)
98
* [Diseño Ágil con TDD](http://www.carlosble.com/downloads/disenoAgilConTdd_ebook.pdf) (PDF)
V
victor felder 已提交
99
* [Ingeniería de Software: Una Guía para Crear Sistemas de Información](https://web.archive.org/web/20150824055042/http://www.wolnm.org/apa/articulos/Ingenieria_Software.pdf) (PDF)
C
Craig Davison 已提交
100
* [Scrum & Extreme Programming (para programadores)](https://web.archive.org/web/20140209204645/http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-agile.pdf) (PDF)
V
Victor Felder 已提交
101
* [Scrum y XP desde las trincheras](http://www.proyectalis.com/wp-content/uploads/2008/02/scrum-y-xp-desde-las-trincheras.pdf) (PDF)
102

103

C
Christoph Uschkrat 已提交
104
#### Misceláneos
105

106 107 108 109
* [97 cosas que todo programador debería saber](http://97cosas.com/programador/) (HTML)
* [Docker](https://github.com/brunocascio/docker-espanol#docker) (Github)
* [El camino a un mejor programador](http://emanchado.github.io/camino-mejor-programador/downloads/camino_2013-01-19_0688b6e.html) (HTML) [(PDF, ePub)](http://emanchado.github.io/camino-mejor-programador/)
*[Introducción a Docker](https://www.rediris.es/tecniris/archie/doc//TECNIRIS47-1b.pdf) (PDF)
110
* [Programación de videojuegos SDL](http://libros.metabiblioteca.org/bitstream/001/271/8/Programacion_Videojuegos_SDL.pdf) (PDF)
111

112

C
Christoph Uschkrat 已提交
113
#### Paradigmas de Programación
114

115
* [Programación Funcional (1996)](http://www.staff.science.uu.nl/~fokke101/courses/fp-sp.pdf) (PDF)
116

117

C
Christoph Uschkrat 已提交
118
#### Sistemas Operativos
119

C
Craig Davison 已提交
120
* [Fundamentos de Sistemas Operativos](http://sistop.org/pdf/sistemas_operativos.pdf) - Gunnar Wolf et al (PDF)
121
* [Sistemas Operativos](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) - Dr. David Luis la Red (PDF)
122

123

C
Christoph Uschkrat 已提交
124
### Android
125

126 127
* [Curso Android](http://www.hermosaprogramacion.com/android) (HTML)
* [Manual de Programación Android v.2.0](http://ns2.elhacker.net/timofonica/manuales/Manual_Programacion_Android_v2.0.pdf) - Salvador Gómez Oliver (PDF)
128

E
Espartaco Palma 已提交
129

C
Christoph Uschkrat 已提交
130
### C
131

E
Espartaco Palma 已提交
132
* [GNU/Linux: Programación de Sistemas](http://www.alcancelibre.org/filemgmt_data/files/programaciongnulinux.pdf) (PDF)
133
* [Introducción a la programación con C](http://repositori.uji.es/xmlui/bitstream/handle/10234/24306/s29.pdf) (PDF) (descarga directa)
E
Espartaco Palma 已提交
134 135


C
Christoph Uschkrat 已提交
136
### C++
137

C
Craig Davison 已提交
138 139
* [Aprenda C++ avanzado como si estuviera en primero](http://www4.tecnun.es/asignaturas/Informat1/AyudaInf/aprendainf/cpp/avanzado/cppavan.pdf) (PDF)
* [Aprenda C++ básico como si estuviera en primero](http://www4.tecnun.es/asignaturas/Informat1/AyudaInf/aprendainf/cpp/basico/cppbasico.pdf) (PDF)
140
* [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/) (HTML)
M
Martín Gaitán 已提交
141

142

C
Christoph Uschkrat 已提交
143
### Coffeescript
144

145
* [Coffeescript, un pequeño gran libro](https://leanpub.com/coffeescript) - Javi Jiménez (Leanpub cuenta requerida)
146

147

C
Christoph Uschkrat 已提交
148
### Ensamblador
149

150
* [Lenguaje Ensamblador para PC](https://pacman128.github.io/static/pcasm-book-spanish.pdf) - Paul A.Carter (PDF)
151

M
Martín Gaitán 已提交
152

C
Christoph Uschkrat 已提交
153
### Erlang
154

155
* [Programación en Erlang](https://es.wikibooks.org/wiki/Programaci%C3%B3n_en_Erlang) - WikiLibros
156

157

J
Johan 已提交
158
### Emacs
159

160
* [Una Introducción a Emacs Lisp en Español](http://savannah.nongnu.org/git/?group=elisp-es) (HTML)
161

162

C
Christoph Uschkrat 已提交
163
### Git
164

165 166 167
* [Git Immersion en Español](https://esparta.github.io/gitimmersion-spanish)
* [Git. La guía simple](http://rogerdudler.github.io/git-guide) (HTML)
* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es)
168
* [Pro Git](http://git-scm.com/book/es/)
M
Martín Gaitán 已提交
169

170

171 172 173 174 175
### Github

* [Github Simple](https://github.com/MrOutis/GitHub-Simple#github-simple) (Github)


C
Christoph Uschkrat 已提交
176
### Haskell
177

178 179 180 181 182 183 184 185 186 187 188 189
* [¡Aprende Haskell por el bien de todos!](http://aprendehaskell.es/main.html) (HTML)
* [Piensa en Haskell (ejercicios de programación funcional)](http://www.cs.us.es/~jalonso/publicaciones/Piensa_en_Haskell.pdf) (PDF)


### HTML & CSS

* [CSS avanzado](http://librosweb.es/libro/css_avanzado) Javier Eguíluz (HTML) [(PDF)](https://openlibra.com/es/book/download/css-avanzado)
* [CSS3 y JavaScript avanzado](https://openlibra.com/es/book/download/css3-y-javascript-avanzado) (PDF)
* [Diseño de Interfaces Web](http://interfacesweb.github.io/unidades/) (HTML)
* [Estructura con CSS](http://es.learnlayout.com) (HTML)
* [Guía Completa de CSS3](https://openlibra.com/es/book/download/guia-completa-de-css3) - Antonio Navajas (PDF)
* [Introducción a CSS](http://librosweb.es/libro/css/) - Javier Eguíluz (HTML) [(PDF)](https://openlibra.com/es/book/download/introduccion-a-css)
190

F
Fer Perales 已提交
191

C
Christoph Uschkrat 已提交
192
### Java
193

194
* [Aprendiendo Java y POO (2008)](https://openlibra.com/es/book/download/aprendiendo-java-y-poo) (PDF)
195
* [Desarrollando con Java 8: Poker](https://ia601504.us.archive.org/21/items/DesarrollandoConJava8Poker/DesarrollandoConJava8Poker.pdf) -David Pérez Cabrera (PDF)
D
Devinsuit 已提交
196
* [Desarrollo de proyectos informáticos con Java](http://www3.uji.es/~belfern/libroJava.pdf) (PDF)
197 198 199 200 201 202 203
* [Ejercicios de Programación en Java](https://www.arkaitzgarro.com/java/) - F.M. Pérez Montes (PDF)
* [Notas de Introducción al Lenguaje de Programación Java (2004)](http://lya.fciencias.unam.mx/jloa/publicaciones/introduccionJava.pdf) - Jorge L. Ortega Arjona (PDF)
* [Pensando la computación como un científico (con Java)](http://www.ungs.edu.ar/cm/uploaded_files/publicaciones/476_cid03-Pensar%20la%20computacion.pdf) (PDF)
* [PlugIn Apache Tapestry: desarrollo de aplicaciones y páginas web](https://picodotdev.github.io/blog-bitix/assets/custom/PlugInTapestry.pdf) (PDF) [(ePub, Mobi, HTML)](https://picodotdev.github.io/blog-bitix/2014/02/libro-sobre-desarrollo-de-aplicaciones-con-apache-tapestry/)
* [Prácticas d Java (2009)](https://openlibra.com/es/book/download/practicas-de-java) (PDF)
* [Preparando JavaSun 6 - OCPJP6](https://github.com/PabloReyes/ocpjp-resumen-espanol#ocpjp6-resumen-español) - Pablo Reyes Almagro (Github) [(PDF)](https://github.com/PabloReyes/ocpjp-resumen-espanol/blob/master/OCPJP6%20Resumen.pdf)
* [Programación en Java](http://elvex.ugr.es/decsai/java/) (HTML)
C
Craig Davison 已提交
204
* [Tutorial básico de Java EE](http://static1.1.sqspcdn.com/static/f/923743/14770633/1416082087870/JavaEE.pdf) (PDF)
205
* [Tutorial introducción a Maven 3](http://static1.1.sqspcdn.com/static/f/923743/15025126/1320942755733/Tutorial_de_Maven_3_Erick_Camacho.pdf) - Erick Camacho (PDF)
F
Fer Perales 已提交
206

207

C
Christoph Uschkrat 已提交
208
### JavaScript
209

210 211 212 213 214 215 216
* [Guía de Javascript 'Mozilla'](https://developer.mozilla.org/es/docs/Web/JavaScript/Guide) (HTML)
* [Introducción a AJAX](http://librosweb.es/libro/ajax) (HTML) [(PDF)](https://openlibra.com/es/book/download/introduccion-ajax)
* [Introducción a JavaScript](http://librosweb.es/libro/javascript) (HTML) [(PDF)](https://openlibra.com/es/book/download/introduccion-a-javascript)
* [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es) (HTML)
* [JavaScript, ¡Inspírate!](https://leanpub.com/javascript-inspirate) (Leanpub cuenta requerida)
* [JavaScript Para Gatos](https://jsparagatos.com) (HTML)
* [Manual de JavaScript](https://desarrolloweb.com/manuales/manual-javascript.html#capitulos20) (HTML)
217

M
matysanchez 已提交
218

219
#### AngularJS
220

221
* [Cómo aprender AngularJS](http://raulexposito.com/documentos/como-aprender-angularjs/) (HTML)
222 223


C
Christoph Uschkrat 已提交
224
#### D3.js
225

226
* [Tutorial de D3](http://gcoch.github.io/D3-tutorial/index.html) (HTML)
227 228


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

231 232
* [Fundamentos de jQuery](https://librosweb.es/libro/fundamentos_jquery) (HTML) [(PDF)](https://openlibra.com/es/book/download/fundamentos-de-jquery)
* [Manual de jQuery](http://mundosica.github.io/tutorial_hispano_jQuery/) (HTML)
M
Matías Sanchez 已提交
233 234


C
Christoph Uschkrat 已提交
235
#### Node.js
236

V
Victor Felder 已提交
237
* [Introducción a Node.js a través de Koans](http://nodejskoans.com)
M
matysanchez 已提交
238

M
Mojtahedi 已提交
239

240 241 242 243 244
#### React

* [Desarrollo de Aplicaciones Web con React.js y Redux.js](https://leanpub.com/react-redux) (PDF, EPUB, MOBI)


C
Christoph Uschkrat 已提交
245
### LaTeX
246

247
* [La introducción no-tan-corta a LaTeX 2ε](http://osl.ugr.es/CTAN/info/lshort/spanish/lshort-a4.pdf) (PDF)
M
Mojtahedi 已提交
248

249

250
### Linux
251

252 253
* [Bases de la programación en Bash](http://xinfo.sourceforge.net/documentos/bash-scripting/bash-script-2.0.html) (HTML)
* [BASH Scripting Avanzado: Utilizando declare para definición de tipo](https://web.archive.org/web/20150307181233/http://library.originalhacker.org:80/biblioteca/articulo/ver/123) (descarga directa)
254
* [El Manual de BASH Scripting Básico para Principiantes](https://es.wikibooks.org/wiki/El_Manual_de_BASH_Scripting_B%C3%A1sico_para_Principiantes) - WikiLibros
255
* [El manual del Administrador de Debian](https://debian-handbook.info/browse/es-ES/stable/) (HTML) [(PDF, ePub, Mobi)](https://debian-handbook.info/get/now/)
256

257

C
Christoph Uschkrat 已提交
258
### .NET (C# / Visual Studio)
259

E
Espartaco Palma 已提交
260
* [El lenguaje de programación C#](http://dis.um.es/~bmoros/privado/bibliografia/LibroCsharp.pdf) (PDF)
261
* [Guía de Arquitectura N-capas Orientadas al Dominio](https://blogs.msdn.microsoft.com/cesardelatorre/2010/03/11/nuestro-nuevo-libro-guia-de-arquitectura-n-capas-ddd-net-4-0-y-aplicacion-ejemplo-en-disponibles-para-download-en-msdn-y-codeplex) (HTML)
262

E
Espartaco Palma 已提交
263

W
wchiquito 已提交
264
### NoSQL
265 266 267 268

#### MongoDB

* [El pequeño libro MongoDB](https://github.com/uokesita/the-little-mongodb-book)
269
* [MongoDB en español: T1, El principio](https://dpdc.gitbooks.io/mongodb-en-espanol-tomo-1/content) - Yohan Graterol (Gitbook) (:construction: *en proceso*)
W
wchiquito 已提交
270

E
Espartaco Palma 已提交
271

C
Christoph Uschkrat 已提交
272
### PHP
273

274
* [Manual de estudio introductorio al lenguaje PHP procedural](https://web.archive.org/web/20140209203630/http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-php.pdf) (PDF)
275 276 277
* [PHP y Programación orientada a objetos](https://styde.net/php-y-programacion-orientada-a-objetos/) (HTML)
* [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP) (Bubok)
* [Programación web avanzada: ajax y google maps](http://rua.ua.es/dspace/bitstream/10045/13176/9/04-ajaxphp.pdf) (PDF)
Q
qorg11 已提交
278
* [Silex, el manual oficial](http://librosweb.es/libro/silex) (HTML)
279 280
* [Symfony 1.4, la guía definitiva](http://librosweb.es/libro/symfony_1_4) (HTML) [(PDF)](https://openlibra.com/es/book/download/symfony-la-guia-definitiva)
* [Symfony 2.4, el libro oficial](http://librosweb.es/libro/symfony_2_4/) (HTML) [(PDF)](https://openlibra.com/es/book/download/manual-de-symfony2-ver-2-0-12)
M
Martín Gaitán 已提交
281

282

F
Filisko 已提交
283
### Perl
284

285 286 287
* [Tutorial Perl](http://es.tldp.org/Tutoriales/PERL/tutoperl-print.pdf) (PDF)
* [Tutorial Perl](http://kataix.umag.cl/~ruribe/Utilidades/Tutorial%20de%20Perl.pdf) (PDF)
* [Tutoriales de Perl](http://perlenespanol.com/tutoriales/) (HTML)
F
Filisko 已提交
288 289


C
Christoph Uschkrat 已提交
290
### Python
291

V
victor felder 已提交
292
* [Aprenda a pensar como un programador (con Python)](https://argentinaenpython.com/quiero-aprender-python/aprenda-a-pensar-como-un-programador-con-python.pdf) (PDF)
293 294 295
* [Doma de Serpientes para Niños: Aprendiendo a Programar con Python](http://code.google.com/p/swfk-es/) (HTML)
* [Inmersión en Python](http://es.diveintopython.net/toc.html) (HTML)
* [Inmersión en Python 3](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/inmersionenpython3/inmersionEnPython3.0.11.pdf) (PDF) (descarga directa)
296
* [Introducción a la programación con Python](http://repositori.uji.es/xmlui/bitstream/handle/10234/24305/s23.pdf) (PDF)
297 298 299 300
* [Introducción a Programando con Python](http://opentechschool.github.io/python-beginners/es_CL/) (HTML)
* [Python instantáneo (1999)](http://www.arrakis.es/~rapto/AprendaPython.html) (HTML)
* [Python para ciencia e ingeniería](https://github.com/mgaitan/curso-python-cientifico#curso-de-python-para-ciencias-e-ingenierías) (Github)
* [Python para principiantes](http://librosweb.es/libro/python) (HTML) [(PDF)](https://web.archive.org/web/20150421012120/http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf)
J
Johan 已提交
301
* [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF)
J
Johan 已提交
302 303


304 305 306 307 308
#### Django

* [Tutorial de Django Girls](https://tutorial.djangogirls.org/de/) (1.11) (HTML) (:construction: *in process*)


C
Christoph Uschkrat 已提交
309
#### Web2py
310

311
* [Web2py - Manual de Referencia Completo, 5a Edición](http://www.web2py.com/books/default/chapter/41) (HTML)
312 313


C
Christoph Uschkrat 已提交
314
### Ruby
315

316 317 318 319
* [Aprende a programar con Ruby](http://rubysur.org/aprende.a.programar) (Gitbook)
* [La Guía de Estilos de Ruby](https://github.com/alemohamad/ruby-style-guide/blob/master/README-esLA.md#preludio) (Github)
* [Ruby en 20 minutos](https://www.ruby-lang.org/es/documentation/quickstart) (HTML)
* [Ruby tutorial o como pasar un buen rato programando](http://rubytutorial.wikidot.com/introduccion) (HTML)
M
Mojtahedi 已提交
320

321

C
Christoph Uschkrat 已提交
322
#### Ruby on Rails
323

324
* [Introducción a Rails](http://rubysur.org/introduccion.a.rails/) (Gitbook)
325

326

C
Christoph Uschkrat 已提交
327
### R
328

329 330 331 332 333 334 335 336
* [Cartas sobre Estadística de la Revista Argentina de Bioingeniería](http://cran.r-project.org/doc/contrib/Risk-Cartas-sobre-Estadistica.pdf) (PDF)
* [Generacion automática de reportes con R y LaTeX](http://cran.r-project.org/doc/contrib/Rivera-Tutorial_Sweave.pdf) (PDF)
* [Gráficos Estadísticos con R](http://cran.r-project.org/doc/contrib/grafi3.pdf) (PDF)
* [Introducción a R](http://cran.r-project.org/doc/contrib/R-intro-1.1.0-espanol.1.pdf) (PDF)
* [Introducción al uso y programación del sistema estadístico R](http://cran.r-project.org/doc/contrib/curso-R.Diaz-Uriarte.pdf) (PDF)
* [Métodos Estadísticos con R y R Commander](http://cran.r-project.org/doc/contrib/Saez-Castillo-RRCmdrv21.pdf) (PDF)
* [Optimización Matemática con R: Volúmen I](http://cran.r-project.org/doc/contrib/Optimizacion_Matematica_con_R_Volumen_I.pdf) (PDF)
* [R para Principiantes](http://cran.r-project.org/doc/contrib/rdebuts_es.pdf) (PDF)
E
Espartaco Palma 已提交
337

338

C
Christoph Uschkrat 已提交
339
### Scala
340

341
* [Manual de Scala para programadores Java](http://www.scala-lang.org/docu/files/ScalaTutorial-es_ES.pdf) (PDF)
E
eshellman 已提交
342
* [Scala con Ejemplos](https://github.com/ErunamoJAZZ/ScalaByExample-es) *(:construction: En proceso)*
343 344


345 346 347 348 349
### Scratch

* [Informática Creativa](https://github.com/programamos/GuiaScratch) (PDF)


C
Christoph Uschkrat 已提交
350
### SQL
351

352 353
* [Manual de SQL](http://jorgesanchez.net/manuales/sql/intro-sql-sql2016.html) (HTML)
* [Tutorial de SQL](http://www.desarrolloweb.com/manuales/9/) (HTML)
354

355

Q
qorg11 已提交
356 357 358 359 360
### Subversion

* [Control de versiones con Subversion](http://svnbook.red-bean.com/nightly/es/index.html) (HTML)


361
### SVG
362

363
* [Scalable. Un libro sobre SVG](https://leanpub.com/scalable/) (Leanpub cuenta requerida)