由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - What language I should use?
相关主题
script language主要是干什么用的?perl: how to get the filename from the full path name
请教 PHP vs Perl语言多了真的很confusing
scripting language的问题 (转载)Is Perl programming Language still viable?
mitbbs.com还用perl?关于perl和linux shell script的书最经典有哪些? (转载)
花了一个小时学习了pythonDo you like perl style?
A problem on string parsing (using either grep or perl)auto download text from a web page
这个 perl 输出的数字为什么自动加了换行?谢谢!要不要学习 scripting languages such as Python?
Usage of Grep???help!!!How to use Text::Unidecode from cpan in Perl?
相关话题的讨论汇总
话题: what话题: links话题: related话题: language话题: many
进入Programming版参与讨论
1 (共1页)
w******w
发帖数: 215
1
I want to extract certain texts from web pages. The page may contain many
links
and I have to click links to see whether contents of links are related or not.
If there are related contents, I will copy and save related paragraphs into
a text tile; if not, I need go back and check the next link.
Can anyone tell me that what language I should use? Will scripts do this work?
What kinds of script?
Many thanks!
s**i
发帖数: 381
2
perl or python, IMHO

not.
work?

【在 w******w 的大作中提到】
: I want to extract certain texts from web pages. The page may contain many
: links
: and I have to click links to see whether contents of links are related or not.
: If there are related contents, I will copy and save related paragraphs into
: a text tile; if not, I need go back and check the next link.
: Can anyone tell me that what language I should use? Will scripts do this work?
: What kinds of script?
: Many thanks!

t***i
发帖数: 3
3
python吧,regular expression据说比perl的要好使,我没用过perl,只是道听途说。
用re处理网页相当方便。

【在 w******w 的大作中提到】
: I want to extract certain texts from web pages. The page may contain many
: links
: and I have to click links to see whether contents of links are related or not.
: If there are related contents, I will copy and save related paragraphs into
: a text tile; if not, I need go back and check the next link.
: Can anyone tell me that what language I should use? Will scripts do this work?
: What kinds of script?
: Many thanks!

N*********y
发帖数: 105
4
Remember, if you are not skilled in programming and algorithm. Only describe
your task, do NOT describe your unefficient algorithm, otherwise you will be
limited to a bad result.

not.
work?

【在 w******w 的大作中提到】
: I want to extract certain texts from web pages. The page may contain many
: links
: and I have to click links to see whether contents of links are related or not.
: If there are related contents, I will copy and save related paragraphs into
: a text tile; if not, I need go back and check the next link.
: Can anyone tell me that what language I should use? Will scripts do this work?
: What kinds of script?
: Many thanks!

1 (共1页)
进入Programming版参与讨论
相关主题
How to use Text::Unidecode from cpan in Perl?花了一个小时学习了python
请问哪里有词频统计的C++代码A problem on string parsing (using either grep or perl)
Q: 2 submit buttons in 1 page (转载)这个 perl 输出的数字为什么自动加了换行?谢谢!
请教各位先贤一个Perl 问题Usage of Grep???help!!!
script language主要是干什么用的?perl: how to get the filename from the full path name
请教 PHP vs Perl语言多了真的很confusing
scripting language的问题 (转载)Is Perl programming Language still viable?
mitbbs.com还用perl?关于perl和linux shell script的书最经典有哪些? (转载)
相关话题的讨论汇总
话题: what话题: links话题: related话题: language话题: many