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 »
Nowadays, the machine learning and data science job landscape is changing rapidly. Within industry, the skills that are becoming most valuable aren't knowing how to tune a ResNet on an image dataset. In fact, the prevalence of well-designed frameworks suc... (more…)
Read more »
Writing an interpreter or a compiler is usually considered one of the greatest goals that a programmer can achieve, and with good reason. I do not believe the importance of going through this experience is primarily due to its difficulty. After all, writi... (more…)
Read more »
Datetimes are very frustrating to work with in Python, especially when dealing
with different locales on different systems. This library exists to make the simple things easier, while admitting that time is an illusion (timezones doubly so), and should be...
Read more »
Learn to use machine learning in Python in this introductory course on artificial intelligence. (more…)
Read more »