Cython (Pyrex)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (.pyx format, which is a little boring) | m | ||
| Line 2: | Line 2: | ||
| |formattype=Languages | |formattype=Languages | ||
| |subcat=Programming Languages | |subcat=Programming Languages | ||
| − | | | + | |subcat2=Python | 
| |extensions={{ext|pyx}} | |extensions={{ext|pyx}} | ||
| }} | }} | ||
Latest revision as of 18:08, 8 October 2016
Cython previously pyrex is an extended form of the python programming language, which can be part-compiled into c code.
You compile the .pyx file into a .py file and a .c file.

