# pycode **Repository Path**: chenxizhan/pycode ## Basic Information - **Project Name**: pycode - **Description**: 学习Python,练手 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python demo代码 2020-06-12T10+08 chenxizhan update 2020年6月10日 ## 环境 python 3.7~3.8 ```sh python3 -m pip install mysql-connector-python@8.0.20 ``` ## 启动运行 `main.py`和`cw*.py`都可以直接运行。 ```sh python3 main.py --help python3 cw01.py --help ```