Presentation Night - Making Python faster

December 17, 2019



Tonight, two talks about extending Python with other languages, for speed. Pizza sponsored by Quantopian (https://www.quantopian.com/).

Daniel Williams, Python Optimization Options

A higher level survey of optimization options available for Python. This talk will particularly focuses on C-Family interfaces to Python. Each option is compared by complexity, speed up, and general ease of implementation.

Austin Hacker, Extending Python with Rust

This talk will demonstrate how to build Python extensions using the PyO3 rust library. PyO3 makes building Python extensions easy, allowing developers to combine everything great about Python with the speed and efficiency of Rust. Rust code will be shown during this talk but no Rust experience is required. By the end of the talk, you too will be able to write your own Python extensions in Rust!

Meetup link: https://www.meetup.com/bostonpython/events/265925678/

Back to Past Events Page