Trio is a new asynchronous
I/O library for Python, with a focus on usability and correctness –
the goal is to make it easy to get things right. (more…)
Read more »
AST-based fragmental source code refactoring toolkit for Python - GitHub - isidentical/refactor: AST-based fragmental source code refactoring toolkit for Python... (more…)
Read more »
IPyPlot is a small python package offering fast and efficient plotting of images inside Jupyter Notebooks cells. It's using IPython with HTML for faster, richer and more interactive way of disp... (more…)
Read more »
Symbolic computation deals with the computation of mathematical objects
symbolically. This means that the mathematical objects are represented
exactly, not approximately, and mathematical expressions with unevaluated
variables are left in symbolic for... (more…)
Read more »
In this post, we are going to learn to play with an image using OpenCV and python and try to learn with existing tools like Haar cascades face detection and build youtube inspired face-detect - crop - blur. (more…)
Read more »