Obviously, where possible, we should make use of existing Python libraries: * http://pypi.python.org/pypi/ If these aren't available then we can make use of: * Java libraries using Py4J: http://py4j.sourceforge.net * C/C++ libraries using SWIG: http://www.swig.org * .Net libraries using !IronPython: http://www.codeplex.com/IronPython ---- DeveloperGuidelines