Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion pt-br/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,15 @@ print(say(say_please=True)) # Você me paga uma cerveja? Por favor! Eu sou pobre

## Pronto para mais?

### Free Online
### Grátis Online

#### Em português

* [Pense em Python 2e](https://penseallen.github.io/PensePython2e/)
* [Python Fluente](https://pythonfluente.com)

#### Em inglês

* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com)
* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)
* [Dive Into Python](http://www.diveintopython.net/)
Expand Down