July 2006
Pythonic Abstract Base Class / Interface - Python
by mbertier (via)If I have a specific interface which I know is going to be implemented
by a number of classes, but there is no implementation commonality
between them, what is the preferred form for this in Python?
May 2006
Dig Deep into Python Internals
by jaysen & 1 otherthis article is the first in a two-part series that will dig deep to explore the fascinating new-style Python object model, which was introduced in Python 2.2 and improved in 2.3 and 2.4. The object model and type system are very dynamic and allow quite a
April 2006
January 2006
Codespeak Home
by macroron & 1 otherthe codespeak project currently hosts the following free/open source software projects. pypy which aims to implement the Python language completely in Python itself. kupu, a feature-rich, JavaScript client-side WYSIWIG editor. +++
PyPy: Documents
by macroronThe PyPy project aims at producing a flexible and fast Python implementation. The guiding idea is to translate a Python-level description of the Python language itself to lower level languages. Rumors have it that the secret goal is being faster-than-C wh
November 2005
1
(6 marks)