Article: The New Python - Part 1 - Types and Objects

S

Shalabh Chaturvedi

Announcing the initial public draft of:

The New Python
Part 1 - Types and Objects

From the abstract:

"Describes the different new-style objects, and how they are related in the
new Python world order (i.e. version 2.2 and up). The system is described
in a ground up fashion, with plenty of diagrams. The system described is
sometimes called the Python type system, or the object model."

and preface:

"To gain a better understanding of what <type 'object'> and <type 'type'>
are, how classes, built-in types and class instances are related, and where
metaclasses come from, I drew some paper diagrams while reading various
official documentation on the subject. This book is a collection of those
diagrams, accompanied by a portion of theory and examples."

One big html file:
http://www.cafepy.com/articles/python_types_and_objects
python_types_and_objects.html

Multiple small html files:
http://www.cafepy.com/articles/python_types_and_objects/index.html

Feedback greatly appreciated!

Please send comments, suggestions, questions and corrections to
(e-mail address removed).

Thanks,
Shalabh Chaturvedi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top