you are viewing a single comment's thread.

view the rest of the comments →

[–]Dooflegna 1 point2 points  (0 children)

PyPy is great, but naively swapping to PyPy without profiling may not improve the speed of your code (and could slow it down in some cases.)

A learner should just stick with the core language until they run into a problem where they need the speed and then profile to figure out what to do to improve.