Here you can find the code/data for my blog posts.
Data Scientists learned to avoid loops and recursion because they make Python/R code slow. Let me show you how Julia sets you free from these constraints.
Published @ Towards Data Science on Medium
Python is the languange of choice of most data scientists, followed by R. Julia is the new kid on the block that promisses C-like performance. How do these languages compare when you need to write efficient algorithms?
Published @ Towards Data Science on Medium
The command-line is incredibly powerful when it comes to data processing. Still, many of us working with data do not take advantage of it. In this post I show how SPyQL - SQL with Python in the middle simplifies querying data from the command-line.