diff --git a/python/README.md b/python/README.md index e69de29..ffce887 100644 --- a/python/README.md +++ b/python/README.md @@ -0,0 +1,10 @@ +## Books + +1. Beginners : + - Learn Python the Hard Way by Zed A. Shaw [[Link](https://learnpythonthehardway.org/book/)] + - The Hitchhiker’s Guide to Python by O'Reilly [[Link](https://python-guide.readthedocs.io/en/latest/)] +2. Intermediate + - Intermediate Python by Muhammad Khalid [[Link](http://book.pythontips.com/en/latest/)] + - Effective Python by Brett Slatkin [[Link](http://www.effectivepython.com/)] +3. Advanced + - Learning Python Design Patterns by Gennadiy Zlobin [[Link](https://www.packtpub.com/mapt/book/Application%20Development/9781783283378)]