Python Doesn't Have Pointers
Why doesn’t Python have pointers? In this lesson, you’ll learn how pointers seem to go against the Zen of Python. Pointers encourage implicit changes rather than explicit ones, and they are often complex rather than simple.
