# Python_Study **Repository Path**: Vincentstudy/Python_Study ## Basic Information - **Project Name**: Python_Study - **Description**: Python入门学习代码 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-27 - **Last Updated**: 2022-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: python3 ## README # Python_Study #### 介绍 Python入门学习代码 #### 软件架构 软件架构说明 #### 安装教程 1. Python3.11 2. Pycharm2022.2.3 3. 第三方包安装说明: --pip install 包名称 --pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 包名称 4. 数据可视化第三方包安装代码: -- pip install pyecharts
数据可视化Echarts官方网址:https://pyecharts.org/ 画廊官方网址:https://gallery.pyecharts.org/ 5.json数据处理网址:http://www.ab173.com/ #### 学习说明 1. 你好Python 2. Python入门语法 3. Python判断语句 4. Python循环语句 5. 函数 6. 函数进阶 7. 数据容器 8. 文件操作 9. 异常、模块、包 10. 数据可视化 11. 面向对象(面向对象数据可视化案例) #### 参与贡献 1. Vincent Commit代码仓库