free-programming-books-es.md 2.5 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)
M
Martín Gaitán 已提交
11

M
Matt Sephton 已提交
12 13

###Assembly Language
M
Matt Sephton 已提交
14
* [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 已提交
15

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

* [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/AprendiendoPython)
J
Johan 已提交
19
* [CodeHero](http://codehero.co/)
M
Martín Gaitán 已提交
20 21 22 23 24 25 26 27 28 29

###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 已提交
30 31 32
###Java

* [Arquitectura Java Sólida](http://www.arquitecturajava.com/)
33 34
* [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 已提交
35

M
Martín Gaitán 已提交
36 37 38 39 40 41 42
###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 已提交
43
* [Python para ciencia e ingeniería](https://github.com/mgaitan/python-ingenieria)
J
Johan 已提交
44 45
* [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 已提交
46 47 48 49

###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)
50
* [Ruby en 20 minutos](https://www.ruby-lang.org/es/documentation/quickstart/)
J
Johan 已提交
51

A
Arun Michael Dsouza 已提交
52 53 54 55
###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 已提交
56 57 58
###Haskell

* [¡Aprende Haskell por el bien de todos!](http://aprendehaskell.es/main.html)