Python Forum
Code Optimization - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: Code Optimization (/thread-2707.html)



Code Optimization - alicarlos13 - Apr-04-2017

Is there a section that deals with optimization of codes and/or review of large bits of codes.

This can help with people trying to optimize their coding, specifically if it has to parse through huge files AND/OR trying to achieve computing efficiency.


RE: Code Optimization - metulburr - Apr-04-2017

(Apr-04-2017, 04:03 AM)alicarlos13 Wrote: Is there a section that deals with optimization of codes and/or review of large bits of codes.

This can help with people trying to optimize their coding
I would say the scripts and snippets section fits this quite well.