Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li>IronPython version 2.0.2, the current release, supports Python 2.5 syntax. With the next release, 2.6, which is expected sometime over the next month or so (though I'm not sure the team have set a hard release date; here's the <a href="http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27350" rel="nofollow noreferrer">beta</a>), they will support Python 2.6 syntax. So, less Java to JavaScript and more Java to J# :-)</li> <li>All of the libraries that are themselves written in Python work pretty much perfectly. The ones that are written in C are more problematic; there is an open source project called <a href="http://www.resolversystems.com/products/ironclad/" rel="nofollow noreferrer">Ironclad</a> (full disclosure: developed and supported by my company), currently at version 0.8.5, which supports numpy pretty well but doesn't cover all of scipy. I don't think we've tested it with f2py. (The version of Ironclad mentioned below by Alex Martelli is over a year old, please avoid that one!)</li> <li>Calling regular VB.NET from IronPython is pretty easy -- you can instantiate .NET classes and call methods (static or instance) really easily. Calling existing VBA code might be trickier; there are open source projects called <a href="http://code.google.com/p/pyinex/" rel="nofollow noreferrer">Pyinex</a> and <a href="http://xlw.sourceforge.net/" rel="nofollow noreferrer">XLW</a> that you might want to take a look at. Alternatively, if you want a spreadsheet you can code in Python, then there's always <a href="http://www.resolversystems.com/products/resolver-one/programmability.php" rel="nofollow noreferrer">Resolver One</a> (another one from my company... :-)</li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload