Introduction As a Python developer I want to stay up2date with trends and useful tips & tricks. Of course there are great newsletters like Pycoders, but those are already hitting my inbox. Let’s look at Planet Python in this article, an aggregation site/ service that indexes a lot of good Python blog feeds. Keeping an… Continue reading How to Send Email Notifications Using Sendgrid and GitHub Actions
Articles on RSS
How to create a self updating GitHub Readme
By Bob Belderbos on 21 November 2022
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
Code Challenge 49 – Contribute to Open Source: Clean up Planet Python
By PyBites Team on 1 April 2018
Hi Pythonistas, it has been silent on the Community Blog challenges front, but then again we completed the 100 Days of Code in Python course which was a great milestone. Although less frequent, we will keep doing blog challenges though, not to worry! Let’s start with a long pending item: cleaning up Python planets feeds, an interesting and valuable open source contribution.
Automate Tweeting: how to build a Twitterbot
By Bob Belderbos on 29 December 2016
In this post I will show you how we automate part of our Twitter posting using feedparser and tweepy.
Get a weekly digest from a Pelican blog
By Bob Belderbos on 24 December 2016
In this post a script we use to get a weekly digest of our posts.