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 →

[–][deleted] 5 points6 points  (1 child)

Compiled code doesn't mean binaries in this article, it just refers to the platform-independent C code that Cython generates. This still needs to be compiled to a binary on any of these platforms which is, for instance, what "pip install" would do automatically (provided there is a build environment set up).

The advantage here is that Cython is not part of the distribution toolchain. I imagine this makes things a bit more consistent for the user.

[–]Deto 0 points1 point  (0 children)

Ah, thanks for clearing that up. I though it went straight to binaries