# Python **Repository Path**: zhenggenwang/Python ## Basic Information - **Project Name**: Python - **Description**: Python学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 第三方Python库: #### 操作excel文件时需要import xlrd xlwt,在cmd命令行下安装方式如下: ``` pip install xlrd pip install xlwt ```