It was about time to give my GitHub profile a nice intro so inspired by Simon Willison’s blog post I decided to make an intro Readme that auto-updates. First I made a GitHub repo called bbelderbos, my username. That’s how it works: GitHub defaults to showing the Readme.md of your username’s repo on your profile page.… Continue reading How to create a self updating GitHub Readme
Articles on pathlib
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
Get to Python source code instantly using importlib and inspect
By Bob Belderbos on 14 December 2020
Have you ever wondered how to get Python source code quickly? It turns out the Standard Library can do this pretty effortlessly. Here is some code to read more Python source.
Code Challenge 56 – Calculate the Duration of a Directory of Audio Files – Review
By PyBites Team on 30 October 2018
In this article we review last week’s Calculate the Duration of a Directory of Audio Files code challenge.
Code Challenge 56 – Calculate the Duration of a Directory of Audio Files
By PyBites Team on 23 October 2018
Hi Pythonistas, Welcome to Pybites Code Challenge 56! In this challenge we’re asking you to work with directory, files and audio meta data!
Data Analysis of Pybites Community Branch Activity
By Martin Uribe on 18 October 2018
I wanted to play around with a dataset and see what I could find out about it. I decided on analyzing the little bit of data that I could collect from Github without having to use an OAuth key, which limits it to just 300 events. If you want to follow along with my notebook check out the instructions here. This notebook was my submission for Code Challenge 47 – PyBites First Year in Data (Special).
Twitter Digest 2018 Week 06
By PyBites Team on 4 February 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter digest 2017 week 28
By PyBites Team on 16 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.