Nornir is an automation framework written in python to be used with python. Most automation
frameworks hide the language they are written in by using some cumbersome pseudo-language
which usually is almost Turing complete, but lacks tooling to debug and t... (more…)
Read more »
Here’s a brief introduction to each big data programming language, as well as some ideas about applications where one may be more suitable than the others.
Read more »
Get started with Kaggle competitions. Learn how to prepare your data, train a model and make a submission. (more…)
Read more »
A common situation in asyncio Python programs is asynchronous
initialization. Some resource must be initialized exactly once before it
can be used, but the initialization itself is asynchronous — such as an
asyncpg database. Let’s talk about a couple of s... (more…)
Read more »
Collecting (i.e., scraping data) using Python and Scrapy - example with code... (more…)
Read more »