1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-26 09:12:36 +00:00
programming-books/free-programming-books-pt_PT.md
Shikhar Rai 9694ade8ce
Added Italian and Portuguese translations + Updated version. (#4595)
* Added Portuguese and Italian Translations.

Added Portuguese and Italian Translations of the book Python For Everybody by Dr. Charles Russell Severance

* Update free-programming-books.md

Updated the link to the latest edition.

* Update free-programming-books.md

Updated edition for the book with author and links in three places.

* Update free-programming-books.md

Added Think DSP - Digital Signal Processing in Python.

* Update free-programming-books.md

Added Think Data Structures: Algorithms and Information Retrieval in Java.

* Update free-programming-books.md

Added two new books;
Think C++: How To Think Like a Computer Scientist
Modeling and Simulation in Python

* Minor changes to adhere to Contributing.md

Thanks to @kashirash
Suggested edits to pass travis-ci and respecting markdown formatting.
2020-10-21 20:45:06 -04:00

41 lines
1.2 KiB
Markdown

### Indice
* [C/C++](#cc)
* [CSS](#css)
* [Haskell](#haskell)
* [LaTeX](#latex)
* [Prolog](#prolog)
* [Python](#python)
### C/C++
* [Apontamentos de Programação em C/C++](http://www.dei.isep.ipp.pt/~pbsousa/aulas/ano_0/2006_07/c/Sebenta-cpp-03-2006.pdf) - Paulo Baltarejo e Jorge Santos (PDF)
* [Aprenda a Programar - Uma Breve Introdução (2015)](https://henriquedias.com/downloads/aprenda_a_programar.pdf) - Henrique Dias (PDF)
### CSS
* [Aprenda o layout de CSS](http://pt-pt.learnlayout.com)
### Haskell
* [Programação Funcional CC](http://www4.di.uminho.pt/~mjf/pub/PF-Haskell.pdf) - Maria João Frade (PDF)
### LaTeX
* [Uma não tão pequena introdução ao LaTeX](http://alfarrabio.di.uminho.pt/~albie/lshort/pt-lshort.pdf) - Tradução de Alberto Simões (PDF)
* [Uma não tão pequena introdução ao LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/portuguese)
### Prolog
* [Lógica Computacional (com Prolog)](http://www4.di.uminho.pt/~mjf/pub/LC-Prolog.pdf) - Maria João Frade (PDF)
### Python
* [Python Para Todos: Explorando Dados com Python 3](http://do1.dr-chuck.com/pythonlearn/PT_br/pythonlearn.pdf) - Dr. Charles Russell Severance (PDF) [(EPUB)](http://do1.dr-chuck.com/pythonlearn/PT_br/pythonlearn.epub)