下拉刷新
Repository Details
Shared bynavbar_avatar
repo_avatar
HelloGitHub Rating
0 ratings
全面且实用的 Python 备忘录
Claim
Collect
Share
38.2k
Stars
No
Chinese
Python
Language
Yes
Active
13
Contributors
0
Issues
No
Organization
None
Latest
7k
Forks
None
License
More
全面且实用的 Python 备忘录。这个东西特别适合我这个上了年纪的人,比如:忘记怎么用 Python 写正则、要搞个进度条忘记库的名字和基本用法、用 pandas 处理数据忘记方法需要的参数等等。正当我觉得自己需要“回炉重学”的时候发现了这个项目,有了它上面的问题都可以找到拿来即用的代码片段。我又是那个快乐的 Pythoneer 了,示例代码: ```python # $ pip3 install tqdm >>> from tqdm import tqdm >>> from time import sleep >>> for el in tqdm([1, 2, 3], desc='Processing'): ... sleep(1) Processing: 100%|████████████████████| 3/3 [00:03<00:00, 1.00s/it] ```
Included in:
Vol.56

Comments

Rating:
No comments yet