+ 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?
2 Answers
+ 1
thanks
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.