Skip to content

simpleweiwei/Python.Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python.Samples

The following code is something really useful.

【001】ReadExcelByXlrd.py——使用Xlrd读取Excel

【002】WriteExcelByXlwt.py——使用Xlwt写Excel

【003】ModifyExcelByXlutils.py——使用Xlutils修改已存在Excel

【004】WriteExcelByXlsxWriter.py——使用XlsxWriter写Excel

【005】HandleExcelByopenpyxl.py——使用openpyxl读写并修改Excel

【006】HandleExcelByPandas.py——使用Pandas读写Excel

【007】MakeSwitchByDictionary.py——用Dictionary模拟Switch模式

【008】HandleCSV.py——读写CSV文件

【009】HandleJson.py——处理JSON数据

【010】HandleXML.py——处理XML数据

【011】GenerateUniqueCode.py——生成唯一随机码(可作为优惠券或验证码等)

【012】Re_Basic.py——re正则表达式基本使用

【013】Re_TanLan.py——re正则表达式贪婪模式

【014】Re_Multiline.py——re正则表达式匹配多行

【015】Re_BieMing.py——re正则表达式分组起别名

【016】Re_Sub.py——re正则表达式替换

【017】Re_JieDing.py——re正则表达式前向界定和后向界定

【018】SearchZipFile.py——re正则表达式查找某路径是否含有压缩文件

【019】config.py——读写conf配置文件

......持续更新中

About

有用的Python代码示例

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages