Full tutorial to learn how to detect handwritten text digit from an image in Python using scikit-learn, numpy and pandas library step by step. (more…)
Read more »
A tutorial on how to upgrade your Django application to Django 2. This is a compilation of common errors and how to fix them. (more…)
Read more »
We use Sentry to track runtime errors and I noticed that over time we started getting more type related errors in our Python 2 codebase than before. I believe as the amount of code grows it becomes…
Read more »
A minimal Python re-implementation of the A* with seed heuristic for exact global alignmnet (edit distance) in near-linear time - pesho-ivanov/minSH... (more…)
Read more »
A while back I wrote a post on using with game engines as frontend interfaces. I want to enable rich interfaces in the Python ecosystem that are usable in virtual and augmented reality. Since then, I… (more…)
Read more »