How to install NumPy, SciPy, Matplotlib with Python 3 on Windows 10, we also show small demos of plotting graphics... (more…)
Read more »
Introduction I’ve introduced the potential flaws of regular DNS queries and responses protocol and a practical solution to address it, which is called ‘DNS-over-TLS protocol’, in … (more…)
Read more »
Python3 Maze Generator with Disjoint Set. GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »
We will develop code to generate simple mazes in Python and find paths in them to navigate from a starting node to a goal node. Along the way, we will learn ... (more…)
Read more »
OpenCV is a powerful library for image and video manipulation, in this story, I would like to create a motion heatmap useful for detecting… (more…)
Read more »