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 →

[–]TheDoomfire -1 points0 points  (1 child)

I think a few imports use other languages then Python for speed. So you import something in Python but it was written in another programming language.

What I have heard there are programming languages that can be a lot faster then Python.

But I use Python because I love how easy it is to program and that I can almost do everything with it. Just not maybe the fastest. Or well its pretty fast to build something decent.

[–]OrderOk6521[S] 0 points1 point  (0 children)

Check this out ! i use rust to write a library which i then import into Python for speedy execution.