Selenium-python but lighter: Helium is the best Python library for web automation. - mherrmann/selenium-python-helium... (more…)
Read more »
Developers wanted for open source, access-to-justice open-data project... (more…)
Read more »
I’ll say it again: Python is a bad programming language, and the only reason it’s so popular today is because Google pushed it so hard in… (more…)
Read more »
This post discusses the use of the _ character in Python. Like with many things in Python, we’ll see that different usages of _ are mostly… (more…)
Read more »
A "fold" is a fundamental primitive in defining operations on data structures;
it's particularly important in functional languages where recursion is the
default tool to express repetition. In this article I'll present how left and
right folds work and ho... (more…)
Read more »