Institute of Natural and Mathematical Sciences

Permanent URI for this communityhttps://mro.massey.ac.nz/handle/10179/4224

Browse

Search Results

Now showing 1 - 2 of 2
  • Item
    Source code: automatic C library wrapping - Ctypes from the trenches
    (Massey University, 2009) Kloss, Guy K.
    At some point of time many Python developers at least in computational science will face the situation that they want to interface some natively compiled library from Python. For binding native code to Python by now a larger variety of tools and technologies are available. This paper focuses on wrapping shared C libraries, using Python's default Ctypes, with the help of the matching source code generator from CtypesLib.
  • Item
    Automatic C library wrapping Ctypes from the trenches
    (Massey University, 2009) Kloss, Guy K.
    At some point of time many Python developers at least in computational science will face the situation that they want to interface some natively compiled library from Python. For binding native code to Python by now a larger variety of tools and technologies are available. This paper focuses on wrapping shared C libraries, using Python's default Ctypes. Particularly tools to ease the process (by using code generation) and some best practises will be stressed. The paper will try to tell a step by step story of the wrapping and development process, that should be transferable to similar problems.