Writing An elegant and Efficient Code in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

5th Dec 2018, 8:22 PM
Bioinformatician
Bioinformatician - avatar
2 Answers
+ 7
From what I know, pretty much everything is summed up here: https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2482/
5th Dec 2018, 8:53 PM
Uni
Uni - avatar
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/
6th Dec 2018, 11:46 PM
Bioinformatician
Bioinformatician - avatar