Tag: asyncio

  • Using asyncio to download hackernews (at 1300 requests/sec)!

    tl;dr super-fast and easy hn client, based on python 3.6+ As this is my first blog post, I’ll focus on downloading a set of Hackernews posts and user data to use as the data set for the machine learning exercises we’ll look at in future posts.  We’ll start by exploring the different options to create a…