Y
Hacker News
new
|
ask
|
show
|
jobs
by
jkercher
730 days ago
I'm not looking for an argument, but my knee jerk reaction to seeing 4 or 5 different answers to the question of getting python to C... Why not just learn C?
1 comments
parentheses
730 days ago
The python already exists. These efforts enable increasing performance without having to rewrite in a very different language.
link
richrichie
730 days ago
I have dabbled in Cython, C and Rust via PyO3.
C is much cleaner and portable. Easy to use in Python directly.
link