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.
Tag: Data Structures
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?
Yet another How to Python article. This on covers the process of emptying a list.
If you're looking to learn some Python, I have plenty of practice problems to get you started.