Books: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==Python Books== | ==Python Books== | ||
* [[IPy]] | * [[IPy]] | ||
* Learning Python 5th Edition by Mark Lutz | * Learning Python 5th Edition by Mark Lutz (purchased) | ||
* [https://www.amazon.com/Python-Object-Oriented-Programming-maintainable-object-oriented/dp/1789615852/ Python 3 Object-Oriented Programming] by Dusty Phillips | * [https://www.amazon.com/Python-Object-Oriented-Programming-maintainable-object-oriented/dp/1789615852/ Python 3 Object-Oriented Programming] by Dusty Phillips (purchased) | ||
* [https://www.oreilly.com/library/view/architecture-patterns-with/9781492052197/ Architecture Patterns with Python] by Harry Percival, Bob Gregory | * [https://www.oreilly.com/library/view/architecture-patterns-with/9781492052197/ Architecture Patterns with Python] by Harry Percival, Bob Gregory | ||
* [https://www.amazon.com/Mastering-Object-Oriented-Python-powerful-applications-ebook/dp/B07T8XF5HH/ref=sr_1_1?crid=22XJ2KO7TO3IW&keywords=Mastering+Object-Oriented+Python+lott&qid=1655350769&sprefix=mastering+object-oriented+python+lott%2Caps%2C115&sr=8-1 Mastering Object-Oriented Python] by Steven F. Lott | * [https://www.amazon.com/Mastering-Object-Oriented-Python-powerful-applications-ebook/dp/B07T8XF5HH/ref=sr_1_1?crid=22XJ2KO7TO3IW&keywords=Mastering+Object-Oriented+Python+lott&qid=1655350769&sprefix=mastering+object-oriented+python+lott%2Caps%2C115&sr=8-1 Mastering Object-Oriented Python] by Steven F. Lott | ||
* [https://www.amazon.com/Python-Standard-Library-Example-Developers/dp/0134291050/ref=sr_1_1?crid=79FV2AQR59HL&keywords=the+python+standard+library+by+example+by+doug+hellmann&qid=1655687734&sprefix=the+python+str%2Caps%2C219&sr=8-1 Python 3 Standard Library by Example] by Doug Hellmann | * [https://www.amazon.com/Python-Standard-Library-Example-Developers/dp/0134291050/ref=sr_1_1?crid=79FV2AQR59HL&keywords=the+python+standard+library+by+example+by+doug+hellmann&qid=1655687734&sprefix=the+python+str%2Caps%2C219&sr=8-1 Python 3 Standard Library by Example] by Doug Hellmann |
Revision as of 04:59, 20 June 2022
Books
Python Books
- IPy
- Learning Python 5th Edition by Mark Lutz (purchased)
- Python 3 Object-Oriented Programming by Dusty Phillips (purchased)
- Architecture Patterns with Python by Harry Percival, Bob Gregory
- Mastering Object-Oriented Python by Steven F. Lott
- Python 3 Standard Library by Example by Doug Hellmann