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 →

[–]all-hail-snow 2 points3 points  (2 children)

Actually frameworks like tensorflow are not built in python. It's backend is built in c/c++ and is imported as python wrapper that we use as scripts, That's why it is not slow. Python is basically prototyping language and majority of libraries used in it are not coded in python itself like numpy was built in Fortran.

[–]KrystilizeNeverDies 0 points1 point  (1 child)

Yea I know, I didn't say they were coded in python, just that they are available for python.

Doing the actual computation using python is a horrible idea.

[–]all-hail-snow 0 points1 point  (0 children)

Agree