What are the good examples of pythonic code ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

18th Dec 2016, 4:17 AM
Ramesh Neupane
Ramesh Neupane - avatar
1 Answer
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.
18th Dec 2016, 5:15 PM
Amaras A
Amaras A - avatar