charnugagoo
Results
3
issues of
charnugagoo
请问作者在写wiki文档是否有参考英文文档?如果有的话是否可以提供? 我在把文档翻译成英文。
https://github.com/jackfengji/test_pro/wiki/%E4%BB%BB%E5%8A%A1%E8%B0%83%E5%BA%A6%E6%9C%BA%E5%88%B6
Coding Style is somehow much important in coding interview. Python Coding interview is different from Java and C/C++. I recommend following Google Python Style http://google-styleguide.googlecode.com/svn/trunk/pyguide.html For example, naming of functions:...