In this post, we're going to dive into the Python datetime module and explore how we can effectively implement date and time data into our Python code.Regardless of what area of Python progra... (more…)
Read more »
Data visualization is one of primary skills of any data scientist. It’s also a large field in itself. There are many courses available just focused on Data Visualization. This post is just an introduction to this much broader topic. (more…)
Read more »
I love to write about face recognition, image recognition and all the other cool things you can build with machine learning. Whenever… (more…)
Read more »
Dictionaries are a really important part of Python but how can they be so fast and reliable? The answer is about Hash Tables… (more…)
Read more »