New-Style Articles

S

Shalabh Chaturvedi

Two articles on Python new-style objects and mechanisms:

1. Python Types and Objects

(Previously called The New Python: Part 1 - Types and Objects. It has been
restructured and some unnecessary matter deleted.)

Explains the different kinds of objects in Python, starting from <type
'object'>, <type 'type'> and built-in data types to user defined types and
instances, and how they are related.

http://www.cafepy.com/articles/python_types_and_objects/README.html

2. Python Attributes and Methods

Explains attribute access mechanisms in Python. These include working of
descriptors, properties, and method resolution order in Python.

http://www.cafepy.com/articles/python_attributes_and_methods/README.html

Feedback greaty appreciated! You can write to me at (e-mail address removed), or
use the online form.

Cheers,
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

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top