Limit this search to....

Programmer's Python: Everything is an Object: Something Completely Different
Contributor(s): James, Mike (Author)
ISBN: 1871962587     ISBN-13: 9781871962581
Publisher: I/O Press
OUR PRICE:   $28.45  
Product Type: Paperback
Published: July 2018
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Python
Physical Information: 0.53" H x 7.5" W x 9.25" (0.97 lbs) 254 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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. 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. This is not a cookbook and there are no complete examples of real programs - that's your assignment. This is also a focused book in the sense that there are large parts of Python it doesn't cover. For example, it doesn't deal with program structure, concurrency and data structures - these will be covered in companion volumes.