2013-10-18 11:39:20 -03:00
###Index
2013-10-21 14:13:35 +01:00
* [Assembly Language ](#assembly-language )
2013-10-18 11:39:20 -03:00
* [Metalistas ](#metalistas )
* [Ensamblador ](#ensamblador )
* [Git ](#git )
2013-10-22 22:10:55 -05:00
* [Java ](#java )
2013-10-18 11:39:20 -03:00
* [Python ](#python )
2013-10-21 12:59:06 -04:30
* [Ruby ](#ruby )
2013-10-20 15:07:12 -04:30
* [Haskell ](#haskell )
2013-10-18 11:39:20 -03:00
2013-10-21 14:13:35 +01:00
###Assembly Language
2013-10-21 14:28:14 +01: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 14:13:35 +01:00
2013-10-18 11:39:20 -03:00
###Metalistas
* [¡Quiero Aprender Python! - Python Argentina ](http://python.org.ar/AprendiendoPython )
2013-10-23 11:50:01 -04:30
* [CodeHero ](http://codehero.co/ )
2013-10-18 11:39:20 -03: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-22 22:10:55 -05:00
###Java
* [Arquitectura Java Sólida ](http://www.arquitecturajava.com/ )
2013-10-18 11:39:20 -03: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 18:37:30 -04:30
* [Python para ciencia e ingeniería ](https://github.com/mgaitan/python-ingenieria )
2013-10-20 14:49:09 -04:30
* [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 18:37:30 -04:30
###Ruby
2013-10-24 01:07:08 -05:00
* [Ruby en 20 minutos ](https://www.ruby-lang.org/es/documentation/quickstart/ )
2013-10-19 18:37:30 -04:30
* [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-23 23:12:20 -05:00
* [Ruby en 20 minutos ](https://www.ruby-lang.org/es/documentation/quickstart/ )
2013-10-20 15:07:12 -04:30
###Haskell
* [¡Aprende Haskell por el bien de todos! ](http://aprendehaskell.es/main.html )