Instructor make working with language models easy, but they are still computationally expensive. (more…)
Read more »
Cookiecutter template for an idiomatic Python project driven by Makefile - alexkey/cookiecutter-lux-python... (more…)
Read more »
Python dependency injection is a great practice to make our python modules more testable, maintainable and scalable. Learn how can we implement that while designing our modules. (more…)
Read more »
An analysis tool for Python that blurs the line between testing and type systems. - pschanely/CrossHair... (more…)
Read more »
This post was originally published hereIn this short post we are going to revisit the topic on how to carry out summary/descriptive statistics in Python. In the previous post, I used Pandas (but also SciPy and Numpy, see Descriptive Statistics Using Pytho... (more…)
Read more »