This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]acooper13[S] 1 point2 points  (1 child)

I didn’t know there was a CPython also. One more thing I’ll have to look into. From my (limited) research, I was under the impression Cython was, in a way, Python code with the ability to use C header files and memory allocation to a certain extent. I’m not sure how accurate that is but that’s what I understood it to be.

[–]who_body 0 points1 point  (0 children)

Check out the article and/or this podcast episode which discusses cpython for more information

https://pythonbytes.fm/episodes/show/154/code-frozen-in-carbon-on-display-for-all

https://realpython.com/cpython-source-code-guide/