Monthly Archives: June 2017

Tuples: Immutable, not Inflexible

There seems to be a trouble with tuples: some Python developers don’t fully understand how they’re different from lists don’t know what they’re supposed to do with them. In this article, we’ll clear up the differences between tuples and lists as well as show how useful they can be in real code. Tuples vs. Lists Lists (which...
Read more