Skip to content

bdmuss/SimplePythonExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SimplePythonExamples

Several useful cases

(1)统计文本中词频

python3 统计文本中词频/统计文本中词频.py

  • 输出结果部分截取如下,详见WordCountResult.txt
    the -- 7346 times
    and -- 4602 times
    of -- 3492 times
    to -- 3107 times

(2)KnowOne网页自动翻页爬虫

python3 KnowOne网页自动翻页爬虫/Knewone_spider.py

About

Several useful cases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages