From dcf9977501e815214df7fee2a50d6b2db3290283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ramos?= Date: Thu, 20 May 2021 23:29:42 -0300 Subject: [PATCH] Add Django ebook and Brazilian Interactive Tutorials page (#5377) * Add Django ebook and Brazilian Interactive Tutorials page * Code refactoring * Add author name and access note * Reorder README 'Interactive Programming Resources' section --- README.md | 1 + books/free-programming-books-pt_BR.md | 1 + more/free-programming-interactive-tutorials-pt_BR.md | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 more/free-programming-interactive-tutorials-pt_BR.md diff --git a/README.md b/README.md index 873fc22d..3147dcae 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md). If you're new to GitHub, [welcome] + [Chinese / 中文](more/free-programming-interactive-tutorials-zh.md) + [English](more/free-programming-interactive-tutorials-en.md) ++ [Portuguese (Brazil)](more/free-programming-interactive-tutorials-pt_BR.md) + [Russian / Русский язык](more/free-programming-interactive-tutorials-ru.md) diff --git a/books/free-programming-books-pt_BR.md b/books/free-programming-books-pt_BR.md index a9550f38..1671f3ec 100644 --- a/books/free-programming-books-pt_BR.md +++ b/books/free-programming-books-pt_BR.md @@ -311,6 +311,7 @@ #### Django +* [Desenvolvimento Web com Python e Django](https://pythonacademy.com.br/ebooks/desenvolvimento-web-com-python-e-django) - Vinícius Ramos (endereço de e-mail *solicitado*, não obrigatório) * [Documentação do Django](https://docs.djangoproject.com/pt-br) * [Tutorial Django Girls](https://tutorial.djangogirls.org/pt/) diff --git a/more/free-programming-interactive-tutorials-pt_BR.md b/more/free-programming-interactive-tutorials-pt_BR.md new file mode 100644 index 00000000..196d8e79 --- /dev/null +++ b/more/free-programming-interactive-tutorials-pt_BR.md @@ -0,0 +1,8 @@ +### Índice + +* [Python](#python) + + +### Python + +* [Guia de Instalação do Kivy](https://pythonacademy.com.br/sliders/como-instalar-o-kivy)