18
It’s a list of 19 guiding principles for writing Python code. You can see it by typing import this in Python.
My favorite is: "Simple is better than complex." It’s a great philosophy for coding and for life. Don't make things harder than they need to be.
Log in to add a comment.