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.

你可能感兴趣的:(C++,c,python,C#)