Comparing strings in Java is always a nightmare, but did you know using == can sometimes work? Yeah, say hello to more nightmare fuel.
Tag: Data Structures
Did you know you don't have to deal with those nasty tuples from sqlite. Try converting the data to actual Python objects!
Mutability is a concept that everyone stumbles upon at some point in their programming career. so I figured I'd give a quick overview of what it is.
Indexing arrays is always a confusing topic. After all, the average person starts counting from one, so why don't arrays?
I've been using Hum for over two years now, and I finally downloaded my driving history. Let's play with it in Python.
Can You Actually Return Multiple Values From a Function in Python?
Python has a lot of cool features including the ability to seemingly return multiple values from a function at once, but what's really happening?