# python **Repository Path**: f001cn/python2 ## Basic Information - **Project Name**: python - **Description**: python代码总集 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-07 - **Last Updated**: 2026-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python2-3 python代码总集 整理代码结构 ``` lua python ├── data -- 项目整理汇总 | ├── python -- 常见python编写代码 | └── layim_ok -- 测试ok的layim页面 ├── demo -- 常用demo | ├── flask -- flask框架学习 | ├── python_demos -- 常见pythondemo集合 | └── selenium301 -- 常见的selenium操作浏览器 ├── linux -- Linux系统代码 | ├── shell -- sehll脚本 | └── vhost -- 常用的基础配置文件 ├── project -- 杂乱的项目 | ├── coujiang -- 抽奖 | ├── others -- 防封等代码 | └── all -- 其他 ├── runtime -- 临时运行文件不上传git | ├── algorithm -- 《算法图解》学习 | ├── leecode -- leecode学习代码 | └── docker -- docker脚本命令 ├── study -- 代码学习 | ├── c# -- awk | ├── c++ -- 案例 | ├── golang -- perl | ├── gpo -- sed | ├── html -- sed | ├── java -- java代码学习 | ├── qt5 -- QT电脑页面编程 | └── swoole -- └── temp -- 临时文件,不上传 ```