Ironpython Standard Library Modules

That’s because some modules are implemented using native c# libs and reside in the IronPythonModules.dll, which is loaded automatically at startup. The rest of the ipy modules are implemented as python code (and reside in the Lib folder) and are translated to the CLR’s intermediate language every time you run the script:

10 Likes