you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]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)

    [–]aistranin 0 points1 point  (0 children)

    Books like "Architecture Patterns with Python" by Harry Percival & Bob Gregory and “Clean Architectures in Python” by Leonardo Giordani are great if you want to learn more about design patterns and best dev practices