Building a Python C extension module with CMake

Extending Python, with automatic cross-platform configuration

Image: Diego Delso (CC-BY-SA 3.0)
Python is a high-level programming language whose extremely simple and elegant yet very powerful and expressive syntax has granted it enormous popularity in most programming contexts. Scientific applications are no exception on this respect, and this may look strange at a first glance, given that Python’s runtime is painfully slow... [Read More]
Tags: Python CMake