Sometimes you’ve been working on a repository and you realize that you want to extract some of its files into a separate repository, e.g. in order to separate the development of one submodule from the main library’s. Of course you…
Sometimes you’ve been working on a repository and you realize that you want to extract some of its files into a separate repository, e.g. in order to separate the development of one submodule from the main library’s. Of course you…
Although I love logic, I ironically don’t like math very much. Working conceptually with my drone has forced me to do a lot of basic trigonometry, though, so I ended up getting lazy and writing a Python package that does…
Recently I’ve had the opportunity to work a lot with R. It’s not my favorite language, and for many reasons I would hesitate using it as a primary language in larger projects, but it’s a great statistical tool and in…