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

Резултати

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

Пребарај: #leviathannews

当前筛选 #leviathannews清除筛选
Venture Village Wall 🦄

@venturevillagewall · Post #3852 · 12.01.2025 г., 01:00

Investigation Reveals Unusual Money Practices An investigation by Rekt News uncovers hardcoded lies and collapsing pegs in the crypto market, with implications that a founder may be manipulating the situation from both sides. Full details in the report: Rekt News #Crypto#Investigation#Finance#MarketTrends#RektNews#LeviathanNews#Blockchain#DeFi#Web3#Trading#Scams

Venture Village Wall 🦄

@venturevillagewall · Post #4094 · 07.02.2025 г., 22:00

DarkFi Launches Anonymous App in Alpha DarkFi, led by crypto anarchist Amir Taaki, has launched an anonymous app in alpha. This initiative aims to enhance privacy in decentralized finance. For more details, visit The Block. In other crypto news, substantial transactions were observed, including 1,875 BTC moved between unknown wallets and a 142 million USD transaction of USDT from Tether Treasury. Michael Sonnenfeldt highlighted a bullish sentiment on Bitcoin among the ultra-rich. Additionally, Tornado Cash co-founder Alexey Pertsev has been released from prison, and now, approximately $196 billion worth of Bitcoin is held by ETFs and companies. For those interested, check the Bitcoin investment case here. #DarkFi#Privacy#Bitcoin#BTC#Crypto#Tether#USDT#Tiger21#CryptoNews#Blockchain#DeFi#Investment#ETF#TornadoCash#AmirTaaki#WhaleAlert#LeviathanNews#CryptoMarket#TechNews#AI#VC

Venture Village Wall 🦄

@venturevillagewall · Post #3916 · 18.01.2025 г., 22:00

Hyperliquid Surges in Onchain Perpetuals Hyperliquid increases market share of onchain perpetuals from 28% to over 50% in Q4, marking significant dominance in the sector. Full details here: Leviathan News #Hyperliquid#Onchain#Perpetuals#Crypto#MarketShare#Trading#Finance#Q4#Blockchain#ATH#Solana#Volume#Growth#Innovation#LeviathanNews#CryptoNews#Tech#Investment#Market#Decentralization#VC#AI