python is compiled? (+ disassembler) (intermediate) anthony explains

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 14

  • @monolyth421
    @monolyth421 3 года назад +3

    I was thinking about this earlier when I wondered how Python deals with escape characters every time if it's "interpreted" but now it makes sense.

  • @minhajsixbyte
    @minhajsixbyte 3 года назад +3

    You know a lot of details man! Subscribed

    • @anthonywritescode
      @anthonywritescode  3 года назад +3

      I learned a bit of this from a talk i attended in pycon 2015 ruclips.net/video/HVUTjQzESeo/видео.html -- other than that just curiosity, poking at the source, reading the documentation!

    • @minhajsixbyte
      @minhajsixbyte 3 года назад

      @@anthonywritescode great! i am enjoying your videos very much.

  • @erikseulean
    @erikseulean 3 года назад +2

    This is great :-)

  • @Saimon404
    @Saimon404 2 года назад +1

    How to decompile this pyc file.. Have any decompiler source??

    • @anthonywritescode
      @anthonywritescode  2 года назад +1

      you can "disassemble" it but can't really decompile it per-se -- there do appear to be some tools which attempt to approximate this such as "uncompyle6" -- but won't be able to completely reproduce the original source (there's also `ast.unparse` if you happen to have an ast object)

    • @Saimon404
      @Saimon404 2 года назад

      @@anthonywritescode yes i can disambler the compiled, i can read 70% script but i can't run cause it’s incomplete stacks

  • @undisclosedmusic4969
    @undisclosedmusic4969 3 года назад +2

    Is this...windows?

    • @anthonywritescode
      @anthonywritescode  3 года назад +1

      hehe -- yeah it's a VM running on windows -- I go over more details of my setup here: ruclips.net/video/8KdAqlESQJo/видео.html

  • @yaroslavsvitlitskyi1864
    @yaroslavsvitlitskyi1864 3 года назад +1

    Cool

  • @amalirfan
    @amalirfan 3 года назад

    Request: font size increased.