Alter: title, url, template type. URLs might have been anonymized. Add: arxiv, chapter-url-access, s2cid, chapter-url, chapter, authors 1-1. Removed or converted URL. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox2 | #UCB_webform_linked 36/38
Since the release of the Zen of Python, there has been research done on its effectiveness and actual use among developers. Despite the difference in interpretation between beginners and experienced Python programmers, interviews among 13 Python programmers of varying skill show that the Zen of Python "positively influences the way developers write and talk about code".<ref name=":0">{{Cite journalbook |lastlast1=Alexandru |firstfirst1=Carol V. |last2=Merchante |first2=José J. |last3=Panichella |first3=Sebastiano |last4=Proksch |first4=Sebastian |last5=Gall |first5=Harald C. |last6=Robles |first6=Gregorio |date=2018-10-24 |titlechapter=On the usage of pythonic idioms |urldate=https://doi.org/2018-10.1145/3276954.3276960-24 |journaltitle=Proceedings of the 2018 ACM SIGPLAN International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software |chapter-url=https://doi.org/10.1145/3276954.3276960 |series=Onward! 2018 |___location=New York, NY, USA |publisher=Association for Computing Machinery |pages=1–11 |doi=10.1145/3276954.3276960 |isbn=978-1-4503-6031-9 |s2cid=53057358 |oclc=1362712424 |url=https://www.zora.uzh.ch/id/eprint/156901/1/paper.pdf |chapter-url-access=registration |archive-url=https://doi.org/10.5167/uzh-156901 |archive-date=2018-10-03 |via=[[Association for Computing Machinery]]}}</ref> Researchers extended this case study to explore the use of Python idioms on [[GitHub]] repositories, and found that the usage of "pythonic idioms"{{Efn|A list of their pythonic idioms can be found here https://slimshadyiam.github.io/ZenYourPython/}} increased over time.<ref>{{Cite journalbook |lastlast1=Farooq |firstfirst1=Aamir |last2=Zaytsev |first2=Vadim |date=2021-11-22 |titlechapter=There is more than one way to zen your Python |urldate=https://dl.acm.org/doi/10.1145/3486608.34869092021-11-22 |journaltitle=Proceedings of the 14th ACM SIGPLAN International Conference on Software Language Engineering |chapter-url=https://dl.acm.org/doi/10.1145/3486608.3486909 |series=SLE 2021 |___location=New York, NY, USA |publisher=Association for Computing Machinery |pages=68–82 |doi=10.1145/3486608.3486909 |isbn=978-1-4503-9111-5}}</ref> Writing Python code that aligns with the Zen of Python may save [[Computer memory|memory]] and [[Execution (computing)|run time]] of Python programs.<ref>{{Cite journalbook |lastlast1=Leelaprute |firstfirst1=Pattara |last2=Chinthanet |first2=Bodin |last3=Wattanakriengkrai |first3=Supatsara |last4=Kula |first4=Raula Gaikovina |last5=Jaisri |first5=Pongchai |last6=Ishio |first6=Takashi |date=2022-10-20 |titlechapter=Does coding in Pythonic zen peak performance?: preliminaryPreliminary experiments of nine Pythonic idioms at scale |urldate=https://doi.org/2022-10.1145/3524610.3527879-20 |journaltitle=Proceedings of the 30th IEEE/ACM International Conference on Program Comprehension |chapter-url=https://doi.org/10.1145/3524610.3527879 |series=ICPC '22 |___location=New York, NY, USA |publisher=Association for Computing Machinery |pages=575–579 |doi=10.1145/3524610.3527879 |isbn=978-1-4503-9298-3}}</ref> The desire to write in pythonic code has led to refactoring tools to help programmers achieve this goal.<ref>{{Citation |lastlast1=Zhang |firstfirst1=Zejun |title=Making Python Code Idiomatic by Automatic Refactoring Non-Idiomatic Python Code with Pythonic Idioms |date=2022-07-12 |url=http://arxiv.org/abs/2207.05613 |access-date=2024-02-07 |doiarxiv=10.48550/arXiv.2207.05613 |last2=Xing |first2=Zhenchang |last3=Xia |first3=Xin |last4=Xu |first4=Xiwei |last5=Zhu |first5=Liming}}</ref><ref>{{Citation |lastlast1=Phan-udom |firstfirst1=Purit |title=Teddy: Automatic Recommendation of Pythonic Idiom Usage For Pull-Based Software Projects |date=2020-09-05 |url=http://arxiv.org/abs/2009.03302 |access-date=2024-02-07 |doiarxiv=10.48550/arXiv.2009.03302 |last2=Wattanakul |first2=Naruedon |last3=Sakulniwat |first3=Tattiya |last4=Ragkhitwetsagul |first4=Chaiyong |last5=Sunetnanta |first5=Thanwadee |last6=Choetkiertikul |first6=Morakot |last7=Kula |first7=Raula Gaikovina}}</ref>