replace_me - Modify your own source code with this piece of Python black magic... (more…)
Read more »
Hey folks, today we are going to do a very interesting thing. we are going to automate the Google Chrome Dino game using Python. (more…)
Read more »
Learn how to extract text from images with OCR using Google API Vision and a Google Service Account. (more…)
Read more »
When we first start learning to code, it’s common to learn arrays as the “main data structure”. (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 »