The state of type hints in Python

Python is and will remain a dynamic language. Yet, 25 years into its existence now there was a language standard how to add type information into the language. Since then almost three years passed, in this blog post we’ll explore where did the system evol… Read more

Similar

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 »