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
The importance of practicing gratitude
By PyBites Team on 18 August 2022
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?
A Case Study in Refactoring Python: Clean Code Is Often Faster
By Russell Helmstedter on 20 July 2022
I have learned a lot over the past 2.5 years of my Python journey. What started out as a hobby during COVID-19 lock downs in 2020, has now become a major component of my professional workload. This article is designed to highlight the importance of the iterative process: write some code -> learn new stuff… Continue reading A Case Study in Refactoring Python: Clean Code Is Often Faster
5 tips for overcoming imposter syndrome …
By Bob Belderbos on 8 July 2022
“I don’t belong here!”, “Who the hell am I to …” You’re not alone! Imposter syndrome is widespread in our industry. Here are 5 tips to better deal with it: 1. Talk with somebody Be it your manager, colleague, mentor or friend. This greatly reduces the stress this causes and you’ll realize (like really realize, not read… Continue reading 5 tips for overcoming imposter syndrome …
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
Learning Rich by making a color searcher command line app
By Bob Belderbos on 6 July 2022
The other day I wanted to get serious with the awesome Rich library. As we always say: you have to build to really learn + need ideas? Scratch your own itch. If you’re struggling for ideas, see what takes you long and/or is cumbersome and see if it’s a good candidate to automate it with… Continue reading Learning Rich by making a color searcher command line app