Disclaimer: The following is based on my observations — not an academic survey of the industry. For context, I’m a contributor to Cortex, an open source machine learning platform (the “our” in this… (more…)
Read more »
pyppeteer is a Python port of a headless Chromium browser automation library puppeteer. It is a very useful tool in general and can be used to perform a number of tasks like web scraping, automation and making website screenshots! The advantage of using a... (more…)
Read more »
Pytest has a lot of features, but not many best-practice guides. Here’s a list of the 5 most impactful best-practices we’ve discovered at NerdWallet. At NerdWallet, we have a lot… (more…)
Read more »
Datetimes are very frustrating to work with in Python, especially when dealing
with different locales on different systems. This library exists to make the simple things easier, while admitting that time is an illusion (timezones doubly so), and should be...
Read more »