Programmer's Python: Everything is an Object (I/O Press)
Wednesday, 18 July 2018

This book sets out to explain the deeper logic in the approach that Python 3 takes to classes and objects. The subject is roughly speaking everything to do with the way Python implements objects. That is, in order of sophistication, metaclass; class; object; attribute; and all of the other facilities such as functions, methods and the many “magic methods” that Python uses to make it all work. This is a fairly advanced book in the sense that you are expected to know basic Python. However, it tries to explain the ideas using the simplest examples possible. 

<ASIN:1871962587>

Despite it's subtitle "Something Completely Different", a reference to Montyy Pythonesque humor, as long as you can write a Python program, and you have an idea what object-oriented programming is about, it should all be understandable and, as important, usable. 

Author: Mike James
Publisher: I/O Press
Date: July 2018
Pages: 252
ISBN: 978-1871962581
Print: 1871962587
Audience: Python developers
Level: Intermediate to Advanced
Category: Python

 

python

  1. Getting Started
  2. Variables, Objects and Attributes 
  3. The Function Object
  4. Scope, Lifetime and Closure
  5. Advanced Functions
  6. Class Methods and Constructors
  7. Inside Class
  8. Meeting Metaclass 
  9. Advanced Attributes
  10. Custom Attribute Access
  11. Single Inheritance
  12. Multiple Inheritance
  13. Class and Type
  14. Type Annotation
  15. Operator Overloading 

 

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
 


Practices of the Python Pro

Author: Dane Hillard
Publisher: Manning
Date: January 2020
Pages: 248
ISBN: 978-1617296086
Print: 1617296082
Audience: Python developers
Rating: 3
Reviewer: Mike James
I want to be a Python Pro....



Coding All-In-One For Dummies

Author: Chris Minnick
Publisher: For Dummies
Pages: 912
ISBN: 978-1119889564
Print: 1119889561
Kindle: B0B5BBNW9L
Audience: People wanting to learn to code in JavaScript, Flutter and Python
Rating: 3.5
Reviewer: Kay Ewbank

This book is described as offering an ideal starting place for learning th [ ... ]


More Reviews