About 13,900 results
Open links in new tab
  1. Cython: C-Extensions for Python

    Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy …

  2. GitHub - cython/cython: The most widely used Python to C compiler

    Welcome to Cython! Cython is an optimising Python compiler that makes writing C extensions for Python as easy as Python itself. Cython translates Python code to C/C++ code, but additionally …

  3. Basic Tutorial — Cython 3.3.0a2.dev0 documentation

    Cython can automatically convert many C types from and to Python types, as described in the documentation on type conversion, so we can use a simple list comprehension here to copy the C int …

  4. Cython · PyPI

    6 days ago · The Cython compiler for writing C extensions in the Python language. Project description The Cython language makes writing C extensions for the Python language as easy as Python itself. …

  5. Welcome to Cython’s DocumentationCython 3.3.0a1 documentation

    Welcome to Cython’s Documentation — Cython 3.3.0a1 documentation

  6. Cython - Wikipedia

    Cython (/ ˈsaɪθɒn /) is a superset of the programming language Python, which allows developers to write Python code (with optional, C-inspired syntax extensions) that yields performance comparable to that …

  7. Optimizing Python Code with Cython - GeeksforGeeks

    Jul 23, 2025 · Cython is a robust tool for optimizing Python code, enabling developers to achieve performance levels close to native C while maintaining the simplicity and readability of Python.

  8. Cython系列》1. Cython 是什么?为什么要有 Cython?为什么我们要用 Cython

    Jun 26, 2020 · 楔子 Cython:估计很多人都听说过,是用来对 Python 进行加速的。如果你在使用 Python 编程时,有过如下想法,那么 Cython 非常适合你。 1. 因为某些需求导致不得不编写一些多重嵌套 …

  9. Welcome to Cython’s Documentation — Cython 3.0.12 documentation

    Porting Cython code to PyPy Migrating from Cython 0.29 to 3.0 Limitations Differences between Cython and Pyrex Typed Memoryviews Implementing the buffer protocol Using Parallelism Debugging your …

  10. Releases · cython/cython - GitHub

    The most widely used Python to C compiler. Contribute to cython/cython development by creating an account on GitHub.