Listen here: Or watch here: We’re back with… episode 100! ๐ In this episode we highlight our favorite moments from the show: – How to Say no! – Being your Authentic Self with Hannah Kook – Practical Django with Antonio Mele – Tutorial Paralysis – Only compare yourself to your yesterday’s self + 5 more valuable… Continue reading Special podcast #100: Developer + Mindset Tips for 2023 (and our favorite shows)
Articles on podcast
Resources to stay focused and positive
By PyBites Team on 13 January 2023
This content appeared as a Pybites email first. If you like it, subscribe to our friends list here to get weekly emails about Python / Developer / Mindset related topics. Let’s be honest, there is a lot of uncertainty these days. As Pybites we want to help you progress, even more so when things are… Continue reading Resources to stay focused and positive
Goal setting tips
By PyBites Team on 8 January 2023
Listen here: Or watch here: Happy New Year and welcome back to the Pybites podcast. This week Julian and Bob talk about setting goals for this year 2023:– How to set your goals this year.– When and where you begin to setting your goals– How to set realistic goals that are achievable and sustainable.– How… Continue reading Goal setting tips
Pybites turns 6 today – 10 highlights + lessons learned
By PyBites Team on 19 December 2022
Today Pybites turns 6 yearsย ๐๐ We could never have envisioned that our end-of-2016 “Python blog side project” would grow out into a fully fledged business serving thousands of people worldwide! Here are 10 highlights / lessons learned from our journey so far: 1. Don’t procrastinate, implement We had been chatting for many years about ideas… Continue reading Pybites turns 6 today – 10 highlights + lessons learned
Tips for clean code in Python
By Bob Belderbos on 8 November 2022
In this article I will give you 10 tips for cleaner code. Hope this helps improve your Python code. 1. Smaller units. Break long functions (methods) into multiple smaller ones that do one thing (SRP or “Single-responsibility principle”). This will make your code more modular and easier to test. For example, a function that parses… Continue reading Tips for clean code in Python
The role of luck
By PyBites Team on 27 October 2022
Listen here: Today we talk about luck and how it relates to career success. It annoys the heck out of us when people say about successful people “oh they were just lucky”. Sure luck has a role, but often it’s the consistent hard work (discipline) that put those people into the position to become lucky. So we… Continue reading The role of luck
Help, I need to refactor a mega class! Here are 5 tips …
By PyBites Team on 24 September 2022
Somebody asked the other day for tips on how to refactor a mega-class? It was actually one of the first tasks on the new job, ouch! A single class, several thousands lines of code, no tests available ๐ฎ You might scratch your head and say WTF?! After all, good developers decouple code into manageable pieces… Continue reading Help, I need to refactor a mega class! Here are 5 tips …
Learn by building, how we built our own collaboration tool in Django
By PyBites Team on 19 May 2022
Listen now: In this episode we tell the story about Pybites CMS, our new powertool we use to better streamline our business. We tell why we built it, how it was an opportunity for Julian to brush up his coding skills, how we applied the PDM philosophy of learning by building, scratching your own itch.… Continue reading Learn by building, how we built our own collaboration tool in Django
PyBites Twitter Digest – Issue 04, 2019
By PyBites Team on 7 April 2019
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 59 – Analyze Podcast Transcripts with NLTK – Part II
By PyBites Team on 8 January 2019
Hey Pythonistas, in this challenge you will expand on the work of PCC58, doing some natural language processing (NLP) on the podcast transcript data you collected. Have fun!