High Performance Programming in Python

My program takes forever! Can I do something about it? Like most interpreted languages, Python can be slow. Loops are a particular problem, but there are other pitfalls that may affect the performance of your code. This workshop will show you tips and tricks to speed up your code.

Participants should have experience programming in Python.