uday | Shared With: Everyone - Aug 14 2007 | python, c, java, toread, programming
Quoted:Python 2.2 introduces the first phase of "type/class unification". This is a series of changes to Python intended to remove most of the differences between built-in types and user-defined classes. Perhaps the most obvious one is the restriction against using built-in types (such as the type of lists and dictionaries) as a base class in a class statement. Andrew Kuchling's Python Warts paper devotes one of its longest sections to this language deficiency. Incidentally, Andrew's paper What's New in Python 2.2 gives a broad overview of what else is new in Python 2.2.
uday | Shared With: Everyone - Aug 09 2007 | c, programming, linux, errno, error codeserror codes in the GNU C library.
uday | Shared With: Everyone - Dec 29 2006 | c, reference
Related Content from Around Faves
c
-
2 FaversViewed: 27 TimesQuoted: C# DateTime Manipulation The twenty-seventh part of the C# Fundamentals tutorial completes the examination of the DateTime data type provided by C# and the .NET ...
- relia - Mar 29 20071 FaverViewed: 38 Times
- ureinasi - Jun 23 20086 FaversViewed: 13 Times
programming
-
Really good explanation of why V8 is such a fast implementation of JavaScript:
- Fast Property Access using dynamically created hidden classes.
1 FaverViewed: 10 Times
- Inline property access optimization
- Direct conversion to machine code (no byte codes)
- Efficient Garbage Collection - ravedid - Apr 07 20071 FaverViewed: 40 Times
- dodon21 - Nov 28 20071 FaverViewed: 20 Times
