平时 python 用的也不多,断断续续学的 python 很多语法细节总是记不清楚 需要代码片段做参考
1
ToTChowChow 2017-10-25 11:07:19 +08:00 1
(Reading Great Code)[http://docs.python-guide.org/en/latest/writing/reading/]
|
2
ToTChowChow 2017-10-25 11:10:39 +08:00
[Reading Great Code]( http://docs.python-guide.org/en/latest/writing/reading/)
|
3
TimePPT 2017-10-25 11:28:23 +08:00 1
http://python3-cookbook.readthedocs.io/zh_CN/latest/index.html
python3-cookbook |
4
enrolls 2017-10-25 16:33:32 +08:00
http://nullege.com/ 这个 A Search Engine for Python source code
|
5
q397064399 OP 我想大家都误解我了,其实我想要的只是一些常用的 循环片段 操作元组 或者 各种数据结构的代码片段,不涉及各个库的使用跟操作
|