排序
Charm your SparkPost Recipient and Suppression Lists with Python
Charm your SparkPost Recipient and Suppression Lists with Python,When developing code that sends email to your customers, it’s smart to try things out on a test list first. Using ...
Unwrapping Decorators, Part 2
Unwrapping Decorators, Part 2, Quick Recap Last post, I wrote about the basics of decorators in Python. For those of you that missed it, here are the highlights. Decorators are pla...
Compiling UI and resource files with PyQt
Compiling UI and resource files with PyQt, This article was originally published years ago at https://mplicka.cz/en/blog/compiling-ui-and-resource-files-with-pyqt and it's about Qt...
Sending Scheduled Mailings Simply with SparkPost
Sending Scheduled Mailings Simply with SparkPost,Do you need to send batches of emails, synchronised to go at a set time? Are you unsure whether to develop your own campaign manage...
Unwrapping Decorators, Part 1
Unwrapping Decorators, Part 1, Preface I promised in an earlier post to talk about Python decorators. A note for the smarty-pantses reading this: there is apparently something call...
Rewriting z from scratch
Rewriting z from scratch,z is a tool that will remember all the directories you are visiting when using your terminal, and then make it possible to jump around those directories qu...
Cache Me Outside: Speed Boosts in Python
Cache Me Outside: Speed Boosts in Python,I just came across a little nugget of wisdom after reading this blog post about making words out of Periodic Table Elements. I highly recom...
Open Source: The itch, the hustle and the merge
Open Source: The itch, the hustle and the merge,DISCLAIMER: Before you begin, be aware that the protagonist of any fictional account that this write-up might contain would be a mal...
Douglas Adams’s Whale
Douglas Adams's Whale, Intro I think it is important to find ways that your background or experience specifically help you to stand out in any given group. If you can pinpoint thos...
Python unit testing with Mock – Part Two
Python unit testing with Mock - Part Two, How do you write tests? Python has many frameworks for writing tests, but ultimately they come down to collecting functions whose names be...
Python unit testing with Mock – Part One
Python unit testing with Mock - Part One, What is this article? Months ago, I was asked to give a talk to the Puget Sound Python Meetup group. This is the article-rendering of that...
Interfaces and Annotations in Python3
Interfaces and Annotations in Python3,Originally published on my blog TL;DR: Annotations in Python3 are very useful when declaring interfaces using abc metaclass. If you want to st...