# python basic fork ver **Repository Path**: HWFrankFung/python_learning_notes ## Basic Information - **Project Name**: python basic fork ver - **Description**: forked python by Frank - **Primary Language**: Python - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-07-14 - **Last Updated**: 2024-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python学习笔记 记录存储python学习过程的~(内容主要来源:开课吧) 0. [python补充参考](https://gitee.com/leihuohuo/python_learning_notes/blob/master/00.%E9%A3%8E%E5%8F%98%E7%BC%96%E7%A8%8B-Python%E5%9F%BA%E7%A1%80%EF%BC%88%E6%95%B4%E7%90%86%E7%89%88%EF%BC%89.pdf) 1. [python基础内容](https://gitee.com/leihuohuo/python_learning_notes/blob/master/01.python%E5%9F%BA%E7%A1%80.ipynb) 包括python简介,基础语法,函数等相关介绍及代码。 2. [python数据分析](https://gitee.com/leihuohuo/python_learning_notes/blob/master/02.python%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90.ipynb) 包括常见matplotlib,numpy,pandas等相关库。