common-actors is a simple Python script that returns common actors (and actresses) from movies specified by the user. (more…)
Read more »
Sooner or later you will need to encrypt or hash some data. Thankfully we have the Cryptography library, along with the other projects maintained by the Python Cryptographic Authority, to make sure that your crypto is done right. In this episode Paul Kehr...
Read more »
Here's what's new in 2.8.1:
1. Markdown Support in description ✍️
You can now pass markdown directly inside the description parameter of Interface(). Here's an example, the following code creates t... (more…)
Read more »
Py-DNS-over-HTTPS-Proxy - Provides a simple Python based proxy for running DNS over HTTPS to Google's DNS over HTTPS service. (more…)
Read more »
Python's maya package is a great library for standardizing dates of many different formats. This post will cover several examples. (more…)
Read more »