Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 327 Bytes

66-Day1.md

File metadata and controls

11 lines (9 loc) · 327 Bytes

第一节课小结

Markdown

标记语言,让文本有格式。支持$\LaTeX$。

Git

学习了repo,commit,push,pull,merge 等。

了解了 Github。

Python & Jupyter

学习了如何使用Python的i/o、函数、面向对象等。

以计算$\pi$ 的 decimal expansion 为例介绍了 Jupyter Notebook 和循环。