提交 22a9d75c 编写于 作者: N Nando Kstro Net
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
###Python ###Python
* [Python Das umfassende Handbuch](http://openbook.galileocomputing.de/python/) * [Python Das umfassende Handbuch](http://openbook.galileocomputing.de/python/)
* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/)
###Ruby ###Ruby
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
* [Paradigmas de Programación](#paradigmas-de-programaci%C3%B3n) * [Paradigmas de Programación](#paradigmas-de-programaci%C3%B3n)
* [Sistemas Operativos](#sistemas-operativos) * [Sistemas Operativos](#sistemas-operativos)
* [Android](#android) * [Android](#android)
* [Assembly Language](#assembly-language)
* [CSS](#CSS) * [CSS](#CSS)
* [Coffeescript](#coffeescript) * [Coffeescript](#coffeescript)
* [C++](#c) * [C++](#c)
...@@ -18,7 +17,7 @@ ...@@ -18,7 +17,7 @@
* [Git](#git) * [Git](#git)
* [Haskell](#haskell) * [Haskell](#haskell)
* [JavaScript](#javascript) * [JavaScript](#javascript)
* [jQuery] (#jquery) * [jQuery] (#jquery)
* [node.js](#nodejs) * [node.js](#nodejs)
* [Java](#java) * [Java](#java)
* [LaTeX](#latex) * [LaTeX](#latex)
...@@ -88,10 +87,6 @@ ...@@ -88,10 +87,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 * [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 ###CSS
* [Guía Completa de CSS3](http://www.etnassoft.com/biblioteca/guia-completa-de-css3/) * [Guía Completa de CSS3](http://www.etnassoft.com/biblioteca/guia-completa-de-css3/)
* [Introducción a CSS](http://librosweb.es/css/) * [Introducción a CSS](http://librosweb.es/css/)
...@@ -172,6 +167,7 @@ ...@@ -172,6 +167,7 @@
* [Introducción a la programación con Python](http://www.uji.es/bin/publ/edicions/ippython.pdf) (PDF) * [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/) * [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/) * [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 ###Ruby
......
...@@ -139,6 +139,7 @@ ...@@ -139,6 +139,7 @@
* [Tcl](#tcl) * [Tcl](#tcl)
* [Teradata](#teradata) * [Teradata](#teradata)
* [TeX](#tex) * [TeX](#tex)
* [Tizen](#tizen)
* [TypeScript](#typescript) * [TypeScript](#typescript)
* [Unix](#unix) * [Unix](#unix)
* [Vim](#vim) * [Vim](#vim)
...@@ -1289,6 +1290,7 @@ See also [TeX](#tex) ...@@ -1289,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](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) * [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 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 * [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 * [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart
* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)
...@@ -1328,7 +1330,6 @@ See also [TeX](#tex) ...@@ -1328,7 +1330,6 @@ See also [TeX](#tex)
* [Django by Example](http://www.lightbird.net/dbe/) * [Django by Example](http://www.lightbird.net/dbe/)
* [Django by Example for Django 1.5](http://lightbird.net/dbe2/) * [Django by Example for Django 1.5](http://lightbird.net/dbe2/)
* [Effective Django](http://effectivedjango.com/) * [Effective Django](http://effectivedjango.com/)
* [Tango With Django](http://www.tangowithdjango.com/book/)
* [Deploy Django](http://www.deploydjango.com) * [Deploy Django](http://www.deploydjango.com)
* [The Django Book](http://www.djangobook.com) * [The Django Book](http://www.djangobook.com)
* [Tango With Django](http://www.tangowithdjango.com/) * [Tango With Django](http://www.tangowithdjango.com/)
...@@ -1545,6 +1546,9 @@ See also [TeX](#tex) ...@@ -1545,6 +1546,9 @@ See also [TeX](#tex)
See also [LaTeX](#latex) 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
* [TypeScript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/typescript) (PDF, Kindle) *(Just fill the fields with any values)* * [TypeScript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/typescript) (PDF, Kindle) *(Just fill the fields with any values)*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册