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
1 change: 1 addition & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |