Jun 2025 (v0.7.0)
Mochi v0.7.0 streamlines agent communication, extends the foreign function interface and introduces a new eval builtin. Package imports can now reference local files and directori... (more…)
Read more »
By Pythonistas at Netflix, coordinated by Amjith Ramanujam and edited by Ellen Livengood... (more…)
Read more »
In this tutorial I demonstrate how to apply object detection with deep learning and OpenCV + Python to real-time video streams and video files. (more…)
Read more »
This article describes techniques to accelerate a Python codebase by exposing parallelized C++ functions using PyBind. It then analyzes the results of the optimization in which parallelizing one 40-line function in a 700-line program yielded up to a 3X en... (more…)
Read more »
In the past two years I’ve become reasonably comfortable with both
PureScript and
Haskell. I’ve learned so many new things while
diving into the pure functional programming ecosystem and many of these
techniques can be applied to other paradigms. Unfortun... (more…)
Read more »