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

Резултати

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

Пребарај: #building

当前筛选 #building清除筛选

#from#building A series of immersive geodesic dome glamping sites, each featuring a panoramic window composed of precisely 16 equilateral triangles on the front facade. Nestled in a lush rainforest, the domes measure 6 meters in diameter and 3.5 meters in height. The transparent panoramic window provides an uninterrupted view of towering trees, vibrant flora, and the gentle trickle of a nearby waterfall. The photo captures the integration of the dome structures within the dense foliage, with the panoramic windows acting as portals into the enchanting forest. Sunlight filters through the canopy, creating a mesmerizing interplay of light and shadow within the domes. The overall ambiance is one of tranquility and harmony with nature, enticing visitors to embark on a serene glamping experience amidst the rainforest's embrace. Photography, mirrorless camera with a prime lens to capture the intricate details of the rainforest, --ar 16:9 ✅ Revive Homes _Discord @ai_artz

#from#building A city of circular houses and community centers made out of grafted willow trees, recycled materials, and biomaterials; humans and animals coexisting amongst lush greenery and abounding nature without the presence of industrial materials ✅ nlynch00 _Discord @ai_artz

#from#building Floating House Visualization Amphibious design, flood-resilient construction, modular living spaces, energy-efficient technologies, solar panels, bold color accents, sustainable materials, adaptable to rising water levels, dimensions: 12m (L) x 8m (W) x 6m (H) --v 5 ✅ Ahmet Ç _Discord @ai_artz🌿

#from#building An interior view of a Burger QSR featuring blue, orange, and white accents throughout the space. The seating area is decorated with a mix of comfortable chairs and booths, while the walls are adorned with abstract art and geometric patterns. The lighting fixtures create a warm and inviting atmosphere, complementing the vibrant color palette and fostering a sense of community. ✅ rajivkk _Discord @ai_artz

ПретходнаСтраница 1 од 3Следна