ANN: the C++ Standard Library for Python

Tom tom-list at home.com
Fri Jul 6 14:18:53 EDT 2001


The core of the C++ Standard Library is now available for Python.  This
includes 4 sequence containers, 8 mapping containers, and approximately 60
algorithms.  The algorithms can be applied to any of these containers, or to
any of the Python built-in sequences.

This is an actual C++ standard library, exposed to Python, not a Python
implementation of it - so it is all native code.

It is being release under a standard Python style license.

Please note that this is a beta release.

http://www.malcolmson.com/pystl

I'll watch this thread for comments and feedback (thanks in advance).







More information about the Python-list mailing list