diff --git a/python/README.md b/python/README.md index 7ec6b37..50693a4 100644 --- a/python/README.md +++ b/python/README.md @@ -6,3 +6,4 @@ | Automate the Boring Stuff with Python |[amazon](http://www.amazon.in/Automate-Boring-Python-Albert-Sweigart/dp/1593275994/)| Fairly comprehensive book for beginners to get up an running with python and create application using python libraries. | | Writing Idiomatic Python | [amazon](http://www.amazon.in/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177) | The focus is on writing better python code than learn a language. | | Effective Python | [amazon](http://www.amazon.in/Effective-Python-Specific-Write-Better/dp/9332552363/)| For those who are looking to learn Intermediate and efficient python. | +| Fluent Python | [amazon](https://www.amazon.in/Fluent-Python-Concise-Effective-Programming/dp/1491946008)| An intermediate level book. |