Teaching packaging by building a Python package

Listen here Or watch here (recommended because there will be code!) Welcome back to our podcast. In this week’s episode we look at Python packaging. I was teaching this on our weekly PDM Code Clinic call and we ended up building quite a useful Pybites Open Source tool. Introducing pybites-search, a command line tool to… Continue reading Teaching packaging by building a Python package

Blaise Pabon on his developer journey, open source and why Python is great

Listen here: Or watch here: Welcome back to the Pybites podcast. This week we have a very special guest: Blaise Pabon. We talk about his background in software development, how he started with Python and his journey with us in PDM. We also pick his brains about why Python is such a great language, the importance of… Continue reading Blaise Pabon on his developer journey, open source and why Python is great

Jim Hodapp on coaching software engineers and the power of Rust

Watch here: Or listen here: This week we have Jim Hodapp on our podcast. We talk about his career journey going from software engineer + manager to full-time developer coach, some of the tactics he uses with his clients, and why coaching is a powerful tool for software engineers. Then we pivot to a more technical… Continue reading Jim Hodapp on coaching software engineers and the power of Rust

Teachers aren’t the only ones who teach. As a developer you’re expected to do so too …

This article appeared first as a Pybites email. To receive this kind of content first, subscribe to our weekly newsletter. For a long time, I thought I should not make mistakes when teaching other developers. I would hide behind slides because they were “hardcoded”, safe, or I’d do a lot of editing of my coding… Continue reading Teachers aren’t the only ones who teach. As a developer you’re expected to do so too …

Django class based vs function based views

This post first appeared as an email on our friends list. We decided to publish it here because the question is still commonly asked 🤔 The other day I did a presentation on Django class based vs function based views. (Warning: this post is opinionated 😃) Also if you’re not into Django don’t stop reading just yet, because there are… Continue reading Django class based vs function based views