Version 2 (modified by 12 years ago) ( diff ) | ,
---|
Obviously, where possible, we should make use of existing Python libraries:
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
Note:
See TracWiki
for help on using the wiki.