python编程
qq_30645975
这个作者很懒,什么都没留下…
展开
-
Python正则表达式操作指南
原文出处:http://www.amk.ca/python/howto/regex/原文作者:A.M. Kuchling (amk@amk.ca)授权许可:创作共用协议翻译人员:FireHare校对人员:Leal适用版本:Python 1.5 及后续版本摘要本文是通过Python的 re 模块来使用正则表达式的一个入门教程,和库参考手册的对应章节相比,更为浅显易懂、循序渐进。本文可以从 http:...转载 2018-05-23 09:42:19 · 125 阅读 · 0 评论 -
串口通讯的python模块——pySerial
原文地址:http://blog.csdn.net/dainiao01/article/details/5885122 官方文档OverviewThis module encapsulates the access for the serial port. It provides backends for Python running on Windows, Linux, BSD (possibl...转载 2018-05-23 11:21:32 · 416 阅读 · 0 评论