+ 1

How to code more and more pythonic

I see a lot of programmers say “Pythonic is very beautiful and important...". But how to practice it step by step?

15th Aug 2017, 12:40 PM
Redredleaf
Redredleaf - avatar
2 Answers
+ 1
thanks
22nd Aug 2017, 2:01 PM
Redredleaf
Redredleaf - avatar
0
For simple scripting purposes, a basic level of understanding is ok according to me. You should have some handle over concepts such as classes, lambdas, builtins such as sort, filter, and a good grasp of iterators, list comprehension etc. These should be sufficient for 95% of scripting purposes.
15th Aug 2017, 6:36 PM
Given
Given - avatar