My python learning journal.
- 2019.11.03
Start reading the offical tutorial: https://docs.python.org/3/tutorial/introduction.html - 2019.11.04 & 11.05
Study at: Python 100 Days - 2020.01.01
Start reading:
Python for Data Analysis(Wes McKinney, 2013, 1st Edition)
Python for Data Analysis(Wes McKinney, 2017, 2nd Edition)
Chinese Edition
Small projects ready to practice:Python 练习册,每天一个小程序
Practice in Jupyter
Markdown tutorial:Markdown
print("Hello world!")
def function(argument):
return "Done!"
- 2020.01.02
Get to know how to share notes on Jupyter nbviewer like this:
Introductory examples - 2020.01.03
廖雪峰教程 - 2020.02.13
用Python读写文件:OS path module official document - 2020.03.07
Python Module of the Week - 2020.03.08
JSON(JavaScript Object Notation)
Project Gutenberg - 2020.03.09
matplotlib.pyplot.plot() - 2020.03.17
data visualization: matplotlib, json - 2020.11.08 Start using Google Colab
- 2020.11.09 廖雪峰教程