New-Style Articles
Shalabh Chaturvedi
shalabh at cafepy.com
Thu Feb 19 22:59:02 EST 2004
More information about the Python-list mailing list
Thu Feb 19 22:59:02 EST 2004
- Previous message (by thread): Generating a large random string
- Next message (by thread): py2exe problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 shalabh at cafepy.com, or use the online form. Cheers, Shalabh Chaturvedi
- Previous message (by thread): Generating a large random string
- Next message (by thread): py2exe problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list