Make your Python code fly at transonic speeds! by Ashwin Vishnu Mohanan
PyCon Sweden PyCon Sweden
7.16K subscribers
605 views
0

 Published On Nov 29, 2019

The talk is particularly useful for developers of Python applications which does heavy computation, with or without NumPy - for data science, research etc.

Python extensions allows for creation of high-performance applications, which can compete with C or C++ based ones. There are more than one framework to achieve this (for example, Cython, Pythran and Numba) with similar syntaxes but different underlying implementations. The talk surveys the state of the art of creating extensions and introduces Transonic (https://transonic.readthedocs.io). Transonic is a pure-Python package acting as a unifying front-end for writing extensions with the aim to enhance the developer experience.

Audience level: Intermediate

Speaker: Ashwin Vishnu Mohanan, Ph.D. in Engineering Mechanics from KTH and post-doctoral researcher at Stockholm University. 5+ years of experience as a research software developer and contributor to various open-source projects.

show more

Share/Embed