Tech Blog
AnyMind Group
Oct 1, 2021
[Tech Blog] How to profile code in Python
By Dat Nguyen | Tech Lead, AnyTag Team
This article mainly focus on Python and assumes you are already familiar with Python.
Why do we need Python Profilers?
Nowadays, our program is getting more complex in term of both business and coding level which can contain even thousands of code lines. Finding out why the program is slow by looking at its source code is a time consuming task and not easy to do.
Moreover, when the program runs on cloud service which costs more money if the program spends more usage on computing resources.
That's why code profi