Media

PyCon talk

Many Python developers adopt Polars expecting immediate speedups, only to be disappointed when their code shows little improvement or even runs slower than pandas. The issue is not Polars, but how it is used. Writing Polars code as if it were pandas, that is, with a pandas accent, leads to confusing code and poor performance. This talk focuses on writing idiomatic Polars code instead of translating pandas patterns line by line, empowering Python developers to work efficiently with large datasets without leaving the Python ecosystem.

Podcast Episode

I dubbed Joram Mutenge as a “trifecta” when it comes to the data profession. He is a data engineer, data analyst, and data scientist! As with many people, the route wasn’t a straight one, but suits him well once he learned to love the parts few enjoy and how to be safely creative within data.

To become as valuable as possible, Joram has spent time learning SQL, Python, and JavaScript. We discussed multiple tools and libraries along with how to approach a web-based visualization as opposed to a print visualization. He’s now also learning Rust!