Object-Oriented Python (No Starch Press)
Wednesday, 16 February 2022

With the subtitle "Master OOP by Building Games and GUIs", this is a guide to mastering object-oriented programming from the ground up. Irv Kalb covers the basics of building classes and creating objects, and puts theory into practice using the pygame package with clear examples that help visualize the object-oriented style. The book explores the key concepts of object-oriented programming — encapsulation, polymorphism, and inheritance — and shows best practices for doing so. Finally, you’ll bring it all together by building a complex video game, complete with full animations and sounds.

<ASIN:1718502060>

The book covers two fully functional Python code packages that will speed up development of graphical user interface (GUI)  programs in Python.

Author: Irv Kalb
Publisher: No Starch
Date: January 2022
Pages: 416
ISBN: 978-1718502062
Print: 1718502060
Kindle: ‎ B0957SHYQL
Audience: Python developers
Level: Intermediate
Category: Python

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Core Java for the Impatient, 3rd Ed

Authors:  Cay S. Horstmann 
Publisher: Addison Wesley
Pages: 576
ISBN: 9780138052102
Print: 0138052107
Kindle: B0B8RZZBDJ
Audience: Smart programmers wanting in-depth coverage
Rating: 4.8
Reviewer: Mike James

The key to this book is the word "impatient" in the title. What does this m [ ... ]



Database Design for Mere Mortals: 25th Anniversary Edition

Author: Michael J Hernandez
Publisher: Addison-Wesley
Pages: 680
ISBN: 978-0136788041
Print: 0136788041
Kindle: B08JLXKJ6S
Audience: Database developers
Rating: 5
Reviewer: Kay Ewbank

As the title of this book suggests, this is a title that has stood the test of time, and this updated 4th Edition has bee [ ... ]


More Reviews