free-programming-books-es.md 2.7 KB
Newer Older
M
Martín Gaitán 已提交
1
###Index
M
Matt Sephton 已提交
2
* [Assembly Language](#assembly-language)
M
Martín Gaitán 已提交
3 4 5
* [Metalistas](#metalistas)
* [Ensamblador](#ensamblador)
* [Git](#git)
F
Fer Perales 已提交
6
* [Java](#java)
M
Martín Gaitán 已提交
7
* [Python](#python)
J
Johan 已提交
8
* [Ruby](#ruby)
A
Arun Michael Dsouza 已提交
9
* [JavaScript](#javascript)
J
Johan 已提交
10
* [Haskell](#haskell)
J
Johan 已提交
11
* [CSS](#CSS)
M
Martín Gaitán 已提交
12

M
Matt Sephton 已提交
13 14

###Assembly Language
M
Matt Sephton 已提交
15
* [Machine Code for Beginners](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227) (PDF) by Lisa Watts and Mike Wharton [Z80 and 6502 CPUs]
M
Matt Sephton 已提交
16

M
Martín Gaitán 已提交
17 18 19
###Metalistas

* [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/AprendiendoPython)
J
Johan 已提交
20
* [CodeHero](http://codehero.co/)
J
Johan 已提交
21
* [OPENLIBRA La Biblioteca Libre online que estabas esperando](http://www.etnassoft.com/biblioteca/)
M
Martín Gaitán 已提交
22 23 24 25 26 27 28 29 30 31

###Ensamblador

* [Lenguaje Ensamblador para PC - Paul Carter](http://drpaulcarter.com/pcasm/)

###Git

* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es/)
* [Pro Git](http://git-scm.com/book/es)

F
Fer Perales 已提交
32 33 34
###Java

* [Arquitectura Java Sólida](http://www.arquitecturajava.com/)
35 36
* [Tutorial básico de Java EE](http://www.javahispano.org/storage/contenidos/JavaEE.pdf) (PDF)
* [Tutorial Introducción a Maven 3](http://www.javahispano.org/storage/contenidos/Tutorial_de_Maven_3_Erick_Camacho.pdf) (PDF)
F
Fer Perales 已提交
37

M
Martín Gaitán 已提交
38 39 40 41 42 43 44
###Python

* [Aprenda a pensar como un programador (con Python)](http://web.ballardini.com.ar/ai/raw-attachment/wiki/BibliografiaPython/thinkCSpy-es.pdf) (PDF)
* [Doma de Serpientes para Niños: Aprendiendo a Programar con Python](http://www.biblioteca-digital.net.ve/wordpress/wp-content/uploads/2009/09/swfk-es-linux-0.0.2.pdf) (PDF)
* [El tutorial de Python](http://tutorialpython.com.ar)
* [Inmersión en Python](http://es.diveintopython.net/toc.html)
* [Python instantáneo](http://www.arrakis.es/~rapto/AprendaPython.html)
J
Johan 已提交
45
* [Python para ciencia e ingeniería](https://github.com/mgaitan/python-ingenieria)
J
Johan 已提交
46 47
* [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF)
* [Introducción a la programación con Python](http://www.uji.es/bin/publ/edicions/ippython.pdf) (PDF)
J
Johan 已提交
48 49 50 51

###Ruby

* [Guía para aprender a programar con Ruby. Adaptación al español del libro "Learn to Program" de Chris Pine](https://github.com/rubyperu/aprende.a.programar)
52
* [Ruby en 20 minutos](https://www.ruby-lang.org/es/documentation/quickstart/)
J
Johan 已提交
53

A
Arun Michael Dsouza 已提交
54 55 56 57
###JavaScript

* [JavaScript - The Complete Reference 2nd Edition PDF](https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCgQFjAA&url=http%3A%2F%2Ffreecodingtutorial.files.wordpress.com%2F2011%2F10%2Fmcgraw-hill-javascript-the-complete-reference.pdf&ei=TKZuUoOCLcqlrQfu4YDoDQ&usg=AFQjCNFpz_8g2SVBXEWmpwccakQjtag_ww&bvm=bv.55123115,d.bmk)

J
Johan 已提交
58 59 60
###Haskell

* [¡Aprende Haskell por el bien de todos!](http://aprendehaskell.es/main.html)
J
Johan 已提交
61 62 63

###CSS
* [Guía Completa de CSS3](http://www.etnassoft.com/biblioteca/guia-completa-de-css3/)