Chan Y. Park
  • About Me
  • Deep learning
  • Experiences
  • Python

Comparison between Numba and numpy.ctypeslib

Here I will discuss usages of Numba and NumPy's ctypes interface and compare them with each other and also with a pure Python example.

more ...

Using Python ctypes and NumPy ctypeslib

For various reasons we sometimes need to use C or C++ libraries inside a Python program. Here we will discuss both cases using one of my projects as an example.

more ...

  • Follow

    • GitHub
    • LinkedIn
    • Twitter
    • Facebook

© 2016 Chan Y. Park · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top