Python Hack: Finding Automatically Generated Packages with Setuptools
Creating a python package that contains some generated code, and having setuptools detect those created packages, is harder than it should. Read this article...
Creating a python package that contains some generated code, and having setuptools detect those created packages, is harder than it should. Read this article...
A collection of tricks to use Luigi efficiently
Structuring a data analysis project is hard. Fortunately, modern tools can help reduce the pain. Here, I present how I combine Juypter Notebooks, Git and Lui...
Python is a great language for data preparation and analysis, but is not that great to build complex software. Java, on the other side, is great to design co...