简介
驼峰命名法是一种命名约定,即复合词或短语的书写方式是第一个单词为小写,后续单词首字母大写。这种命名约定在编程语言中常用于命名变量、函数和类。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/FileHandlingGroup(["File Handling"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python/BasicConceptsGroup -.-> python/comments("Comments")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/ModulesandPackagesGroup -.-> python/using_packages("Using Packages")
python/ModulesandPackagesGroup -.-> python/standard_libraries("Common Standard Libraries")
python/FileHandlingGroup -.-> python/with_statement("Using with Statement")
subgraph Lab Skills
python/comments -.-> lab-13594{{"编程中的驼峰命名法"}}
python/lists -.-> lab-13594{{"编程中的驼峰命名法"}}
python/tuples -.-> lab-13594{{"编程中的驼峰命名法"}}
python/function_definition -.-> lab-13594{{"编程中的驼峰命名法"}}
python/importing_modules -.-> lab-13594{{"编程中的驼峰命名法"}}
python/using_packages -.-> lab-13594{{"编程中的驼峰命名法"}}
python/standard_libraries -.-> lab-13594{{"编程中的驼峰命名法"}}
python/with_statement -.-> lab-13594{{"编程中的驼峰命名法"}}
end