Python 3 - Episode 25 - Working with binary files

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025

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

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

    Thanks SOOOO much for making these vids. I know they don't get many views but there's a reason this video has no dislikes. liked and subscribed as required.

    • @VoidRealms
      @VoidRealms  3 ปีที่แล้ว +7

      Thank you, I don't really make these for the views I make them just because I enjoy teaching people... I am thinking about making an entire python udemy course but there's also a billion of them out there

    • @hackercop
      @hackercop 3 ปีที่แล้ว

      ​@@VoidRealms I'm trying to improve my python I/O skills so that I can write open source software for mario kart wii modding e.g. maxing your savegame which is a binary file.

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

      @@hackercop join the voidrealms Facebook group, I'm not a huge fan of Facebook but there's 4,000 of us in this group all different languages

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

    I like the way you explain every concept in such a clear way that we can not only understand the surface but the core concept of all these stuffs. I am now half way in this course, but I start to worry where to find another good python tutorials except this one.
    Therefore I hope you can expand the python subject and make more videos on it.

  • @kevinquinn1918
    @kevinquinn1918 17 วันที่ผ่านมา

    Awesome tutorial. I just subscribed.

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

    Grateful for the effort man!!

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

    Very nice explanations, keep up the good work :)

  • @BlaiseMibeck
    @BlaiseMibeck 2 ปีที่แล้ว

    This is AWESOME.

  • @nofeer6684
    @nofeer6684 3 ปีที่แล้ว

    Thank You. I understood most of it.

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

    Hello, Thank you for this video, I need to read ".eep" (EEPROM) file in binary mode, so how can i do that?

  • @kipacti
    @kipacti 11 หลายเดือนก่อน

    To make randomBytes, random.randrange(0,256) must be used. 0 to 255 not including 256.

  • @freepythoncode
    @freepythoncode 2 ปีที่แล้ว

    thank you amazing video 🥰

  • @iluvsyphonfilter
    @iluvsyphonfilter 3 ปีที่แล้ว

    Very good lesson!

  • @huyninh3792
    @huyninh3792 3 ปีที่แล้ว

    Thanks

  • @sudiptoparua1757
    @sudiptoparua1757 2 ปีที่แล้ว

    I'm getting an error
    "AttributeError: 'str' object has no attribute 'to_bytes' "
    why can't I use to_bytes and from_bytes functions..???

  • @siddharthgurav6407
    @siddharthgurav6407 2 ปีที่แล้ว

    How can i add Hex editor extension in jupyter notenbook

  • @akaruianims
    @akaruianims 3 ปีที่แล้ว

    Thanks man

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

    how do i convert a string into bytes?

  • @MartinPetriska
    @MartinPetriska 3 ปีที่แล้ว

    hmm that byteorder .. in case of writing bytes .. it has no meaning.. or not ?

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

    Your taking about binary but then showing hex. Binary is a base 2 system Hex is a base 16 system, they are not the same thing.

  • @sanayaseen4490
    @sanayaseen4490 3 ปีที่แล้ว

    please provide code on how to read byte file and convert it into pixels

  • @uniittikauhututkinta51
    @uniittikauhututkinta51 3 ปีที่แล้ว

    Isn't the gibberish in the txt file UTF-16?

  • @dragon-noir-dz
    @dragon-noir-dz 4 ปีที่แล้ว +2

    I'm need extract file.bin crypted rsa use python

    • @VoidRealms
      @VoidRealms  4 ปีที่แล้ว

      That advanced encryption, you will need to use a lib like openssl

    • @Sanju_atkan115
      @Sanju_atkan115 2 ปีที่แล้ว

      Hi

  • @DiwasTimilsina
    @DiwasTimilsina 3 ปีที่แล้ว

    You lost me when you started index from 1