Optimize Your Python Programs: Code Profiling with cProfile

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 34

  • @JustMaiyak
    @JustMaiyak ปีที่แล้ว +16

    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_101
      @authentic_101 7 หลายเดือนก่อน +1

      Austin is faster than simpler use cases?

  • @csm9446
    @csm9446 ปีที่แล้ว +4

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

  • @danielgranjaconejeros6355
    @danielgranjaconejeros6355 8 หลายเดือนก่อน

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

  • @gitarrtoken
    @gitarrtoken ปีที่แล้ว

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

  • @nintishia
    @nintishia ปีที่แล้ว

    Content is extremely useful for python developers.

  • @akahige9764
    @akahige9764 ปีที่แล้ว +5

    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 !!!

  • @thomasgoodwin2648
    @thomasgoodwin2648 ปีที่แล้ว +1

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

  • @taufiqurrahmansagafkelrey2833
    @taufiqurrahmansagafkelrey2833 13 วันที่ผ่านมา

    Ended up in bro video, again. 🤟💯

  • @lixiang7349
    @lixiang7349 ปีที่แล้ว +4

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

  • @STranswarp
    @STranswarp 4 หลายเดือนก่อน

    Golden tutorial

  • @alexnefayne4266
    @alexnefayne4266 ปีที่แล้ว

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

  • @rons96
    @rons96 ปีที่แล้ว

    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

  • @1mrnewton
    @1mrnewton ปีที่แล้ว

    Terrific!

  • @m7amssa
    @m7amssa ปีที่แล้ว +1

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

  • @SaurabhMittal-z4q
    @SaurabhMittal-z4q ปีที่แล้ว

    Can you make video for memory profiling also instead of time

  • @x9rtu3os1t8
    @x9rtu3os1t8 ปีที่แล้ว

    You are Great! Thank you.

  • @samratbiswas
    @samratbiswas ปีที่แล้ว

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

  • @MrRezhes
    @MrRezhes ปีที่แล้ว

    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??

  • @glibmar
    @glibmar ปีที่แล้ว

    Nice!!! Thank you

  • @pra1had
    @pra1had ปีที่แล้ว

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

  • @Zzeuoba321
    @Zzeuoba321 ปีที่แล้ว

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

  • @tejas4054
    @tejas4054 ปีที่แล้ว

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

  • @grantfact9740
    @grantfact9740 ปีที่แล้ว

    Life saver

  • @BPJennieYeager
    @BPJennieYeager ปีที่แล้ว

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

  • @rons96
    @rons96 ปีที่แล้ว

    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.

  • @gdonisi
    @gdonisi ปีที่แล้ว

    What about a PyPy video?

  • @canalqb
    @canalqb 24 วันที่ผ่านมา

    help, beeware with proguard

  • @chikkii1601
    @chikkii1601 ปีที่แล้ว

    First comment 🥳🥳🥳🥳🥳🥳🥳

  • @bravitheja1142
    @bravitheja1142 8 หลายเดือนก่อน

    7:11

  • @nawrashussein2004
    @nawrashussein2004 10 หลายเดือนก่อน

    (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