运维网's Archiver
论坛
›
Python
› sth about python
plantegg
发表于 2017-4-22 06:29:38
sth about python
summary sth about python.
1. prefer intrinic loop to explicit loop
2. run expensive instruction through c
3. not use global viariable
4. donot repeat you self
5. donot write long method (function)
use table driven.
页:
[1]
查看完整版本:
sth about python