Explorar el Código

Merge pull request #197 from johand/ruby_book

learn to program
vhf / victor felder hace 12 años
padre
commit
eb4cd27ccc
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      free-programming-books-es.md

+ 5 - 1
free-programming-books-es.md

@@ -25,4 +25,8 @@
 * [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)
+* [Python para ciencia e ingeniería](https://github.com/mgaitan/python-ingenieria)
+
+###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)