Simple CLI Task Manager in Python (JSON-Based)

Contribute to oheyek/Task-Tracker-CLI development by creating an account on GitHub. Read more

Similar

Python Hashes and Equality

Most Python programmers don’t spend a lot of time thinking about how equality and hashing works. It usually just works. However there’s quite a bit of gotchas and edge cases that can lead to subtle and frustrating bugs once one starts to customize their... (more…)

Read more »

Detecting Face Features with Python

Today we are going to learn how to work with images to detect faces and to extract facial features such as the eyes, nose, mouth, etc. There’s a number of incredible things we can do this information as a pre-processing step like capture faces for tagging... (more…)

Read more »