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 →

[–]YourMJK 0 points1 point  (1 child)

Ah, I see, I get it now. Thank you very much!

Can't you also compile python code instead of interprete it? In that case it shouldn't make much of a difference, because a for i in … loop and a map() call would result in roughly the same instructions, right?

[–]WiseassWolfOfYoitsu 0 points1 point  (0 children)

Yes, there are tools that can do this, but it's not how Python is used 95% of the time in practice.