继续打基础:
- 正则表达式:一堆乱码的感觉,慢慢看懂了,发现其中奥秘。
https://github.com/HBU/Jupyter/tree/master/18RegularExpression - 列表推导式:
https://github.com/HBU/Jupyter/tree/master/20ListComprehensions - 生成器表达式:
https://github.com/HBU/Jupyter/tree/master/21GeneratorExpression - Lambda函数:
https://github.com/HBU/Jupyter/tree/master/19LambdaExpressions - 迭代器:
https://github.com/HBU/Jupyter/tree/master/22Iterator
网友评论