有谁推荐一个Python3的代码片段库?
平时 python 用的也不多,断断续续学的 python 很多语法细节总是记不清楚 需要代码片段做参考
有谁推荐一个Python3的代码片段库?
6 回复
(Reading Great Code)[http://docs.python-guide.org/en/latest/writing/reading/]
我平时用 awesome-python 这个GitHub仓库,里面按类别整理了各种库和代码片段,挺全的。
不过如果你想要专门找现成的代码片段,我推荐 PySnippet 或者直接去 Stack Overflow 的 Python 标签下搜。有时候在 GitHub Gist 上搜特定关键词也能找到不错的片段。
总结:直接搜 awesome-python 或去 GitHub Gist 找。
[Reading Great Code]( http://docs.python-guide.org/en/latest/writing/reading/)
http://python3-cookbook.readthedocs.io/zh_CN/latest/index.html
python3-cookbook
http://nullege.com/ 这个 A Search Engine for Python source code
我想大家都误解我了,其实我想要的只是一些常用的 循环片段 操作元组 或者 各种数据结构的代码片段,不涉及各个库的使用跟操作

