legb scope tutorial

This commit is contained in:
Sebastian Raschka 2014-04-28 21:52:46 -04:00
parent 19ae86ab1a
commit a6777f450d

View File

@ -41,7 +41,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This is a short tutorial about Python's scope resolution for variable names using the LEGB-rule. The following section will have short example code blocks that should illustrate the problem followed by short explanations. You can simply read it from start to end, but I'd recommend you to execute the code snippets yourself by copy & paste, or by directly [downloading this IPython notebook](https://github.com/rasbt/python_reference/tutorials/raw/master/scope_resolution.ipynb)."
"This is a short tutorial about Python's scope resolution for variable names using the LEGB-rule. The following section will have short example code blocks that should illustrate the problem followed by short explanations. You can simply read it from start to end, but I'd recommend you to execute the code snippets yourself by copy & paste, or by directly [downloading this IPython notebook](https://raw.githubusercontent.com/rasbt/python_reference/master/tutorials/scope_resolution_legb_rule.ipynb)."
]
},
{