搜索资源列表
xmppd-0.2.tar
- jabber协议的python库,包含client和server-jabber agreement python library includes client and server
用python的dpkt库解析离线网络数据包
- 用python的dpkt库解析离线网络数据包,并用ChartDirector库将网络数据包数据按时序关系(横轴为时间,纵轴为数据包大小)绘图,便于网络分析,Parsing library with python s dpkt off-line network packet, and use ChartDirector library network packet data according to temporal relationship (the horizontal axis is tim
openerp
- OpenERP(08年5月前称之为TinyERP)是一个ERP/CRM系统。它使用Python语言开发,数据库采用开源的PostgreSQL,系统以GNU GPL开 源协议发布。 系统提供较灵活的模块架构,常用模块包括:采购管理,销售管理,库存管理,财务管理,货品管理,营销管理,客户关系管理,生产管理,人事管理,服务支持等等。用户可以直接从模块库中选择安装适用模块,或进行模块卸载,升级的管理操作。-OpenERP (08 May call before TinyERP) is a ERP/C
google-blog-CodePub.tar
- Google “解放数据”(Data Liberation)团队今天正式发布 Google Blog Converters 1.0,该开源工具可以让你在不同博客服务之间自由转移文章和评论数据。第一个版本提供了 Python 程序库及相关可执行脚本,用于相互转换 Blogger、LiveJournal、MovableType 和 WordPress 导出的各种数据文件格式。-Google " the liberation of Data" (Data Liberation) te
libtorrent-0.11.7.tar
- 开源的优秀的bittorrent源代码库,比python开发的官方libtorrent快3倍以上-The excellent open-source bittorrent source code libraries, python development than three times faster than the official libtorrent
xapian-core-1.2.2.tar
- Xapian是一个用C++编写的全文检索程序,他的作用类似于Java的lucene。尽管在Java世界lucene已经是标准的全文检索程序,但是C/C++世界并没有相应的工具,而Xapian则填补了这个缺憾。 Xapian的api和检索原理和lucene在很多方面都很相似,但是也有一些地方存在不同,具体请看Xapian自己的文档:http://www.xapian.org/docs/ Xapian除了提供原生的C++编程接口之外,还提供了Perl,PHP,Python和R
tftpy-0.6.0.tar
- Tftpy是一个支持python语言的tftp库。包含客户端和服务端。非常有用-Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations.
WebSearch-v1.4
- python编写的网页爬虫,根据指定的关键字,从百度、google、Bing、搜库等网站上抓取视频链接并存为文件。-web crawler written in python, based on the specified keywords, grab the video link from the website of Baidu, Google, Bing, search library co-exist as a file.
jsonpath-0.54.tar
- json格式文件查询python库 json格式文件查询python库-json json format file format file python library query query query python library python library json format file
spider_python
- 利用urllib的python库实现百度 贴吧的 图片抓取,并下载图片-Use of python urllib library implementation Baidu Post Bar picture capture, and download pictures
beautifulsoup4-4.2.1
- python库:beautifulsoup4-4.2.1 -python Library: beautifulsoup 4-4.2.1
python标准库
- 提供Python常用的一些标准库函数,对于初次接触Python的同学来说,是一个很好的学习资料。(Provide commonly used some Python standard library functions, for a first-time Python's classmate, is a very good learning materials.)
network2
- 初学机器学习,第一步是做一个简单的手写数字识别,我选用的是MNIST数据集(用其他数据集也可以,原理都差不多),算法是KNN(下载库直接调用函数,算法的具体实现没有过多关心)。在网上也看到过MNIST数据集的Python代码,但是感觉有些复杂,作为初学者见到那么多代码就头大……这里分享一下我的代码,虽然并不完善,但是可以为其他初学者提供一点简单的思路吧。(Learning machine learning, the first step is to do a simple handwritten
xiaozhuduanzuInfo
- 利用requests库和BeautifulSoup库对小猪短租网站进行爬取一系列信息,并自动获取下一页url 链接(Using requests library and BeautifulSoup library to crawl a series of information on the short rental website of piglets, and automatically obtain the next page URL link)
code
- 利用python库循环爬取网站图片并下载保存。(Using Python library crawling website pictures in a loop way and download.)
Python模块包库安装(6种方法)
- 库library是一个泛称,一般值作为文件形式存在的模块以及以文件夹形式存在的包的合成,这里作了Python第三方库的安装方法总结,包括源码安装、包管理器安装(Library is a general term, the general value exists as a file form module and synthesis in folder form package, it summarizes the method of installing Python third party
python绝技:运用python成为顶级黑客
- Python 是一门黑客语言,它简单易学,开发效率高,大量的第三方库,学习门 槛低。Python 提供了高效的开发平台来构建我们自己的攻击工具。如果你用的 是Mac OS X 或者是Linux 系统,Python 已经内置在你的系统中。丰富的攻击 攻击已经存在,学习Python 可以帮助你解决那些工具不能解决的问题. 活用python,能让你成为顶级黑客.(Using Python to become a top hacker)
[Python2]《机器学习实战》及源代码
- Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供跨平台的实现。(Python has a rich and po
微信自动回复
- 微信自动回复, 试用WeChat Python库
依赖库
- python支持库,主要用于软件测试,与软件开发,还有树莓派支持底层(Python support library, mainly for software testing, and software development, as well as raspberry pie support underlying layer)
