Dive Into The Details: Disassembling Python Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • Today we learn how to disassemble Python code to byte code using the dis package. This can be very useful for debugging.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

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

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

    This is awesome! Understanding what some code is doing and debugging problems is my biggest weakness. This just upped my game so much

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

    Bruh i won't lie i just visited ur channel today 😀and like i don't have any words how to express my shocked face😳🤯 i am literally amazed by your videos content actually i am was new to python and just completed learning python but didn't had a depth knowledge 😢so i was randomly searching for videos which can help me to sharpen my language but ur video are just so amazing that i just felt like i founded El Dorado 😲... bruh u have too many videos on python and i don't want to miss aeven a single one so could u please make a playlist in which all the videos related to python are included please it will be a great help if u have time 🥺

  • @harshraojr
    @harshraojr ปีที่แล้ว +2

    Thank you never knew this existed, appreciate this great video.

  • @tuphan3865
    @tuphan3865 ปีที่แล้ว +10

    can you add the subtitle in your videos? I'm not good English. Thanks

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

      me too

    • @oguzhan.yilmaz
      @oguzhan.yilmaz ปีที่แล้ว

      If he opens the edit sub, some guy or ı also work on it

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

      Your English is good damn pretty

    • @oguzhan.yilmaz
      @oguzhan.yilmaz ปีที่แล้ว

      @@kirillfedtsov thanks 🤨, yours too

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

    I'm a c# developer and I just started with python. I have been asking how to put a break point on Python in order to see what's is happening but from your lecture I think it helpful. Please I will appreciate zoom in on the code editor when typing the code. Thanks.

  • @0x0jx
    @0x0jx ปีที่แล้ว

    You can achieve the same thing over the entire file not only a specific func without importing the dis module all what u need is to ( python dis app.y ) in the cli , add the dis flag and it should do the work

  • @aadityapandey8238
    @aadityapandey8238 5 หลายเดือนก่อน

    what should we de if we only have the Disassembling Python Code and we have to reverse engineer it

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

    Got a sub !

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

    I had huge trouble with this dis.py when I compiled one of my programs.

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

    Is there a way to execute hand- or programmatically-generated bytecode?

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

    Hi, I hope you are fine.
    Thank you for your helpful and well detailed videos.
    I have one request:
    Can you provide us a video that explains how to convert tkinter multiple files with mysql database into .exe file.
    Please help.

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

    Can you make file manager in dearpygui ?

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

    Assembly has just got 10x Easier

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

    in java this take only a few miliseconds, python speed is still a dissapointment.

  • @a1dgha1
    @a1dgha1 ปีที่แล้ว +2

    Sorry need to call you out bro. You don't want to take credit, but you don't bother to properly credit the actual youtube channel you got the idea from either. Aren't you a college graduate? Don't you know what plagiarism is? :D

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

      He says he doesn't know (remember) exactly which one it was, so that's why he didn't "bother" properly crediting the original. This is educational free content, not an academic paper, so I think it's fine

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

    4:10 You don't KNOW if you have to use print? You didn't try this prior to making this video? Shaking my head. No thumbs up for you.