Optimize Your Python Programs: Code Profiling with cProfile

preview_player
Показать описание
In this video, we learn how to professionally profile Python code using cProfile, to optimize the speed of our programs.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

Great content. Excellent tutorial. In 15 minutes you passed all the information to get started with python's cProfile. Thanks!

csm
Автор

There’s a new profiler that got putt last year as well, it’s called scalene. Used it a couple of times, it’s a solid alternative to cProfile

JustMaiyak
Автор

Was looking for py-spy tutorials but yours on cProfile is so practical that I will go with this tool. Thanks!

danielgranjaconejeros
Автор

Great tutorials as always! Started watching lots of your tutorials lately, just great content 🎉

gitarrtoken
Автор

oooh shiny new (actually they look a tiny bit ancient but new to me) tools for the kit. Thanks again... and again... and...

thomasgoodwin
Автор

Content is extremely useful for python developers.

nintishia
Автор

Nice videos, so good to learn something new every time about python. Wondering if you could make something like: simple rules to write faster python programms. Great job, keep going !!!

akahige
Автор

Thanks again for another awesome tutorial!! did u need to install a plugin to make pycharm automatically import time ?

alexnefayne
Автор

Please i need help:
How to create a scrolling bar using customtkinter 'python'

mamssa
Автор

Thanks for your videos, I have followed the exact code, but the tuna does not recognize some lines and the browser part does not show any of the stats, do u have any idea where the issue is??

MrRezhes
Автор

Dude, why do you keep on counting number of zeros. you do know you can use 1e7 right

lixiang
Автор

Nice optimized solution with only python, but if you have nice space on disk and Windows installed, cythonize it, or maybe just use yield then converse it to a list

rons
Автор

Can you make video for memory profiling also instead of time

SaurabhMittal-zq
Автор

I want to know how to do it in django please tell

tejas
Автор

Hiii, Can you make a video on, "How to generet some project files Automaticly - by using command line". Like Django do...

samratbiswas
Автор

Pretty concise, please try and share the python code it that's possible

prahad
Автор

why does your print function take so little time? my print function takes 97 seconds.

BPJennieYeager
Автор

Great video as usual... can you please do a video on back propagation programming

Zzeuoba
Автор

man, it's just didatic thing or you program using pycharm in Windows system everyday? There's no problem with that, but I personally think Windows is annoying for programming because the tons of bloatware, everytime popups to be sure you are not doing some harmful thing to the system, etc... But almost everything is configurable, taste is taste.
EDIT: Almost forgot: nice video, I learn many things here, you're good teacher.

rons
Автор

(tuna result.prof) doesn't open a GUI or browser page. I always get "'tuna' is not recognized as an internal or external command, operable program or batch file." what I suppose to do ?
I already installed (pip install tuna) and when I am trying to reinstall it I get (Requirement already satisfied: tuna in (0.5.11))
help please

nawrashussein