资源简介
参考资料:
1, BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/
2, Martin Fowler: Domain-Specific Languages.
3, Internal-DSL: http://en.wikipedia.org/wiki/Domain-specific_language
4, Fluent Interface: http://en.wikipedia.org/wiki/Fluent_interface
代码片段和文件信息
“““Beautiful Soup
Elixir and Tonic
“The Screen-Scraper‘s Friend“
http://www.crummy.com/software/BeautifulSoup/
Beautiful Soup parses a (possibly invalid) xml or HTML document into a
tree representation. It provides methods and Pythonic idioms that make
it easy to navigate search and modify the tree.
A well-formed xml/HTML document yields a well-formed data
structure. An ill-formed xml/HTML document yields a correspondingly
ill-formed data structure. If your document is only locally
well-formed you can use this library to find and process the
well-formed part of it.
Beautiful Soup works with Python 2.2 and up. It has no external
dependencies but you‘ll have more success at converting data to UTF-8
if you also install these three packages:
* chardet for auto-detecting character enco
相关资源
- C# 内容繁简转换
- C#二进制存取图片
- 个人记账小系统(.net+sql2005)
- C# 图像对比
- C# 显示和修改数据库中的图像信息
- 《C# 入门经典(第5版)》
- C# Txt Excel Access导入导出功能
- 3、鲜花销售系统(源码+数据库)-北
- 8、空气质量检测系统(源码+数据库)
- 4、超市会员管理系统(源码+数据库)
- 9、电话卡管理销售系统(源码+数据库
- 7、车辆管理系统(源码+数据库)-北
- 5、会议室预定系统(源码+数据库)
- 2、家庭财务管理系统(源码+数据库)
- 6、手机信息管理系统(源码+数据库)
- 1、计算机配置信息管理系统(源码
- 10、通讯录管理系统(源码+数据库)
- 16、社团管理系统(源码+数据库)-北
- 11、证件管理系统(源码+数据库)-北
- 12、员工管理信息系统(源码+数据库
- 14、资产管理信息系统(源码+数据库
- 13、办公用品信息管理(源码+数据库
- 15、北大青鸟资源管理系统(源码+数
- 19、录音室预定系统(源码+数据库)
- 18、中超联赛管理系统(源码+数据库
- 勤工助学管理信息系统
- 仓库管理系统源码(含数据库)
- asp.net 人事管理系统(源码+数据库+
评论
共有 条评论