reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

Code Fellows Python 401

Read: 07 - Ten Thousand Game 2

Python Scope

Understanding Scope

Using the LEGB Rule for Python Scope

(Local, Enclosing, Global, and Built-in)

Modifying the Behavior of a Python Scope

Using Enclosing Scopes as Closures

Bringing Names to Scope With import

-

Discovering Unusual Python Scopes

Comprehension Variables Scope

Exception Variables Scope

Class and Instance Attributes Scope

Video: Don’t be CONFUSED by BIG O notation anymore!

Bookmark and Review