# learnPython
**Repository Path**: loveCode666/learnPython
## Basic Information
- **Project Name**: learnPython
- **Description**: python学习笔记
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-06
- **Last Updated**: 2022-11-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 1. 文件夹说明
├─application # python应用实例
│ ├─fuzhijuan
├─basic_grammar # 基础语法例子
├─crawer_study #爬虫研究
├─leetcode
└─RPA_study # RPA自动办公调研
# 2. 好方法备注
# 导出依赖
pip freeze > requirements.txt
# 安装依赖文件
pip install -r requirements.txt