Listen now: In this episode we talk about the gift of time. Are you intentional in how you spend time with people? We talk about several advantages, why it’s so important for your career, personal growth and life / well being. And the best thing: it takes relatively little effort and time if you know how… Continue reading The gift of time
The gift of time
By PyBites Team on 10 June 2022
Case study: How to parse nested JSON
By Michael Aydinbas on 3 June 2022
I was asked to help parse a JSON file that is delivered by the iTunes Store Customer Reviews API JSON endpoint. It is not so important how this API works or if there are better APIs for this. Instead, let’s assume that we found our favorite API to work with and that our request makes… Continue reading Case study: How to parse nested JSON
How to stay motivated and beat procrastination
By PyBites Team on 2 June 2022
Listen now: Whether you like it or not we are emotional species so you have to manage your motivation, it’s not a given! In this week’s podcast we feature two segments from our productivity course: motivation and procrastination. We teach you various techniques to keep your motivation high: – Desire breathes motivation. – Go back… Continue reading How to stay motivated and beat procrastination
The hidden cost of pursuing a higher salary
By PyBites Team on 27 May 2022
Listen now: This week we talk about a “taboo” topic: the pursuit of chasing the bigger paycheque. We reflect on the (hidden) cost of this and what to take into consideration. As usual, we also share some cool wins and books we’re reading. Join our Facebook group:https://www.facebook.com/groups/pybites– Live training coming in a few weeks …… Continue reading The hidden cost of pursuing a higher salary
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
Configure a Linux Development Environment on Windows with WSL and VS Code
By Heather Gray on 18 May 2022
About WSL It seems like everyone is using Linux or Mac for software development these days, but if you’re a windows user, you may have looked into what you needed to do to be able to use Linux on your PC and found that dual-booting or virtual machines sounded like too much trouble. But these… Continue reading Configure a Linux Development Environment on Windows with WSL and VS Code
Learn FastAPI through building a simple food tracker
By PyBites Team on 12 May 2022
If you’re doing any type of web development in Python, there’s a good chance you’ve heard about FastAPI by now. If not, go check it out now. It’s performant, intuitive and time saving (thanks to Pydantic / type hinting) and it supports API standards, e.g. OpenAPI (previously Swagger). You cannot leave this powerful framework out of your… Continue reading Learn FastAPI through building a simple food tracker
How to achieve more deep work
By Bob Belderbos on 11 May 2022
Listen now: How much deep work do you get done on a typical work day? In our case, we thought plenty. It turns out that lately it’s been less and less. As the authors of Practical Productivity with PyBites this came as quite a shock! But as you’ll learn in this episode, productivity is insidious. You can be… Continue reading How to achieve more deep work
Code Better with Type Hints – Part 3
By Michael Aydinbas on 8 April 2022
This is the third part of a series of articles dealing with the type annotation system in Python, type hints for short. The second part discussed a set of beginner examples and highlighted the benefits of using type hints. This article series is aimed at newcomers to type hints and wants to help you get… Continue reading Code Better with Type Hints – Part 3
Give It Just Five Minutes
By Hugh Tipping on 1 April 2022
You know those nights when you want to work on writing or your coding project or side gig? You want to grow outside of the confines of a day-to-day job but you feel like the job has taken everything out of you. You get tired. You feel like you’re on the last bar of the… Continue reading Give It Just Five Minutes