From 23514bc169364a83124d430a1ea73adc8ba6653e Mon Sep 17 00:00:00 2001 From: Ariel Roque Date: Tue, 10 Oct 2023 17:58:11 -0300 Subject: [PATCH] feat: add python book (#10087) * feat: add python book * fix: add space --- books/free-programming-books-pt_BR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-pt_BR.md b/books/free-programming-books-pt_BR.md index 8d88710be..35291c1aa 100644 --- a/books/free-programming-books-pt_BR.md +++ b/books/free-programming-books-pt_BR.md @@ -371,6 +371,7 @@ ### Python +* [Apostila de Python](https://www1.univap.br/alberson/apostilas/pooi/apostila_pooi_1bi.pdf) - Alberson Wander Sá dos Santos (PDF) * [Aprenda computação com Python](https://aprendendo-computacao-com-python.readthedocs.org/en/latest/index.html) * [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)