今天看完了, 感觉没啥东西, 测试部分和 python 101 重复的多
除了并发这块讲得稍微多了一点,其大都没啥意思
Part I - The Intermediate Modules
Chapter 1 - The argparse module 101讲过了, 没啥新意
Chapter 2 - The collections module 常见的几个容器
[ChainMap,defaultdict,deque,namedtuple,OrderedDict]
Chapter 3 - The contextlib module (Context Managers) , 普及了一下概念性的东西
Chapter 4 - The functools module (Function overloading, caching, etc)
Chapter 5 - All about imports 比101没多啥东西
Chapter 6 - The importlib module
Chapter 7 - Iterators and Generators 这玩意懂得都懂, 重点是 可迭代 以及迭代器的概念
Chapter 8 - The itertools module 一堆有用的迭代器, 很少用
Chapter 9 - The re module (An Intro to Regex in Python) 简单讲了一下正则
Chapter 10 - The typing module (Type Hinting) 还是类型提示
除了并发这块讲得稍微多了一点,其大都没啥意思
Part I - The Intermediate Modules
Chapter 1 - The argparse module 101讲过了, 没啥新意
Chapter 2 - The collections module 常见的几个容器
[ChainMap,defaultdict,deque,namedtuple,OrderedDict]
Chapter 3 - The contextlib module (Context Managers) , 普及了一下概念性的东西
Chapter 4 - The functools module (Function overloading, caching, etc)
Chapter 5 - All about imports 比101没多啥东西
Chapter 6 - The importlib module
Chapter 7 - Iterators and Generators 这玩意懂得都懂, 重点是 可迭代 以及迭代器的概念
Chapter 8 - The itertools module 一堆有用的迭代器, 很少用
Chapter 9 - The re module (An Intro to Regex in Python) 简单讲了一下正则
Chapter 10 - The typing module (Type Hinting) 还是类型提示