The Python Enterprise Application Kit (developerWorks)
[Posted May 28, 2004 by ris]
IBM developerWorks
introduces
PEAK, the Python Enterprise Application Kit. "
PEAK is a Python
framework for rapidly developing and reusing application components. While
Python itself is already a very high-level language, PEAK provides even
higher abstractions, largely through the clever use of metaclasses and
other advanced Python techniques. In many ways, PEAK does for Python what
J2EE does for the Java language. Part of the formalization in PEAK comes
in the explicit specification of protocols, specifically in the separately
available package, PyProtocols."
(
Log in to post comments)