about python
函数式编程
- λ演算
- LISP,Erlang
- 尾递归 栈的使用
- 避免防御式编程
ER实体Entity关系relationship
OOP [OOA/D]
- 属性、行为
- 继承、聚合、关联
- 抽象、封装
- 笛卡尔方法论
- 拆分
- 排序
- 处理
- 归并
- 软件工程过程方法论
- 软件生命周期
- RUP统一软件过程管理
- 敏捷开发
- 项目管理(计划、组织、执行、控制)
- 线性级
- 逻辑级
- 架构级
- 工程级
自醒:
- type type(object) -> the object‘s type
- str str(object=‘‘) -> str ,Create a new string object from the given object
- dir dir([object]) -> list of strings,return an alphabetized list of names comprising (some of) the attributes of the given object, and of attributes reachable from it.
- help Help on _Helper in module site object:
very important module:
- os
- sys
- 常量
- 常量无名
- 不需要修饰
- 数
- 整数
- 长整数
- 浮点数
- 复数
- 字符串
- 单引号‘
- 双引号“
- 三引号”’
- 转义符\
- 原生字符串 r"hello world!\n"
- 常用的索引相关操作
- 切割操作
- 邪恶的 eval()
- 变量
- 首字符为字母或下划线
- 其他部分字符为字母、数字、下划线
- 区分大小写
- 数据类型
- 数值
- 字符串
- 线性容器
- 字符串也是一种线性容器
- List
- tuple
- hash容器
- Dict
- set
- None
- 逻辑类型(Ture, False)
- 逻辑行与物理行
- 缩进
- 运算符与表达式
- 流程控制(逻辑控制结构)
- 函数
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。