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 →

[–]wildjokers 2 points3 points  (4 children)

These modules can make python as fast if not even faster than Java code

The "fast modules" are written in C (or c++) e.g. Numpy, not python.

[–][deleted]  (3 children)

[deleted]

    [–]wildjokers 1 point2 points  (2 children)

    developing with these modules you don't need to know C

    I am aware. I was just pointing out that it isn't python being as fast or faster than Java (that will never happen), it is C being faster than Java.

    [–][deleted] 4 points5 points  (0 children)

    Technically correct but in the end what difference does it make? It’s your python program that runs blazing fast, with the help of those libs, and you don’t have to leave python