SImpleDB 包含: Classes that represent fields, tuples, and tuple schemas; A...
Coroutine 先要知道什么是 Coroutine,按照 Wikipedia 上的定义 Coroutines are computer pr...
context manager 协议包括 __enter__ 和 __exit__.with 开始时, context manager obje...
在 Python 中,迭代特性远比我们想象中运用的多,很多我们平常忽略的东西都用到对象能迭代的特性,比如 for collection type...
Fluent Python Metaprogramming 部分的笔记, 在加上了其他杂七杂八的东西 Dynamic Attribute and...
摘自 Fluent Python evalsupport.py evaltime.py evaltime_meta.py
CS145 online versionoffline version CS246 online versionoffline version
Constraint Impose restrictions on allowable data, beyond those imposed b...
数据库可以分三个层次 Physical:就是储存在磁盘上的数据 Conceptual:对磁盘上的数据抽象成我们定义的一个个 Relation L...