Python Programming Tutorial - 49 - struct

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I had to import from _struct because the name 'pack' is not defined.

darkseid
Автор

Suggestion for a new shortcut:
Hudable = Human Readable
Brought to you by Bucky (4:11)

eyalpery
Автор

So calcsize to python is what sizeof is to c right?

freemanwest
Автор

so why the computer gives back extra decimal

daniel_liu_it
Автор

Hello
If I would want to extract voip RTP payload, would I also need to convert the payload first. Because if you want to save the payload to make a raw or mp3 file wouldn't it still need to be in its original form?

AAG
Автор

the * in "from _struct import *" means import everything from struct, not a single module

sammmywammmy
Автор

What happens if you don't know the format?

RealMcDudu
Автор

Bucky correct me if im wrong but i think you didnt cover input in any tutorial

sergejelek
Автор

How can I convert this using paper and pen for example struct.pack('i', 3)

cvnikhil
Автор

Hi! You did an awesome job with these tutorials! :) At this video, I have a question though: what if you want to decode some bytes, but you don't know for sure their types, if they are strings or integers or floats? How can Python decode that?

worldofelectronicsandprogr
Автор

No one mentioned that he is using Linux. Ubuntu to be precise.

pentox
Автор

Thanks so much for making this. Liked and subscribed as required!

hackercop
Автор

Hi Bucky i appreciate these and i have watched all of them but you missed the Sys module i guess.
I want to use it with windows command line but i dont know how.I watch your new CMD series too.I really need to know how to control windows through python.

winecheese
Автор

bucky tutorial no. 52 is missing...pls complete that..

devshahrukh
Автор

is there a difference between "from struct import *" and "import struct"?

glottis
Автор

what if we want to pack and unpack strings

modarzeneh
Автор

this terminology is confusin since computers save all data in bits and bytes anyway, there is no "2" in a computer nor a "3" or "4" - it's all zero and ones

israelkarity
Автор

Why does your website only has videos until 48?

trafalgarlaw
Автор

is bucky really referring to bytes or bits?

volikoto
Автор

i cant't make it work cuz import isnt resolves

careylin
welcome to shbcf.ru