free-programming-books-es.md 1.8 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)
J
Johan 已提交
9
* [Haskell](#haskell)
M
Martín Gaitán 已提交
10

M
Matt Sephton 已提交
11 12

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

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

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

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

* [Arquitectura Java Sólida](http://www.arquitecturajava.com/)

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

###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)
J
Johan 已提交
47 48 49 50

###Haskell

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