Listen now: This week we talk with AJ Kerrigan (Twitter / LinkedIn) about Felienne Hermans’ The Programmer’s Brain, an important book we recommend every developer should read (at least once). Structure:After quickly discussing the gist of the book, we dive into some of the concepts it teaches:– Chunkability: for faster reading and comprehension of code.– Germane load: the work required… Continue reading Lessons learned from The Programmer’s Brain
Articles on Podcast
The importance of practicing gratitude
By PyBites Team on 18 August 2022
Listen now: This week we talk about gratitude. Why? We spotted a trend that people are not saying thanks enough. We often suppose things are “just” working, forgetting that there is actually a lot of work involved to keep things running smoothly. Expressing gratitude takes relatively little effort, yet it can have a big impact… Continue reading The importance of practicing gratitude
Annotate all the things! Why you should care about Python type hints …
By PyBites Team on 16 August 2022
Listen now: This week we have Will Frey on the podcast: ML engineer, Python “knowledge dictionary” and type hints fan & geek. We talk about his background, how he learns / keeps up with Python’s fast moving ecosystem and of course we look at Python’s type hints in-depth: why care and some of his favorite tricks. We… Continue reading Annotate all the things! Why you should care about Python type hints …
The importance of setting boundaries
By PyBites Team on 5 August 2022
Listen here: This week we talk about boundaries (again), specially at work. How can it be that 12 hour days are becoming the norm? This has to stop! And it’s insidious, because the extra work always seems to sneak in! First we look at where we think this is coming from. Then we offer some practical tips… Continue reading The importance of setting boundaries
Documentation-driven development with Sebastián Ramirez
By PyBites Team on 28 July 2022
Listen here: This week Bob and Pybites Coach, Robin Beer, interview Sebastián Ramirez, the creator of FastAPI, Typer and SQLModel. We talk about:– What he is currently working on.– How to balance the large amount of opportunities in his space (open source developer productivity tips).– The process of designing new libraries that are the glue between other ones.– The feeling of… Continue reading Documentation-driven development with Sebastián Ramirez
Growing developer teams in a deep tech startup
By PyBites Team on 22 July 2022
Listen here: This week, we have Robin back on the show to talk about how he has grown as a Python developer with the startup ACCURE and as mentor at PDM. ACCURE Battery Intelligence GmbH uses cloud computing to make batteries more safe, reliable and sustainable and has grown 10x from 4 to more than 40 ACCURIANs in… Continue reading Growing developer teams in a deep tech startup
What’s your definition of a rich life?
By PyBites Team on 21 July 2022
Listen here: Welcome back to our podcast. It’s easy to get stuck in your own bubble. Julian travelled to the other side of the planet and came to realize that it’s easy to get carried away by the hustle and grind of the day to day. In this episode we reflect on that and talk… Continue reading What’s your definition of a rich life?
The why and how of networking to boost your Python career
By PyBites Team on 6 July 2022
Listen here: if you’re not a fan of the show, it’s Jason’s fault. If you’re a fan of the show, it’s Jason’s fault. This week the man that gave us the golden tip to start a podcast, Jason Wattier. Jason tells us what he does in his day to day, which nicely segues into networking… Continue reading The why and how of networking to boost your Python career
Data engineering involves more Python than you might think!
By PyBites Team on 29 June 2022
Listen here: This week we have Christo back on the show to talk about his experience in the data engineering field. He shares some valuable tips how to become a more effective data engineer which, surprisingly or not, increasingly requires a well-rounded Python developer skill set. Enjoy and feel free to reach out to Christo below … Christo’s website: https://www.christoolivier.com… Continue reading Data engineering involves more Python than you might think!
Common Python developer pitfalls and the 80/20 that really matters
By PyBites Team on 23 June 2022
Listen here: Welcome back to another Pybites podcast episode. In this episode we talk about common pitfalls you want to avoid when becoming a Python developer: Pitfall #1: Tutorial paralysisPitfall #2: Improper sequencingPitfall #3: Obsessing over Pythonic codePitfall #4: Going on your own for too long … after that we look at the 80/20 (aka… Continue reading Common Python developer pitfalls and the 80/20 that really matters
