
#369: Getting Lazy with Python Imports and PEP 690
Python is undergoing a performance renaissance. We already have Python 3.11 20-40% faster than even Python 3.10. On this episode, we'll dive into a new proposal to make Python even more efficient usin...
16 Kesä 202256min

#367: Say Hello to PyScript (WebAssembly Python)
Despite Python being overwhelmingly popular and positive, there are major areas of computing where Python is not present. Most notably on mobile and on the frontend side of the web. PyScript, a new pr...
25 Touko 20221h 13min

#366: Optimizing PostgreSQL DB Queries with pgMustard
Does your app have a database? Does that database play an important role in how the app operations and users perceive its quality? Most of you probably said yes to the first, and definitely to the sec...
20 Touko 20221h 14min

#365: Solving Negative Engineering Problems with Prefect
How much time do you spend solving negative engineering problems? And can a framework solve them for you? Think of negative engineering as things you do to avoid bad outcomes in software. At the lowes...
12 Touko 20221h 4min

#364: Symbolic Math with Python using SymPy
We're all familiar with the data science tools like numpy, pandas, and others. These are numerical tools working with floating point numbers, often to represent real-world systems. But what if you exa...
7 Touko 20221h 7min

#363: Python for .NET and C# developers
Are you coming to Python from another language and ecosystem? It can seem a bit daunting at first. But Python is very welcoming and has a massive array of tools and libraries. In this episode, I speak...
28 Huhti 20221h 6min

#362: Hypermodern Python Projects
What would a modern Python project look like? Maybe it would use Poetry rather than pip directly for its package management. Perhaps its test automation would be controlled with Nox. You might automat...
20 Huhti 20221h 6min

