Make a full commandline application, without any of the setup.py hassle! (more…)
Read more »
Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation - GitHub - mljar/mljar-supervised: Python package for AutoML on... (more…)
Read more »
Python 3 has optional type hints (and has had them for some time),
and some time ago I was a bit tempted to start using some of them; more recently, I wrote a small amount of
code using them. Recently I needed to write
a little Python program
and as I sta... (more…)
Read more »
A majority of my career has been spent on building web services in Python. Specifically, internal ones that have minimal or no UIs, and speak REST (or at least are rest-ish). With each new service, I found myself re-implementing work to make user-friendly...
Read more »