“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 …
5 tips for overcoming imposter syndrome …
By Bob Belderbos on 8 July 2022
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
The Importance of Disconnecting as a Developer
By Hugh Tipping on 30 June 2022
You don’t need library to download the scent of honeysuckle. You can hear the music of a chattering creek without a secure connection or authentication. We spend so much time connected to and with our tech and our code that we forget what it feels like to be connected to the world around us, to… Continue reading The Importance of Disconnecting as a Developer
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!
Automating the Boring Stuff and Plotting Student Data
By Russell Helmstedter on 28 June 2022
My name is Russell Helmstedter. I am a middle school math and computer science teacher at De Anza Academy of Technology & the Arts (DATA). My first exposure to Python was in March of 2020. For some reason, I was stuck at home and couldn’t go out and do things. I decided to learn how… Continue reading Automating the Boring Stuff and Plotting Student Data
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
What I have learned from an open-source project
By Leonieke Paalvast on 17 June 2022
What preceded it I like the Carbon images that appear on Twitter from Pybites. Out of curiosity, I took a look at the code on GitHub, but it was pretty overwhelming and intimidating, so I quickly moved on to something I did “understand.” I often follow a tutorial or collect items I might need one… Continue reading What I have learned from an open-source project
Is it time to step back and look at the greater design?
By PyBites Team on 17 June 2022
**The official Pybites T-Shirt** This week we talk about an important topic: how to prevent yourself as a programmer from getting into tunnel vision when coding. We have a nice practical example we’ll share how we hit this last week (and many times more for that matter) in one of our solutions and also relate… Continue reading Is it time to step back and look at the greater design?
How to make a nice graph using Django and Chart.js
By Bob Belderbos on 14 June 2022
In this article I will show you how to make a beautiful yet simple graph using Django + Chart.js. The code for this project is here. Getting the data We are going to plot the number of Bite exercises that get completed per month on our platform. For this I exported the live data from… Continue reading How to make a nice graph using Django and Chart.js