📄️ 搭建项目环境
Create a Project Driectory
📄️ 变量和声明 Variable & Statement
声明 Expression and Statement
📄️ 数组 List
Declare
📄️ 元组 Tuple
Declare
📄️ 字典 Dict
Declare
📄️ 集合 Set
📄️ 函数 Function
Parameter and return
📄️ 条件语句 Conditions
📄️ 对象 Object
📄️ 循环 Loops
Break and continue
📄️ 类和对象 Class & Object
在 Python 中,面向对象编程(OOP)是一种程序设计范式,它使用“对象”和“类”的概念来组织代码。
📄️ 模块 Modules
Create lib folder
📄️ 命令行 Command line
build command
📄️ Map, Filter, Reduce
Lambda function
📄️ 高级用法 Advance
递归 Recursion
📄️ Packages Manager pip
Package source//pypi.org/