Great content. Excellent tutorial. In 15 minutes you passed all the information to get started with python's cProfile. Thanks!
@JustMaiyak2 жыл бұрын
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
@authentic_1018 ай бұрын
Austin is faster than simpler use cases?
@danielgranjaconejeros63559 ай бұрын
Was looking for py-spy tutorials but yours on cProfile is so practical that I will go with this tool. Thanks!
@gitarrtoken2 жыл бұрын
Great tutorials as always! Started watching lots of your tutorials lately, just great content 🎉
@taufiqurrahmansagafkelrey2833Ай бұрын
Ended up in bro video, again. 🤟💯
@NeuralNineАй бұрын
🔥
@thomasgoodwin26482 жыл бұрын
oooh shiny new (actually they look a tiny bit ancient but new to me) tools for the kit. Thanks again... and again... and...
@lixiang7349 Жыл бұрын
Dude, why do you keep on counting number of zeros. you do know you can use 1e7 right
@akahige97642 жыл бұрын
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 !!!
@ObeloMusic2 жыл бұрын
2nd this
@m7amssa2 жыл бұрын
Please i need help: How to create a scrolling bar using customtkinter 'python'
@nintishia Жыл бұрын
Content is extremely useful for python developers.
@MrRezhes2 жыл бұрын
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??
@1mrnewton2 жыл бұрын
Terrific!
@STranswarp5 ай бұрын
Golden tutorial
@alexnefayne42662 жыл бұрын
Thanks again for another awesome tutorial!! did u need to install a plugin to make pycharm automatically import time ?
@x9rtu3os1t82 жыл бұрын
You are Great! Thank you.
@tejas4054 Жыл бұрын
I want to know how to do it in django please tell
@rons962 жыл бұрын
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
@glibmar2 жыл бұрын
Nice!!! Thank you
@SaurabhMittal-z4q Жыл бұрын
Can you make video for memory profiling also instead of time
@BPJennieYeager Жыл бұрын
why does your print function take so little time? my print function takes 97 seconds.
@nawrashussein2004 Жыл бұрын
(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 c:\users\alnaseem\appdata oaming\python\python312\site-packages (0.5.11)) help please
@samrat.b2 жыл бұрын
Hiii, Can you make a video on, "How to generet some project files Automaticly - by using command line". Like Django do...
@canalqb2 ай бұрын
help, beeware with proguard
@grantfact9740 Жыл бұрын
Life saver
@rons962 жыл бұрын
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.
@Zzeuoba3212 жыл бұрын
Great video as usual... can you please do a video on back propagation programming
@pra1had Жыл бұрын
Pretty concise, please try and share the python code it that's possible