TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #242 · 7 мај

Теперь запакуем строку. В этом случае следует передавать тип данных bytes. >>> struct.pack('=s', b'a') b'a' Для записи слова следует указывать количество символов. >>> struct.pack('=5s', b'hello') b'hello' Кстати, запакованный вид соответствует исходному тексту. Всё верно, символ есть в таблице ASCII, то есть его код попадает в диапазон 0-127, он может быть записан одним байтом и имеет визуальное представление. А вот что будет если добавить символ вне ASCII >>> struct.pack(f'=s', b'ё') SyntaxError: bytes can only contain ASCII literal characters. Ошибка возникла еще на этапе создания объекта bytes, который не может содержать такой символ. Поэтому надо кодировать эти байты из строки. >>> enc = 'ёжик'.encode('utf-8') >>> struct.pack(f'={len(enc)}s', enc) b'\xd1\x91\xd0\xb6\xd0\xb8\xd0\xba' Заметьте, длина такой строки в байтах отличается от исходной длины, так как символы вне ASCII записываются двумя байтами и более. Поэтому здесь формат создаём на лету, используя получившуюся длину как каунтер токена. #libs#basic

Hashtags

Резултати

Пронајдени 2 слични објави

Пребарај: #curry

当前筛选 #curry清除筛选
Todo sobre cocteleria🥃🍹🍸

@todococktail · Post #404 · 26.08.2021 г., 00:10

Swizzle Stick : @bartender_adriel El Swizzle Stick es una herramienta de #bar , muy utilizada fundamentalmente en la elaboración de #cócteles#Tiki . Es hecha originalmente a partir de las ramas de una especie de árbol llamado " Quararibea Turbinate ", las cuales desprenden un aroma especiado parecido al #curry. Este utensilio se utilizaba en la cocina de las indias occidentales , para elaborar alimentos como salsas o pastas y hacerlos oxigenar antes de la cocción , luego fue llevado a las barras, donde ha perdurado por su elegancia y funcionalidad . En la actualidad los swizzle stick se elaboran de diferentes materiales , como metal , plástico , goma o policarbonato , pero los tradicionales son los fabricados a partir de las ramas de la Quararibea. Esta herramienta logra una dilución controlada y genera frío muy intenso .

🍛Two Iconic South African Curries 🇿🇦 Two of the most famous curries in South African cuisine represent the two port cities — Cape Town on the west coast and Durban on the east. ⚓️ Even their names reflect their origins: 🌶Cape Malay Curry Powder refers to Cape Town’s Malay community, 🔥Durban Curry Masala — to Durban’s Indian community. The Cape curry is slightly sweeter and milder, while the Durban curry is hotter and more vibrant thanks to the addition of Kashmiri red chili. 🌶 Source: https://t.me/africamother/800 #SouthAfrica#Food#Cuisine#Cooking#CapeTown#Durban#Spices#Curry