From 19cb0678fef95efe3d16f40ab4c2e034099aff7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Tue, 21 Jan 2014 16:21:55 -0200 Subject: [PATCH 1/6] delete repeated book (asm paul carter) it's listed under "ensamblador" --- free-programming-books-es.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index a4386d606..83ce88be3 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -9,7 +9,6 @@ * [Paradigmas de Programación](#paradigmas-de-programaci%C3%B3n) * [Sistemas Operativos](#sistemas-operativos) * [Android](#android) -* [Assembly Language](#assembly-language) * [CSS](#CSS) * [Coffeescript](#coffeescript) * [C++](#c) @@ -87,10 +86,6 @@ * [Curso de Programación Android](http://www.sgoliver.net/blog/wp-content/uploads/2011/11/Manual-Programacion-Android-SgoliverNet-v3-muestra.zip) (PDF) by Salvador Gómez Oliver -###Assembly Language -* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter - - ###CSS * [Guía Completa de CSS3](http://www.etnassoft.com/biblioteca/guia-completa-de-css3/) * [Introducción a CSS](http://librosweb.es/css/) From 0263f6bf6ff57427d7a2974b01bf7251a5c7a6c3 Mon Sep 17 00:00:00 2001 From: danilov kirill Date: Wed, 22 Jan 2014 13:09:57 +0000 Subject: [PATCH 2/6] added Tizen for dummies --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 3fda51ed4..e409901db 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -139,6 +139,7 @@ * [Tcl](#tcl) * [Teradata](#teradata) * [TeX](#tex) +* [Tizen](#tizen) * [TypeScript](#typescript) * [Unix](#unix) * [Vim](#vim) @@ -1545,6 +1546,9 @@ See also [TeX](#tex) See also [LaTeX](#latex) +###Tizen +* [Tizen for Dummies](https://developer.tizen.org/sites/default/files/blogs/tizenfordummiesmainchangelist.pdf) (PDF) by Jon Lansdell, Cheng Luo, Michelle Somersville + ###TypeScript * [TypeScript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/typescript) (PDF, Kindle) *(Just fill the fields with any values)* From 89954a47d55b9cca6e9f841ec03572eb99a9f356 Mon Sep 17 00:00:00 2001 From: rnevius Date: Fri, 24 Jan 2014 17:19:03 +0700 Subject: [PATCH 3/6] Delete duplicate Django entry for Tango With Django --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index e409901db..eccac7474 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1329,7 +1329,6 @@ See also [TeX](#tex) * [Django by Example](http://www.lightbird.net/dbe/) * [Django by Example for Django 1.5](http://lightbird.net/dbe2/) * [Effective Django](http://effectivedjango.com/) -* [Tango With Django](http://www.tangowithdjango.com/book/) * [Deploy Django](http://www.deploydjango.com) * [The Django Book](http://www.djangobook.com) * [Tango With Django](http://www.tangowithdjango.com/) From ef566150e7875c98193dafa3873d47f66d5514ec Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 24 Jan 2014 09:04:11 -0600 Subject: [PATCH 4/6] [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 5/6] =?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 6/6] [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/)