Sometimes just working in Python isn't enough. Sometimes you need extra speed that Python alone cannot give you. The traditional response was to use the C language and the Python bindings for it. Nowadays it is becoming fashionable to try other languages, such as Rust or Go. I propose a different contender: the #D programming language.
Think of the things you like about Python: flexible, expressive, easy. D has it all! In this talk, I will show you why D can be an easy way to write faster code.