Hello and welcome
   All Categories
Python Useful Packages Python Useful Packages
Python Useful Packagespathlib取路径from pathlib import Path # 当前工作目录 Path.cwd() # 当前文件路径 Path(__file__) # 任意字符串路径 Path('
Matplotlib Matplotlib
Matplotlib不多解释,python 超强的可视化工具,学就完事儿了,参考 official tutorial Usage GuideA simple exampleMatplotlib 的图都是在 Figures 上绘制的,每个 F
Matplotlib 拓展 Matplotlib 拓展
Matplotlib 拓展pyplot api doc 放一个 api 链接,便于查找 api Axis limit有两个推荐的方法 plt.xlim(left, right),xlim doc plt.axis([xmin, xmax,
Numpy Cheat Sheet Numpy Cheat Sheet
Numpy Cheat SheetBasics 基础简单创建np.arange(start, stop, step) np.array([1, 2, 3]) Placeholders 创建包括创建 linespace, zeros, one
Manim Kindergarten 教程 Manim Kindergarten 教程
Manim 拓展学习由于 Manim-Kindergarten 的 视频教程 非常友好,所以根据他们的视频进行整理和学习。但是由于教程中使用的 manim 版本并不是社区版本,所有整理的内容和原教程有所出入 第一讲 物体的位置与坐标变换怎样
Manim 教程 Manim 教程
Manim note官方 github 项目 Note, there are two versions of manim. This repository began as a personal project by the author