2013-10-18 14:39:20 +00:00
###Index
2013-10-21 13:13:35 +00:00
* [Assembly Language ](#assembly-language )
2013-10-18 14:39:20 +00:00
* [Metalistas ](#metalistas )
* [Ensamblador ](#ensamblador )
* [Git ](#git )
2013-10-23 03:10:55 +00:00
* [Java ](#java )
2013-10-18 14:39:20 +00:00
* [Python ](#python )
2013-10-21 17:29:06 +00:00
* [Ruby ](#ruby )
2013-10-20 19:37:12 +00:00
* [Haskell ](#haskell )
2013-10-18 14:39:20 +00:00
2013-10-21 13:13:35 +00:00
###Assembly Language
2013-10-21 13:28:14 +00:00
* [Machine Code for Beginners ](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227 ) (PDF) by Lisa Watts and Mike Wharton [Z80 and 6502 CPUs]
2013-10-21 13:13:35 +00:00
2013-10-18 14:39:20 +00:00
###Metalistas
* [¡Quiero Aprender Python! - Python Argentina ](http://python.org.ar/AprendiendoPython )
2013-10-23 16:20:01 +00:00
* [CodeHero ](http://codehero.co/ )
2013-10-18 14:39:20 +00:00
###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 )
2013-10-23 03:10:55 +00:00
###Java
* [Arquitectura Java Sólida ](http://www.arquitecturajava.com/ )
2013-10-18 14:39:20 +00:00
###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 )
2013-10-19 23:07:30 +00:00
* [Python para ciencia e ingeniería ](https://github.com/mgaitan/python-ingenieria )
2013-10-20 19:19:09 +00:00
* [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)
2013-10-19 23:07:30 +00:00
###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 )
2013-10-24 04:12:20 +00:00
* [Ruby en 20 minutos ](https://www.ruby-lang.org/es/documentation/quickstart/ )
2013-10-20 19:37:12 +00:00
###Haskell
* [¡Aprende Haskell por el bien de todos! ](http://aprendehaskell.es/main.html )