Found 223 repositories(showing 30)
philberty
Learning Cython packtpub.com code examples.
thewtex
Utilities and example for using CMake to build Cython modules - migrated to scikit-build
winstxnhdw
A description of the Kinematic Bicycle Model written in Cython with an animated example.
tleonhardt
Example code for interfacing with C and C++ from Python using Cython, SWIG, CFFI, PyPy, and pybind11
FedericoStra
Example of a package with Cython extensions.
mobiusklein
A simple example repository describing the process of building a PyInstaller executable for a Cython-compiled program
stavshamir
Simple example of wrapping a C library with Cython
Nicholaswogan
No description available
kmhsonnenkind
Example building native C library with Cython wrapper using CMake
oKatanaaa
This repository contains examples CUDA usage in Cython code.
iamishalkin
Example of how to use poetry and sphinx in cython package
syegulalp
Simple example of building a standalone .exe with Cython and MSVC
synapticarbors
Rudimentary example of calling rust from cython
Technologicat
Simple example for embedding SSE2 assembly in Cython projects
marcoesposito1988
Example of integration between Cython and ROS/catkin
benjaminirving
A very basic example of how to pass arrays between python and c++ using cython
Example project using Cython and Poetry to build obfuscated .whl files for PyPI distribution
arthursoprana
Examples using petsc4py, cython and petsc to solve Finite Volume Problems.
ncrump
Metropolis Monte Carlo particle simulations for statistical mechanics in Python and Cython. Simulates Lennard-Jones particles using a Markov chain approach in the NVT and NPT ensembles. Includes random number generators, random walks, Ising model example, and a bonus Metropolis simulation of water molecules in the SPC/E model with trial translations and unit quaternion rotations.
ellisonbg
Options Pricing Examples in Cython
rafaelpsilva07
This package is an example of how to organize and compile a cython package
Wrapping example Cython and Cpp
dagss
Cython tutorial slides and examples
AshleySetter
A small example module with packaged cython and cython-wrapped c++ code showing how to build this into a package.
aphearin
Minimal example of how to write a cython wrapper around a C function
SajjadAemmi
Some short codes written in Cython
(WIP 🏗️ 👷 🚧 🛑 ) Example of calling a cython function from C
hplgit
Illustrating Cython and other tools for connecting Python and C, using Monte Carlo simulation as example
ratazzi
Using Cython wrapping c library example
CarloNicolini
A base example to bring your c++ class hierarchy in cython and create a python module