I recently had an opportunity to review some tooling for Python, and I thought I'd share some of my learnings. (more…)
Read more »
In this tutorial, you'll explore some of the coolest and most useful features in the newly released Python 3.9. You'll learn how Python 3.9 makes it easier to work with time zones, dictionaries, decorators, and several other techniques that will make your... (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 »
Recently I converted a python program to C. The python program will run for about 1 hour to finish the task: $ /usr/bin/time -v taskset -c 35 python_program .... ...... User time (seconds): 3553.48 System time (seconds): 97.70 Percent of CPU this job got:... (more…)
Read more »
The FAT Python project was started by Victor Stinner in October 2015 to try to solve issues of previous attempts of “static optimizers” for… (more…)
Read more »