Added 9 new books and 4 new translations of an existing one. (#4638)

* Added 3 Ruby books to en.

* Added 2 Java books to en.

* Added 2 Javascript books to en.

* Added 1 ECMAscript book to en.

* Added 1 PHP book to en.

* Added a bunch of translations.

Added translations of The Hitchhiker’s Guide to Python! in French, Korean, Brazilian Portuguese and Chinese. Also rectified Django entries in chinese.

* Changes in ordering.

As directed by travis-ci

* Minor odering changes

as directed by travis-ci

* Another ordering change.

* And another one.
This commit is contained in:
Shikhar Rai
2020-10-23 21:11:58 +05:30
committed by GitHub
parent be86bdd384
commit 59edd3b431
5 changed files with 16 additions and 3 deletions

View File

@@ -286,6 +286,7 @@
* [Curso de Python e Django](https://osantana.me/curso-de-python-e-django)
* [Django 101 - Introdução ao Django](http://turing.com.br/material/acpython/mod3/django/index.html)
* [Introdução a Visão Computacional com Python e OpenCV](http://professor.luzerna.ifc.edu.br/ricardo-antonello/wp-content/uploads/sites/8/2017/02/Livro-Introdu%C3%A7%C3%A3o-a-Vis%C3%A3o-Computacional-com-Python-e-OpenCV-3.pdf) (PDF)
* [O Guia do Mochileiro para Python!](https://python-guide-pt-br.readthedocs.io/pt_BR/latest/)
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
* [Pense em Python](https://penseallen.github.io/PensePython2e)
* [Python Funcional](https://dunossauro.github.io/python-funcional/) - Eduardo Mendes