共 51 篇文章
显示摘要每页显示  条
twisted是个非常非常优秀的高性能网络编程框架,通过它可以以"闪电"般地速度开发出高性能、高质量的网络服务器,具体可见其网址:http://www.twistedmatrix.com.虽然twisted是个非常好的开发框架,但关于它的学习资料相对比较少。这给学习者的学习带来了不少在阻碍,通过笔者平时的上网搜索,获得了以下一些资料和大家分享:使用 Twi...
python USB访问模块 - Google 搜索Python/FTDI-USB module.# ----------# import the PyUSB moduleimport d2xx# list devices by description, returns tuple of attached devices description stringsd = d2xx.listDevices(d2xx.OPEN_BY_DESCRIPTION)print d# list devices by serial, returns tuple of attached devices serial stringsd = d...
self.l_serial.port = self.port;def FirstReader(self): while self.alive: # 接收间隔 time.sleep(0.1); try: data = ''''; n = self.l_serial.inWaiting(); if n: data = data + self.l_serial.read(n); ...
在 Python 语言网站 上找到有关 Python 语言的下载、最新开发和文档。Programming Python Mark Lutz 著 (O''Reilly, 1996),ISBN 1-56592-197-6,是我使用 Python 的参考书。如果您想动动脑筋,可以阅读 Christian Tismer 的 Stackless Python,它有效实现了协同例程、发生器、延续和微线程。Vaults of Parnassu 的 Python 资源 是最好...
ReportLab - Open Source Software。Welcome to the ReportLab Open Source site.The ReportLab Open Source PDF library (the ReportLab Toolkit) - our proven industry-strength PDF generating solution, that you can use for meeting your requirements and deadlines in reporting systems PyRXP - the fastest validating XML parser ...
用C/C 扩展Python语言 - 计世网商用软件。PyObject *pInt = Py_BuildValue(\"i\", 2007);PyObject *pFloat = Py_BuildValue(\"f\", 3.14);PyObject *pString = Py_BuildValue(\"s\", \"I am Yan.Dingcheng\");2、用C扩展Python。int add_int(int a, int b)PyObject *wrap_power(PyObject *self, PyObj...
在Windows下将Python转化成独立的EXE程序 (转载) - 天外飞仙(坐上C++这头宝驹飞起来) - 博客园在Windows下将Python转化成独立的EXE程序。首先到Py2EXE的< ahref="http://starship.python.net/crew/theller/py2exe/">主页下载< ahref="http://starship.python.net/crew/theller/py2exe/py2exe-0.2.5.win32-py2.0.ex...
py2exe使python生成exe文件_角度→视野py2exe使python生成exe文件2008年04月08日 星期二 18:38.
python调用com以及com事件 - 王朝网络 - wangchao.org.
它是一个实现IE自动化的模块。ie= cPAMIE.PAMIE()Navigate (''http://pamie.sourceforge.net/pamieform.html'')ie.SetTextBox(''John'',''firstname'',0)ie.SetTextBox(''Doe'',''lastname'',0)ie.SetTextBox(''1020 State Street'','&#...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部