Ned Batchelder

Programming Talks by Ned Batchelder

Facts and Myths about Python names and values

Ned Batchelder
25 minutes
Facts and Myths about Python names and valuesThe behavior of names and values in Python can be confusing. Like many parts of Python, it has an underlying simplicity that can be hard to discern, especially if you are used to other programming languages. Here I'll explain how it all works, and present some facts and myths along ...