The Correct Way to Measure time of code Execution in Python - You were doing it wrong all along!

preview_player
Показать описание

Check this amazing book to become a web developer in 7 days 🤑🤑
Рекомендации по теме
Комментарии
Автор

Thanks brother
I have seen in a tutorial that time.perf_counter shows the time to finish the code in seconds . but while was trying to do the same thing in pycharm it shows a weird big value. But using your method it is working fine . But one thing i want to know why i cant directly print time.perf_counter to print the execution time, like shown in that tutorial video??

farhanbillah