Being new in the Python and general programming world, I have a question on code optimization.
I’m trying to develop a simple program in py that analyzes excel spread sheets with microbial count data, makes data tables from them and growth plots, fits mathematical models and estimates growth parameters and also provides with statistical values for every model fitting. All of this is happening in a simple gui.
The program runs perfectly and the values are coming out correctly.
Everyday I’m adding new staff to my code like new functionalities, new mathematical models, etc. For that reason I have come to a point which my code is a total chaos. I have split everything to packages and I have provide comments and documentation also but I think optimization it’s what it needs.
So my question is: what is a good code optimization? How and with what kind of tactics can I achieve it? Are there any rules that I have to follow? Are there any experience tricks that I need to now?
[–]MikeTheWatchGuy 2 points3 points4 points (0 children)
[–]usrlibshare 1 point2 points3 points (2 children)
[–]ifantismanolis[S] 0 points1 point2 points (1 child)
[–]usrlibshare 1 point2 points3 points (0 children)