How I used Python to find interesting people on Medium
Medium has a large amount of content, a large number of users, and an almost overwhelming number of posts. (more…)
Read more »Due to JSON’s ubiquity, we end up reaching for JSON libraries regularly when we have a project that needs to exchange data with other systems. Whenever something becomes widespread and becomes an “infrastructure”, it turns into a black-box in people’s min… Read more