How To FIND SLOW CODE In Python & OPTIMIZE IT (FT. cProfile)

preview_player
Показать описание
Today we will be discovering together how we can use cProfile to find slow code in our program, and thanks to this, we can also further optimize our slow code.

▶ Become job-ready with Python:

▶ Follow me on Instagram:
Рекомендации по теме
Комментарии
Автор

cProfile seems to be a rather helpful tool for development.
As always thanks and 24-th 👍😉!

dcknature
Автор

Can you do a tut of how to protect python code and implant license's system to it? Or even provide me with some useful resources to learn from?, Btw great video. Thanks!

ryzer
Автор

Your channel is a godsend for this knowledge snippets <3
P.s. sei italiano, giusto? Sei un mito

maxcharacterlimitreache-
Автор

3:32 link is not in the description box :/
But before you post that answer from 10 years ago why not link the latest docs for the stuff?

ewerybody
Автор

0:56 did you know that Python functions always return None if not explicitly told otherwise?

ewerybody
Автор

hey! there's actually a better profiler called scalene, you should check it out

cheezedoodles
Автор

I think Cython (C python)

Is a bit faster than normal python libs

cirklare