Filesystem Spec (fsspec) is a project to provide a unified pythonic interface to
local, remote and embedded file systems and bytes storage. (more…)
Read more »
Mining repetitive code changes from version control history is a common way
of discovering unknown change patterns. Such change patterns can be used in
code recommender systems or automated program repair techniques. While there
are such tools and dataset... (more…)
Read more »
The Labyrinth
is a children’s movie. The main character is 16 years old, and solving a
logic puzzle that will literally decide if she lives or dies. In
fiction, characters are faced with realistic challenges: ones they can
solve, even if they have to make... (more…)
Read more »
Recently, I left my job as a data scientist at DataCamp to focus full time on two areas: (more…)
Read more »
Have you ever thought about how the for loop is implemented in Python? I always thought it would iterate over all elements in the sequence, like it does, but that first it would query the sequence to know its length and then request that many elements. Tu... (more…)
Read more »