# python_study **Repository Path**: lijunhao2016/python_study ## Basic Information - **Project Name**: python_study - **Description**: 个人python的学习记录,杂七杂八 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-31 - **Last Updated**: 2023-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_study ### 介绍 python学习笔记 ### 目录 软件架构说明 #### pyenv 1. [pyenv安装](https://gitee.com/lijunhao2016/python_study/blob/master/pyenv/pyenv%E5%AE%89%E8%A3%85.md) #### pyppeteer 1. [pyppeteer的调试](https://gitee.com/lijunhao2016/python_study/blob/master/pyppeteer/%E8%B0%83%E8%AF%95.md) #### metaclass 1. [metaclass初探](https://gitee.com/lijunhao2016/python_study/blob/master/mateclass/metaclass%E5%88%9D%E6%8E%A2.md) #### 基础 1.[魔法函数](https://gitee.com/lijunhao2016/python_study/blob/master/%E5%9F%BA%E7%A1%80/%E9%AD%94%E6%B3%95%E5%87%BD%E6%95%B0.md) 2.[快速搭建http服务](https://gitee.com/lijunhao2016/python_study/blob/master/%E5%9F%BA%E7%A1%80/http%E6%9C%8D%E5%8A%A1.md)