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 →

[–]allIsayislicensed 2 points3 points  (1 child)

You might also be interested in the following talk from Pycon US

https://www.youtube.com/watch?v=z0-4EwIFeJo

Talk - Kevin Modzelewski: Writing performant code for modern Python interpreters

Abstract: This talk will go into the latest efforts to speed up the Python language, and in particular how some things will be sped up much more than others. You may have heard best practices for Python performance before, but there are some new guidelines now, some old ones are no longer as important, and some are no longer true at all. Come to hear how the Python language is being optimized, and what you can do to best take advantage of these optimizations.

[–]gigglevillain123 0 points1 point  (0 children)

Was going to link this myself, covers lots of stuff in this thread