Python Pro Tips: Understanding Explicit is Better than Implicit

Miguel González-Fierro
Sept. 16, 2018
 
 

One of the main driving forces behind Python is creating simple and readable code, which turns out to be a very difficult task. In this post, we analyze the second statement of the Zen of Python: explicit is better than implicit. We clarify its meaning and illustrate some examples on how to write Python code in a "pythonic" way.

 
 

python; programming; zen of python

 
 
 
 
 
blog comments powered by Disqus