搜索资源列表
MyWeb
- python 写的http请求类,具有get ,post 功能,保存cookie,异常处理等功能!-written in python http request class, with get, post functions, save cookie, exception handling and other functions!
nltk-2[1].0b3.tar
- NLTK -自然语言工具包-是一套开放源码 的Python模块,数据集,并支持研究和教学 发展中的自然语言处理。 文件:大量文件如何使用NLTK ,包括一本教科书和API文档,是可从NLTK网址: http://www.nltk.org/ -这本书涉及范围广泛的介绍性主题,自然语言处理,并显示如何做的所有处理任务使用的工具包。 -该工具包的参考文件介绍了每一个模块, 接口,类,方法,功能,和可变的工具包。 这个文件应该是有益的用户和开发人员。-NLTK--
XML-RPC
- 我自己动手写的XML-RPC,最近自己写了写关于大规模分布式只是学习的实验,其中用到了python里面的清凉级-I have to write himself a XML-RPC, recently wrote out a large-scale distributed only to learn to write on the experiment, which used the python inside the cool-class
wol
- Wake on LAN plus remote shutdown windows python class.
BowenNong-C00163585
- Python语法简捷而清晰,具有丰富和强大的类库。它常被昵称为胶水语言,它能够很轻松的把用其他语言制作的各种模块(尤其是C/C++)轻松地联结在一起。常见的一种应用情形是,使用python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,速度要求非常高,就可以用C++重写。 -Python syntax is simple and clear, rich and powerful class library. It is
sniffer
- python多线程抓包类,支持WinPcap_4_1_3,用法请看readme-Ethereal class python multithreading support WinPcap_4_1_3.
CustomTopo
- coursera 软件编程SDN课程第三节课作业。自定义拓扑网络结构。python 实现。-coursera curriculum software programming SDN third class job. Custom topology network structure. python implementation.
ftpliushui
- Python中默认安装的ftplib模块定义了FTP类,其中函数有限,可用来实现简单的ftp客户端,用于上传或下载文件-Python in the default installation of the ftplib module defines the FTP class, which function is limited, can be used to achieve a simple FTP client, for uploading or downloading files
project
- 某课网python接口测试代码,懂的同学可以下载来研究下(A class of network Python interface test code, understand the students can download to study)
抢课脚本.tar
- 东南大学抢课脚本,验证码手动输入,主要用到python爬虫技术,cookie的使用(Southeast University selecting class scr ipt, verification code manual input, the main use of Python crawler technology, and the use of cookie)
[Python2]《机器学习实战》及源代码
- Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供跨平台的实现。(Python has a rich and po