# python_dev **Repository Path**: eyri_wang/python_dev ## Basic Information - **Project Name**: python_dev - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-04 - **Last Updated**: 2022-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Python Dev python高阶语法学习课程。 开发环境: ```shell pipenv --python 3.9 # 创建虚拟环境 pipenv update # 更新依赖 pipevn shell # 进入虚拟环境 ```