История изменений
Исправление
vertexua,
(текущая версия)
:
Еще добавлю
http://google.github.io/styleguide/pyguide.html#215-deprecated-language-features
Use function call syntax instead of apply. Use list comprehensions and for loops instead of filter and map when the function argument would have been an inlined lambda anyway. Use for loops instead of reduce.
2.15.2 Decision
We do not use any Python version which does not support these features, so there is no reason not to use the new styles.
Исходная версия
vertexua,
:
Еще добавлю
http://google.github.io/styleguide/pyguide.html#215-deprecated-language-features
Use function call syntax instead of apply. Use list comprehensions and for loops instead of filter and map when the function argument would have been an inlined lambda anyway. Use for loops instead of reduce.