Don’t worry, this isn’t another piece about Python 3. I’m fully in favor of Python 3, and on record as to why. And if you’re still not convinced, I suggest this thoroughly comprehensive article on the topic, which goes over not just the bits peopl...
Read more »
How I built a restaurant website using basic Python and LibreOffice calc as a backend... (more…)
Read more »
Detect beard form a face in Python using a webcam. We'll be using Pycharm IDE to solve this problem. We will use OpenCV in order to recognize the face from video and also use Color Filtering to detect facial hair. (more…)
Read more »
This should have been obvious to me for a longer time, but until earlier
today I did not really realize the severity of the issues caused by
str.format on untrusted user input. It came up as a way to bypass the
Jinja2 Sandbox in a way that would permit r...
Read more »