Browse Source

Merge pull request #178 from mgaitan/lista_español

first list of spanish resources
vhf / victor felder 12 năm trước cách đây
mục cha
commit
930c1a7b17
1 tập tin đã thay đổi với 28 bổ sung0 xóa
  1. 28 0
      free-programming-books-es.md

+ 28 - 0
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)