My Talks
Viterbi knows what you'll type next!
What if I told you I could predict your next word? Sure, there are plenty of text prediction algorithms that try to do the same, but how many of them will also attempt to read your mind? Come along...
When the Python Bites: A Survival Guide to Errors
You can easily make them, you're afraid of them, and they'll ruin your day.
I'm talking about Errors in Python. Why do they exist? Do we really need them? And how do we deal with them instead of pa...