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.
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
@@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.
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.
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.
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
@@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.
@@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
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.
Awesome tutorial. I just subscribed.
Grateful for the effort man!!
Very nice explanations, keep up the good work :)
This is AWESOME.
Thank You. I understood most of it.
Hello, Thank you for this video, I need to read ".eep" (EEPROM) file in binary mode, so how can i do that?
To make randomBytes, random.randrange(0,256) must be used. 0 to 255 not including 256.
thank you amazing video 🥰
Very good lesson!
Thanks
I'm getting an error
"AttributeError: 'str' object has no attribute 'to_bytes' "
why can't I use to_bytes and from_bytes functions..???
How can i add Hex editor extension in jupyter notenbook
Thanks man
how do i convert a string into bytes?
hmm that byteorder .. in case of writing bytes .. it has no meaning.. or not ?
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.
please provide code on how to read byte file and convert it into pixels
Isn't the gibberish in the txt file UTF-16?
I'm need extract file.bin crypted rsa use python
That advanced encryption, you will need to use a lib like openssl
Hi
You lost me when you started index from 1