摘要:
笔记-python-standard library-9.6 random 1. random source code:Lib/random.py 1.1. functions for integers random.randrange(stop) random.randrange(start, s 阅读全文
摘要:
笔记-python-standard library-8.1 data types-datetime 1. Datatimes 本章节内容为日期和时间处理类和方法。 1.1. datetime-basic date and time types source code: Lib/datetime.p 阅读全文
摘要:
笔记-python tutorial-9.classes 1. Classes 1.1. scopes and namespaces namespace: A namespace is a mapping from names to objects. 典型的命名空间有:built-in names; 阅读全文
摘要:
笔记-python-tutorial-5.data structure 1. data structure 1.1. list operation remove the first item from the list whose value is x.if x is not exist retur 阅读全文