0
What are the good examples of pythonic code ?
I want to explore some good pythonic example code from which i can learn to write good and beautiful pythonic code.
1 Odpowiedź
0
You can see Raymond Hettinger's "Beyond PEP8" talk at Pycon 2015 (https://www.youtube.com/watch?v=wf-BqAjZb8M). Truely beautiful transformation from Java-like code to really pythonic. Also, you can see his talks, they are really useful to keep in mind to write better code.