Sfoglia il codice sorgente

feat: add python tkinter book (#8837)

* feat: add python tkinter book

* fix: md syntax

* Fix: add author
Ariel Roque 3 anni fa
parent
commit
dcd0e25292
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      books/free-programming-books-pt_BR.md

+ 1 - 0
books/free-programming-books-pt_BR.md

@@ -338,6 +338,7 @@
 * [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/)
+* [Pensando Tkinter](https://www.dcc.ufrj.br/~fabiom/mab225/PensandoTkinter.pdf) - Steven Ferg (PDF)
 * [Pense em Python](https://penseallen.github.io/PensePython2e)
 * [Python e Orientação a Objetos](https://www.caelum.com.br/apostila-python-orientacao-a-objetos/)
 * [Python Funcional](https://dunossauro.github.io/python-funcional/) - Eduardo Mendes