Result: A faster Python? You Have These Choices

Title:
A faster Python? You Have These Choices
Authors:
Contributors:
Kompetenzzentrum für nicht-textuelle Materialien
Publisher Information:
EuroPython
Publication Year:
2017
Document Type:
course material<br />moving image (video)
Language:
English
Accession Number:
edsbas.F9C2C07E
Database:
BASE

Further Information

(en)A faster Python? You Have These Choices [EuroPython 2017 - Talk - 2017-07-13 - Arengo] [Rimini, Italy] Python was never intended as a fast language but many modern uses of Python require high performance computing, particularly in data science. This talk explores your options for squeezing maximum performance out of critical Python code. This talk provides a succinct summary of the options you have: C extensions, Cython, CFFI, PyPy and many others. It also shows the trade-offs between execution performance and the cost of writing and maintaining code with each choice. Each option is also explored for maturity and ease of use for Python programmers. A real world programming problem is coded and benchmarked using each of these techniques. All the code used in the talk is available on GitHub. At the end of this talk you will be better place to decide on which technique to use to make your code run 100x faster