Open liangchaob opened 4 years ago
使用.py 后缀
https://github.com/feng7zhou/DataEngineCSS/blob/97b4bf2e897e2dc070098f96f9cf6524ae496d1c/Homework1#L58
赋值语句=前后保持空格, 参数=不加空格, ,后保留空格 https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/
=
,
尽量使用带语义的变量名,避免 df123
使用.py 后缀
https://github.com/feng7zhou/DataEngineCSS/blob/97b4bf2e897e2dc070098f96f9cf6524ae496d1c/Homework1#L58
赋值语句
=
前后保持空格, 参数=
不加空格,,
后保留空格 https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/尽量使用带语义的变量名,避免 df123