Python(EN) 第2589页
Charm your SparkPost Recipient and Suppression Lists with Python-拾光赋

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 ...
kity的头像-拾光赋kity8年前
02615
Unwrapping Decorators, Part 2-拾光赋

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

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...
kity的头像-拾光赋kity8年前
04215
Sending Scheduled Mailings Simply with SparkPost-拾光赋

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...
kity的头像-拾光赋kity8年前
0345
Unwrapping Decorators, Part 1-拾光赋

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

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

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...
kity的头像-拾光赋kity8年前
02410
Open Source: The itch, the hustle and the merge-拾光赋

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

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

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

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

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...
kity的头像-拾光赋kity8年前
0506