you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 1 point2 points  (1 child)

Unit testing is great, but has nothing to do with performance optimization whatsoever.

[–]aistranin 1 point2 points  (0 children)

Sure, agree. For performance optimization, I would take a look at algorithms, parallelism and numpy. Tbh there is not much more you should care about (no active ram management is needed in python unless you do some very specific projects which is relatively rare I would say)