大头
对
学习Python(第5版)(影印版)
的书评
发表时间:2011-09-27 14:09:05
P157 注1 你可以把Python的引用想成C的void指针,每当使用时就会自动运行下去。 -> 原文:You can think of Python references as C "void *" pointers, which are automatically followed whenever used. 这里似乎没有什么东西会自动运行下去。
P161 L7 之前,-> 原文as before,这里可能是如前所述的意思。
P161 L7 模块导入等,类属性等 -> 模块导入,类属性等