Asynchronous and typing are new standards in Python, and they are especially useful for developing API clients to abstract and test external API response. (more…)
Read more »
Title: Isolate Python Subinterpreters; Date: 2020-12-27; Author: Victor Stinner... (more…)
Read more »
Last week I wanted to scrape my Tweets for the past few days. It was pretty straightforward to do with Python and I wanted to share my notes. Side note: I must say that Python is AWESOME! Even thou…
Read more »
In this article, I’m going to show you the top 5 unusual features you can find in Python. Experienced Python developers might recognize some of them. However, others will still be unknown. Regardless, I find all of them very cool. (more…)
Read more »
openCuts 💇 is an open-source Python library designed to interface with popular salons using public and private API's. It provides a common interface to the Zeonti (Supercuts), Regis (Supercuts)... (more…)
Read more »