Search code examples
setup_requires with Cython?...

pythonbuildcythonsetuptoolssoftware-distribution

Read More
ModuleNotFoundError: No module named 'Cython'...

pythonpython-3.xmodulecythonpython-import

Read More
How to make Cython faster?...

cythoncpythoncythonize

Read More
Using pypa's build on a python project leads to a generic "none-any.whl" wheel, but th...

pythoncythonsetuptoolspypipython-packaging

Read More
Make ``pip install -e .`` build cython extensions with pyproject.toml...

pythonpipcythonpyproject.toml

Read More
How to use @cython decorator to declare np.ndarray type...

pythonnumpycython

Read More
Assigning ndarray in cython to new variable very slow? Or what is going on here?...

pythoncython

Read More
How to measure cython run time and compare with python code?...

pythonpython-3.xcython

Read More
Poetry add dependency that uses cython...

pythoncythonpython-packagingpython-poetry

Read More
Storing unsafe C derivative of temporary Python reference error in Cython...

pythoncpointerscythonpython-extensions

Read More
As of 2023, is there any way to line profile Cython at all?...

pythonprofilingcythonprofilercythonize

Read More
Call a function from a cython generated .so file inside a c++ code...

pythonc++ccythonsetuptools

Read More
How does one get a pointer to a Cython memoryview's data?...

cythoncythonize

Read More
Calling C functions in Python...

pythoncctypescython

Read More
Cython: Overriding the `__cinit__` function with different parameters and signature...

pythoncython

Read More
How to get a C object and pass it in argument of a function in cython...

pythonccython

Read More
Cython: How to convert numpy 2D array of type "object" to memoryview?...

numpycythonmemoryview

Read More
How to pass Python list to C function using Cython...

pythoncarraysraspberry-picython

Read More
In Cython, if I don't add "except + " to c++ function declaration , and just do a try ...

cython

Read More
Cython for a Django app: would it work?...

pythondjangopython-3.xcompilationcython

Read More
Dylib built on CI can't be loaded...

pythonrustcythontravis-ci

Read More
running pep8 or pylint on cython code...

cythonpylintpep8flake8

Read More
string in #define macro in cython in notebook...

jupyter-notebookipythoncython

Read More
TypeError: a bytes-like object is required, not 'list' when using pyimgui.plot_lines()...

pythonuser-interfacecythonpyimgui

Read More
Wrapping a C library in Python: C, Cython or ctypes?...

pythoncctypescython

Read More
Spacy add_alias, TypeError...

pythoncythonspacyspacy-3

Read More
Should the reference count of PyObject* created by a cdef public function be manually decreased...

cython

Read More
Why can't a Cython object with the __cinit__ method be pickled?...

python-3.xcythonpickle

Read More
Options for linting Cython code...

pythoncythonpylint

Read More
How to send the HWND(Wind) of a qwidget from python to C++ using cython...

qtpyqt5cythonvulkan

Read More
BackNext