Skip to content

Commit

Permalink
[update] some intro
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed May 4, 2024
1 parent 90f6fdd commit 7b96d04
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/Python/ThirdPartyLibrary/matplotlib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ hide:

## 简介

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. **Matplotlib makes easy things easy and hard things possible**.
!!! cite "official intro"
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. **Matplotlib makes easy things easy and hard things possible**.

加粗的这句话说的非常好,如果读者看过一些古老的Python教科书,一定会知道Python还有一个知名的绘画库:turtle,这是一个非常有趣的库但是非常难用,很简单的图也需要很复杂的代码才能画出来。相比之下,matplotlib真正做到了:简单的几句话就搞定,再复杂的图也能搞定。

Expand Down
6 changes: 6 additions & 0 deletions docs/Python/ThirdPartyLibrary/numpy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ hide:

# numpy

## 简介
!!! cite "official intro"
The fundamental package for scientific computing with Python

## numpy.ndarray

TBD:numpy 介绍
13 changes: 12 additions & 1 deletion docs/Python/ThirdPartyLibrary/pandas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,15 @@ hide:

# pandas

TBD:pandas 介绍
## 简介

!!! cite "official intro"
pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

## 两个主要的数据类型

### pandas.Series

### pandas.DataFrame

TBC:Pandas介绍
3 changes: 3 additions & 0 deletions docs/Python/ThirdPartyLibrary/pytorch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ include:

# pytorch

!!! cite "official intro"
PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.

[PyTorch](https://pytorch.org/)是一个开源的Python机器学习库,基于[torch](http://torch.ch/)实现。它们二者的关系大家可以看看[浅谈Pytorch与Torch的关系
](https://oldpan.me/archives/pytorch-torch-relation)

Expand Down

0 comments on commit 7b96d04

Please sign in to comment.