Filesystem Spec (FSSPEC) is a project to unify various projects and classes to work with remote filesystems and
file-system-like abstractions using a standard pythonic interface. (more…)
Read more »
This occasionally comes up during coding interviews and is actually quite a decent way to test someone’s aptitude of moving back and forth on a string to determine if and where palindromes exist. If we simply said: “return a boolean if a string is a palin... (more…)
Read more »
In this short video I comment on the benefits of using "trailing commas" when defining data structures in… (more…)
Read more »
A guide to comprehensions, generators and useful functions and classes... (more…)
Read more »
A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images - GitHub - nasa-jpl/autoRIFT: A Python module of a fast and intelligent algorithm for findi... (more…)
Read more »