As Python’s lifetime grinds to a halt, a hot new competitor is emerging... (more…)
Read more »
TLDR: I overview few error handling techniques (with the emphasis on Python, although I mention few other programming languages), some existing Python libraries and suggesting a
simple and clean mypy-based approach.
(more…)
Read more »
A non-validating SQL parser module for Python. Contribute to andialbrecht/sqlparse development by creating an account on GitHub. (more…)
Read more »
Implementing a Naive Bayes machine learning classifier in Python. Starting with a basic implementation, and then improving it.
Libraries used: NumPy, Numba (and scikit-learn for comparison). (more…)
Read more »
No matter is trivial when you're talking about security. This post explores a pursuit for cleaner link between Themis core C library and a Python wrapper. (more…)
Read more »