Files
practical-python/Notes/07_Advanced_Topics/00_Overview.md
David Beazley b5244b0e61 link experiment
2020-05-26 09:21:19 -05:00

10 lines
238 B
Markdown

# Overview
In this section we will take a look at more Python features you may encounter.
* Variable argument functions
* Anonymous functions and lambda
* Returning function and closures
* Function decorators
* Static and class methods