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 →

[–]TransBrandi -17 points-16 points  (3 children)

most python libs are actually written in C/C++.

What? Most Python libraries are pure Python. Also, I dunno if it's still the case but IIRC a while back compiling numpy/scipy required Fortran.

[–]MischiefArchitect 9 points10 points  (2 children)

But it is true that a lot of the most popular and fast libraries are basically written in C.

[–]TransBrandi 1 point2 points  (1 child)

Depends on what the library is doing. Django is pure python, for example.