Łukasz Langa Is the New CPython Developer in Residencelukasz.langa.pl 19 pointsdi5 years ago6 commentsSaveHideCopy link On HNComments−wrycoder5yŁukasz is a long-time core contributor to CPython and the author of Black. He's been the release manager for 3.8 and 3.9. This should be a good fit.−jka5yWell deserved; congratulations, Łukasz!−deregulateMed5yIs cython and cpython the same?Edit- thanks!−kelsolaar5yCPython is the reference implementation of the Python programming language, Cython is an extension language of Python with optional C syntax to make Python execution faster whenever required.−detaro5yno. CPython is the "main" Python implementation, Cython is (roughly) a Python compiler/extension language.
Comments
Łukasz is a long-time core contributor to CPython and the author of Black. He's been the release manager for 3.8 and 3.9. This should be a good fit.
Well deserved; congratulations, Łukasz!
Is cython and cpython the same?
Edit- thanks!
CPython is the reference implementation of the Python programming language, Cython is an extension language of Python with optional C syntax to make Python execution faster whenever required.
no. CPython is the "main" Python implementation, Cython is (roughly) a Python compiler/extension language.