搜索资源列表
ICMP-python-code
- 可以向一个地址发送ping侦查,并检查回复的python小程序。 网络课作业。学习型小程序-send ping to a website address and check the response
mimemail_python
- python写的 发送mime邮件的模块,很好用-written in python send mime mail module, a very good use
python-oauth
- OAuth认证协议的Python语言实现。OAuth协议是一个标准的Web认证协议,很多系统(Digg, Jaiku, Flickr, Ma.gnolia, Plaxo, Pownce, Twitter, Douban and hopefully Google, Yahoo)采用它来做API的认证。-OAuth authentication protocol Python language implementation. OAuth is a standard protocol for Web
ftp
- python写的ftp登陆程序,对于学习python网络编程的朋友来说是个极好的例子-python wrote ftp landing procedures, the learning network programming python friends is a very good example of
bobomail-0.3-1.tar
- 使用python语言写的一个web mail程序 -A python web mail a
msnp.py-0.4.1.win32
- 基于Python开发的一套兼容MSN通信协议的网络通信开发包,值得学习-Python-based development of a set of communication protocols compatible with MSN Network Communications Development Kit, it is worth learning
digester-python
- 一个用Python实现的将XML源文件转化成Python对象结构的转换器。使用时请将转化规则写到config.xml文件中。使用该程序后可以避免每次都写冗长的读取xml文件创建对象结构的过程。当使用混合编程时,该程序也可以被用于C++工程。参见http://commons.apache.org/digester/,本程序是这个工程的Python版本!-With the realization of a Python source file will be XML objects into the
Python-Algorithms-master
- ##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证
14EC35033_assignment1
- a-star algo for 8-puzzle program using 3 different heuristics
python标准库
- 提供Python常用的一些标准库函数,对于初次接触Python的同学来说,是一个很好的学习资料。(Provide commonly used some Python standard library functions, for a first-time Python's classmate, is a very good learning materials.)
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)
用Python写网络爬虫
- 本书讲解了如何使用P川lOil来编写网络爬虫程序, 内容包括网络爬虫简 介, 从页面中抓取数据的三种方法, 提取缓存中的数据, 使用多个线程和进 程来进行并发抓取, 如何抓取动态页面中的内容, 与表单进行交互, 处理页 面中的验证码问题, 以及使用 Scarpy和Portia 来进行数据抓取, 并在最后使 用本书介绍的数据抓取技术对几个真实的网站进行了抓取, 旨在帮助读者活 学活用书中介绍的技术。 本书适合有一定Python 编程经验, 而且对爬虫技术感兴趣的读者阅读。(This book ex
Python jianyi pachong
- 一个下载网页图片的简易爬虫,代码量少,容易理解,适于Python爬虫初学者研究。代码内写有注释。(A simple crawler that downloads a web page picture is easy to understand and is easy to understand. It is suitable for the study of Python crawler beginners. There is an annotation written in the code)
python-聊天室
- 使用python-websocketserver搭建的聊天室,前端使用h5界面(Using python-websocketserver to build a chat room, the front end uses the H5 interface)
Python基础教程(crossin全60课)
- python基础课程,共60课,适合小白学习,讲解详细(Python basic courses, a total of 60 lessons, suitable for Xiao Bai learning, explain in detail.)
Black Hat Python
- 本书由 Immunity 公司的高级安全研究员 Justin Seitz 精心撰写。作者根据自己在安全界,特别是渗透测试领域的几十年经验,向读者介绍了 Python 如何被用在黑客和渗透测试的各个领域,从基本的网络扫描到数据包捕获,从 Web 爬虫到编写 Burp 扩展工具,从编写木马到权限提升等。(The book is written by Justin Seitz, a senior security researcher at Immunity company. Based on his
用Python写网络爬虫2
- 作为使用Python来爬取网络数据的杰出指南,讲解了从静态页面爬取数据的方法以及使用缓存来管理服务器负载的方法。此外,本书还介绍了如何使用AJAX URL和Firebug扩展来爬取数据,以及有关爬取技术的更多真相,比如使用浏览器渲染、管理cookie、通过提交表单从受验证码保护的复杂网站中抽取数据等。本书使用Scrapy创建了一个高级网络爬虫,并对一些真实的网站进行了爬取(As an excellent guide for using Python to crawl network data,
《Python+Cookbook》第三版中文v2.0.0
- 用于学习python与cookbook的一本书,适用于python小伙伴(A book for learning Python and cookbook, for Python buddies)
python 实现多线程聊天室 - 副本
- 用Python实现一个网络聊天室,可发送表情和传输文件(Using Python to realize a network chat room, which can send facial expressions and transfer files)