- 博客(2)
- 收藏
- 关注
翻译 Google Python Style Guide
Google Python Style GuideImports使用 from x import y as z当有两个 modules 的名字为 y 时如果 y 是一个很不方便的长名字使用 import y as z仅当 z 为 y 的标准缩写时(e.g, np for numpy)module sound.effects.echofrom sound.effects im...
2018-12-26 15:30:40
531
原创 Python 指针
Introduce在 Python 中, 是没有指针这个概念的, 但是我们可以利用 list 实现传引用 (或者说传地址) 的功能Code利用 list 传引用def modify_list(L): """Modify the content of a list. Args: L: list, len(L) should >= 1 ...
2018-12-17 21:02:12
31966
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅