From 1baa0d23f52e2ca9df13ea7c64eb261eb3ebc7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Fri, 18 Oct 2013 11:39:20 -0300 Subject: [PATCH] first list of spanish resources --- free-programming-books-es.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 free-programming-books-es.md diff --git a/free-programming-books-es.md b/free-programming-books-es.md new file mode 100644 index 00000000..48df0805 --- /dev/null +++ b/free-programming-books-es.md @@ -0,0 +1,28 @@ +###Index +* [Metalistas](#metalistas) +* [Ensamblador](#ensamblador) +* [Git](#git) +* [Python](#python) + + +###Metalistas + +* [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/AprendiendoPython) + +###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) + +###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) +* [Python para ciencia e ingeniería](https://github.com/mgaitan/python-ingenieria) \ No newline at end of file -- GitLab