NLP tutorial for Information Extraction and building a Knowledge Graph in Python and spaCy. (more…)
Read more »
Python IDE & Compiler for mobile with module support to code anytime, anywhere! (more…)
Read more »
Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the side of standards and predictability. (more…)
Read more »
Python provides great built-in types like dict, list, tuple
and set; there are also array, collections, heapq
modules in the standard library; this article is an overview of
external lesser known packages with fast C/C++ based data
structures usable from ... (more…)
Read more »
I’ve been playing with OpenTelemetry in my spare time because of a general interest for my current role heading up Telemetry at Netflix as it appears to be gaining traction in the industry as… (more…)
Read more »