摘要:
第二部分 Data Structure Chapter2 An Array of Sequences Chapter3 Dictionaries and Sets Chapter4 Text versus Bytes An Array of Sequences 本章讨所有的序列包括list,也讨论P 阅读全文
摘要:
Python Scopes and Namespaces 补充:关于作用域和闭包(一种扩展了作用域的函数):参考我的这篇博客https://www.cnblogs.com/chentianwei/p/12028118.html A namespace is a mapping from names 阅读全文
摘要:
>>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Compl 阅读全文