python-to-c
There are 7 repositories under python-to-c topic.
zanellia/prometeo
An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing
harishtpj/PyCer
A simple Python to C transpiler
hoseinmrh/Python-to-C-compliler
Compiling python to c language using python language, lex and yacc
harishtpj/pykern
A simple OS written in Python
samay825/Python-To-Cython
Python Cython Obfuscator: Enterprise-grade code protection tool that transforms Python source into secure, compiled binaries. Features military-grade obfuscation, , and IP protection. Perfect for securing intellectual property and preventing reverse engineering.
rashti-alireza/Cpi
Converting Mathematical Equations Like Tensorial Equations to C Programming Language. For example, in numerical relativity (NR), one can write Einstein's equations in C progrmming language.
AlessandroConti11/Constant_Time-Parallel_Shuffling
Shuffling arrays in constant time is a common problem in modern cryptography. This project involves analyzing the technique proposed in https://cr.yp.to/2024/insertionseries-20240515.py, and implementing it in C, possibly employing parallelization.