đģ Cython
Python language translator for C (check links below for current information)
For Linux systems
sudo apt-get mingw-w64
sudo apt-get cython3
Basic examples
cython --embed python.py -o python.c
gcc -I /usr/include/python$(version) python.c -lpython$(version) -o python(.exe)
x86_64-w64-mingw32-gcc -o main64.exe main.cx