Contribute Media
A thank you to everyone who makes this possible: Read More

Facts and Myths about Python names and values

Description

The 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 the way. Call-by-reference? Call-by-value? The answer will be clear!

Details

Improve this page