# liuwei-NumPy **Repository Path**: su27sk/NumPy ## Basic Information - **Project Name**: liuwei-NumPy - **Description**: 几个关于Numpy第三方包的极度简单入门,也标志着我个人转型ai的过程 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, AI ## README # liuwei-NumPy ### 项目介绍 本项目是介绍一些Numpy第三方库的一些基本使用,希望可以帮助哪些想要使用Numpy并且快速入门的同学。 ### 项目配置 项目下的cat.jpg图片是用来演示一些图片转数组的操作,但是涉及到matplotlib.imread以及matplotlib.imshow等操作,最好是下载一个jupyter notebook,在那个上面观察真实图片效果。 本项目需要在本项目所在的虚拟环境下安装数据分析三剑客的包,这里推荐使用清华大学镜像源安装来提高安装速度。 ```angular2html # 清华大学镜像源 pip install pandas numpy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple ```