DEV Community

Discussion on: A Minimalist's Guide to Software Development: Less Code, More Elegance

Collapse
 
vladignatyev profile image
Vladimir Ignatev • Edited

Worth mentioning The Zen Of Python. Just type

import this

in your Python REPL and enjoy all the best practices in Python

Collapse
 
vedangit profile image
Vedangi Thokal

oh damn I was not aware of this! Thanks a lot for sharing

Collapse
 
vladignatyev profile image
Vladimir Ignatev