cythoncython
ADDEDCython is an optimizing Python compiler that translates Python code into C/C++ to create efficient extensions.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONCython is an optimizing Python compiler that translates Python code into C/C++ to create efficient extensions.
pybpf_asm is a Python-based BPF assembler that translates BPF assembly into machine code, based on Linux kernel's BPF assembler. It can be installed via wheels or built from source using Flex and Bison, and offers both a Python API and a command-line script.