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 email
Cleaning Text Data With Python
By David Colton on 30 September 2020
Machine Learning is super powerful if your data is numeric. What do you do, however, if you want to mine text data to discover hidden insights or to predict the sentiment of the text. What, for example, if you wanted to identify a post on a social media site as cyber bullying. In this article we introduce some methods to clean your text and prepare it for modelling.
A Simple yet Effective System
By Bob Belderbos on 23 March 2020
There is just too much stuff out there when it comes to being more productive. I am reading The Ultimate Sales Machine (Chet Holmes) and it offers what is probably the most concise time management system I have seen so far.
Tips from Adam Grant
By Bob Belderbos on 16 March 2020
In this week’s post a quick digest of Adam Grant’s interview on the Tim Ferriss podcast.
5 tips that will boost your performance
By Bob Belderbos on 17 February 2020
The following things are relatively easy to do, but also easy not to do. Do them consistently and they can change your career and life.
Hiding BCC Recipients in Python MIME Emails
By Julian Sequeira on 6 September 2017
How to actually hide the BCC recipients when sending an email with Python MIME.
Code Challenge 25 – Notification Service of Now Playing and Upcoming Movies – Review
By PyBites Team on 3 July 2017
In this article we review last week’s Notification Service of Now Playing and Upcoming Movies code challenge.
Code Challenge 25 – Notification Service of Now Playing and Upcoming Movies
By PyBites Team on 26 June 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! What movies are in theaters now or just came out on your favorite streaming service? What are upcoming movies, when will they be released? Can I keep track of all new humor movies? Or what about that specific actor or director? Having a notification service around movies seems an interesting, fun and useful code challenge to us.
How to Create Your Own Steam Game Release Notifier
By Julian Sequeira on 19 May 2017
In this post we demonstrate ways in which you can parse common data formats used in Python.
Send Advanced Emails with Python MIME Submodules
By Julian Sequeira on 1 February 2017
Learn how to send richer emails with Python and the MIME Submodules