InfoWorld | Nov 2, 2023
Cython compiles Python to C for high performance, and Cython modules can be redistributed with your code in a Python package — a source distribution or “wheel” file — so others can use it, too. You can deliver both the generated C source code, and a precompiled binary for a specific platform, for the widest possible re-use. Learn in this video how to set up your project when Cython code is present, and what tools you’ll need to build wheels and source distributions from it.
Also be sure to check out some of our other videos about Cython:
https://www.infoworld.com/video/116719/cython-3-0-compiling-python-to-c-the-next-generation
https://www.infoworld.com/video/112519/cythons-new-pure-python-syntax-faster-python-made-easier
Copyright © 2023 IDG Communications, Inc.