mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-07 22:05:29 +00:00
45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
###Index
|
|
* [Assembly Language](#assembly-language)
|
|
* [Metalistas](#metalistas)
|
|
* [Ensamblador](#ensamblador)
|
|
* [Git](#git)
|
|
* [Python](#python)
|
|
* [Ruby](#ruby)
|
|
* [Haskell](#haskell)
|
|
|
|
|
|
###Assembly Language
|
|
* [Machine Code for Beginners](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227) (PDF) by Lisa Watts and Mike Wharton [Z80 and 6502 CPUs]
|
|
|
|
###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)
|
|
* [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)
|
|
|
|
###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)
|
|
|
|
###Haskell
|
|
|
|
* [¡Aprende Haskell por el bien de todos!](http://aprendehaskell.es/main.html)
|