Thanks to Allen Bierbaum Py++ now has wiki. We use it primary to discuss new features, which will be introduced in future versions.
A rationale for semantically enhanced library languages
“.. A Semantically Enhanced Library Language (a SEL language or a SELL) is a dialect created by supersetting a language using a library and then subsetting the result using a tool that understands the syntax and semantics of both the underlying language and the library. ...”
Py++ + Boost.Python is a SELL!
Py++ borrowed few ideas from this programming paradigm.
This site uses Google custom search engine, turned to provide better results when you search for materials related to Boost.Python library.
http://boost.org/libs/python/doc/index.html - tutorials, FAQs, reference manuals
http://boost.cvs.sourceforge.net/boost/boost/libs/python/test/ - Boost.Python unit tests. They could be very, very helpful.
http://pygccxml.svn.sourceforge.net/viewvc/pygccxml/pyplusplus_dev/unittests/ - Py++ unit tests. They could be even more helpful!
http://www.scons.org/wiki/GCCXMLBuilder - Joseph Lisee shows how to integrate Py++ scripts with Scons.