<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">HI Everyone,<div class=""><br class=""></div><div class="">I’m relatively new to the world of python but in my short time here I’ve fallen in love with how readable this language is. One issue that I’ve seen in a lot of languages struggle with is nested function calls. Parenthesis when nested inherently create readability issues. I stumbled upon what I believe is an elegant solution within the elm platform in their use of the backward pipe operator <font face="Menlo" class=""><|</font>.  </div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Current Ex.</div><div class=""><img apple-inline="yes" id="0A9CD65B-964A-496A-892D-6B1B507524B0" height="72" width="398" apple-width="yes" apple-height="yes" src="cid:BE2AF395-B9B4-4DD7-BD24-C15E876AF009" class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Suggested Structure</div><div class=""><img apple-inline="yes" id="27F1C206-B40F-4E59-B6FD-2AF6EB61ACFE" height="71" width="463" apple-width="yes" apple-height="yes" src="cid:ED89CE2D-8049-4697-B044-31592BF20527" class=""></div><div class=""><br class=""></div><div class="">This aligns with the Zen of Python in the following ways</div><div class=""><br class=""></div><div class=""><ul class="MailOutline"><li class="">Simple is better than complex</li><li class="">Flat is better than nested</li><li class="">Sparse is better than dense</li><li class="">Readability counts </li><li class="">Practicality beats purity</li></ul><div class=""><br class=""></div></div><div class="">Ways it may conflict</div><div class=""><br class=""></div><div class=""><ul class="MailOutline"><li class="">Explicit is better than implicit</li><li class="">Special cases aren't special enough to break the rules</li></ul><div class=""><br class=""></div></div><div class="">Just curious to see what the rest of the community thinks 😊</div><div class=""><br class=""></div><div class="">Best Regards,</div><div class=""><br class=""></div><div class="">Brent</div></body></html>