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 Jython: http://www.jython.org * C/C++ libraries using SWIG: http://www.swig.org * .Net libraries using !IronPython: http://www.codeplex.com/IronPython ---- DeveloperGuidelines