10 lines
238 B
Markdown
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
|