Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pythonchanllenge 备忘

ipython 页面
pythonchanllenge.ipynb: 将挑战汇聚到 ipynb 中, 一览所有的解决方法


python 代码(旧)
01.py: math.power()
02.py: string.maketrans() translate() 翻译加密字符a-z
03.py: 查找罕见的字符; 定义uniq_count() 函数,便于观察字符中的罕见字符
04.py: 查找; 定义了mylib.uniq_count() 字符串的分割统计函数 ,便于以后使用
05.py: linkedlist 循环抓取页面 requests/response 页面处理(据说requests速度慢不要用)