0
Writing An elegant and Efficient Code in python?
Hi everyone, I do program in python and uses it most often to solve a spectrum of problems related to biology and maths. Although, I gain experience in solving such problems, I would love to read about your insights (from your experience-standpoint) on how to implement a pythonic codes that showcase elegancy and efficiency? Your feedback is highly appreciated.
2 ответов
+ 7
From what I know, pretty much everything is summed up here:
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2482/
0
In addition to the Zen of Python, the following url provides great tips on how to write a pythonic codes with high readability that follow the Pythonic Code Style Guidelines:
https://docs.python-guide.org/writing/style/