简介
在 Python 中,函数是强大的一等对象,可以被赋值、作为参数传递以及从其他函数返回。本教程探讨处理函数引用的基本技术,为开发者提供使用 Python 函数式编程能力编写更具动态性和灵活性代码的基本技能。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/AdvancedTopicsGroup(["Advanced Topics"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/FunctionsGroup -.-> python/arguments_return("Arguments and Return Values")
python/FunctionsGroup -.-> python/lambda_functions("Lambda Functions")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
python/AdvancedTopicsGroup -.-> python/decorators("Decorators")
subgraph Lab Skills
python/function_definition -.-> lab-438502{{"如何处理 Python 函数引用"}}
python/arguments_return -.-> lab-438502{{"如何处理 Python 函数引用"}}
python/lambda_functions -.-> lab-438502{{"如何处理 Python 函数引用"}}
python/build_in_functions -.-> lab-438502{{"如何处理 Python 函数引用"}}
python/decorators -.-> lab-438502{{"如何处理 Python 函数引用"}}
end