# Chapter1 Python Cheatsheet

- [Reference, Deep Copy and Shallow Copy](/notes/chapter1/section1.1.md): (unfinished) 引用、浅拷贝和深拷贝
- [Iterators](/notes/chapter1/section1.2.md): 循环的iterator，结构化输出
- [List Comprehensions](/notes/chapter1/list-comprehensions.md)
- [Numpy](/notes/chapter1/section1.3-numpy.md): (unfinished) Numpy的ndarray、数学公式和矩阵使用、数据切片
- [Pandas](/notes/chapter1/section1.4-pandas.md)
- [Data Visualization](/notes/chapter1/section1.5-matplotlib.md): Matplotlib and seaborn
- [DateTime](/notes/chapter1/section-1.6-datetime.md)
- [Python Good to knows](/notes/chapter1/python-good-to-knows.md)
