News

As Python’s popularity rises, its limitations are becoming more clear. For one thing, it can be very hard to write a Python application and distribute it to people who don’t have Python installed.
You can then use the cython command or a setup script to generate a .c file from your .pyx or .py file, and then compile it to a .so or .pyd file that can be imported as a Python module.