Matti Picus

Matti is a core developer of PyPy, contributing to the internal numpy implementation _micronumpy and to the layer that allows python c-extension modules to run on the PyPy python interpreter. He has been active in the open source community both as a contributor and teacher. He now works full-time on Numpy at BIDS.

The speaker's profile picture

Talks

Wrapping C code and running it in Python

Python is known for its ability to interoperate with other languages. We will learn how to call C from Python using CFFI, Ctypes, Cython, and others