Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object-Oriented Python #225

Open
IrvKalb opened this issue Sep 8, 2023 · 0 comments
Open

Object-Oriented Python #225

IrvKalb opened this issue Sep 8, 2023 · 0 comments
Labels
area: resources Related to resources listed on the site

Comments

@IrvKalb
Copy link

IrvKalb commented Sep 8, 2023

Resource type

Book

Pricing

Paid

Where can the resource be found?

https://nostarch.com/object-oriented-python

What sort of content is in the resource? What areas of Python does it cover?

A book on object-oriented programming in Python, written by Irv Kalb ( @IrvKalb ), published by No Starch Press.

Aimed at intermediate-level programmers, Object-Oriented Python is a hands-on tutorial that goes deep into the core tenets of OOP, showing you how to use encapsulation, polymorphism, and inheritance to write games and apps using Python.

The book begins by demonstrating key problems inherent in procedural programming, then guides you through the basics of creating classes and objects in Python. You’ll build on this groundwork by developing buttons, text fields, and other GUI elements that are standard in event-driven environments. You’ll also use many real-world code examples and two pygame-based packages to help turn theory into practice, enabling you to easily write interactive games and applications complete with GUI widgets, animations, multiple scenes, and reusable game logic. In the final chapter, you’ll bring it all together by building a fully functional video game that incorporates many of the OOP techniques and GUI elements covered in the book.

Please give any additional information about the resource you think is worth including, as well as any potential limitations

Additional links to the book and code resources introduced in the book::

https://www.amazon.com/Object-Oriented-Python-Master-Building-Games/dp/1718502060
https://pygwidgets.readthedocs.io/en/latest/
https://pyghelpers.readthedocs.io/en/latest/

@IrvKalb IrvKalb added the area: resources Related to resources listed on the site label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: resources Related to resources listed on the site
Projects
None yet
Development

No branches or pull requests

1 participant