H
H
HEnl2020-06-10 19:23:08
Python
HEnl, 2020-06-10 19:23:08

Does the interpreter affect the speed of python code execution?

Does the interpreter affect the speed of code execution?
For example, can IDLE Python run faster than, for example, the interpreter inside PyCharm or Visual Studio. Or is there still no difference and it's just a matter of iron?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
ediboba, 2020-06-12
@ediboba

It also affects the optimization of your code. The same string concatenation with "+" or join can have an effect in different interpreters (CPython, Pypy)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question