From ef566150e7875c98193dafa3873d47f66d5514ec Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 24 Jan 2014 09:04:11 -0600 Subject: [PATCH 1/3] [es] Added Python book for beginners --- free-programming-books-es.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index faf1fcc97..2479c740b 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -17,7 +17,7 @@ * [Git](#git) * [Haskell](#haskell) * [JavaScript](#javascript) - * [jQuery] (#jquery) + * [jQuery] (#jquery) * [node.js](#nodejs) * [Java](#java) * [LaTeX](#latex) @@ -167,6 +167,7 @@ * [Introducción a la programación con Python](http://www.uji.es/bin/publ/edicions/ippython.pdf) (PDF) * [Doma de Serpientes para Niños](http://code.google.com/p/swfk-es/) * [Python para principiantes (PDF)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) [(HTML)](http://librosweb.es/libro/python/) +* [Introducción a Programando con Python](http://opentechschool.github.io/python-beginners/es_CL/) ###Ruby From ad6779991f956488c05373058cdcd6d112285ce1 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 24 Jan 2014 09:54:34 -0600 Subject: [PATCH 2/3] =?UTF-8?q?[de]=20Adding=20Programmiereinf=C3=BChrung?= =?UTF-8?q?=20mit=20Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- free-programming-books-de.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-de.md b/free-programming-books-de.md index 8735173a8..a5b176d5a 100644 --- a/free-programming-books-de.md +++ b/free-programming-books-de.md @@ -109,6 +109,7 @@ ###Python * [Python Das umfassende Handbuch](http://openbook.galileocomputing.de/python/) +* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/) ###Ruby From ddf5aec7d8f7fbb0855e470cb821569dee3e5b08 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 24 Jan 2014 09:55:02 -0600 Subject: [PATCH 3/3] [en] Introduction to programming with Python --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index e409901db..94075e09d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1290,6 +1290,7 @@ See also [TeX](#tex) * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) - Allen B. Downey, Jeff Elkner and Chris Meyers * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) * [Introduction to Programming Using Python](http://python-ebook.blogspot.com) - Cody Jackson +* [Introduction to Programming with Python](http://opentechschool.github.io/python-beginners/en/) * [Introduction to python](http://kracekumar.com/post/71171551647/introduction-to-python) - Kracekumar * [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)