What are Python bindings? Should you use ctypes, CFFI, or a different tool? In this step-by-step tutorial, you'll get an overview of some of the options you can use to call C or C++ code from Python. (more…)
Read more »
🔥 Rankify: A Comprehensive Python Toolkit for Retrieval, Re-Ranking, and Retrieval-Augmented Generation 🔥. Our toolkit integrates 40 pre-retrieved benchmark datasets and supports 7+ retrieval techn... (more…)
Read more »
I'm really excited to finally, officially, share a new(ish) project called
napari with the world.
We have been developing napari in the open
from the very first commit, but we didn't want to make any (more…)
Read more »
If you have been following my blog, you may have noticed a pattern; I write a lot about testing software. Recently, I picked up a book on Building Micro Services, where I came across a chapter on testing micro services. This post is about mocking your pyt... (more…)
Read more »
A dynamic, object-oriented, multipurpose programming language, designed to be quick, mainly used for web development, for data analysis, computer graphics, scripting, etc. (more…)
Read more »