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

TGINSIGHT SIMILAR POSTS

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

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

Можно ли в Python создавать бинарные файлы? Конечно можно. Для этого в Python есть следующие инструменты: ▫️ тип данных bytes и bytearray ▫️ открытие файла в режиме wb (write binary) или rb (read binary) ▫️ модуль struct Про модуль struct поговорим в первую очередь. Файл в формате JSON или Yaml внутри себя содержит разметку данных. Всегда можно определить где список начался а где закончился. Где записана строка а где словарь. То есть формат записи данных содержит в себе элементы разметки данных. В binary-файле данные не имеют визуальной разметки. Это просто байты, записанные один за другим. Правила записи и чтения находятся вне файла. Модуль struct как раз и помогает с организацией данных в таком файле с помощью определения форматов записи для разных частей файла. Модуль struct преобразует Python-объекты в массив байт, готовый к записи в файл и имеющий определённый вид. Для этого всегда следует указывать формат преобразования (или, как оно здесь называется - запаковки). Формат нужен для того, чтобы выделить достаточное количество байт для записи конкретного типа объекта. В последствии с помощью того же формата будет производиться чтение. При этом следует помнить что мы говорим о типах языка С а не Python. Именно формат определяет, что записано в конкретном месте файла, число, строка или что-то еще. Вот какие токены формата у нас есть. Помимо этого, первым символом можно указать порядок байтов. На разных системах одни и те же типы данных могут записываться по-разному, поэтому желательно указать конкретный способ из доступных. Если этого не сделать, то используется символ '@', то есть нативный для текущей системы. В строке формата мы пишем в каком порядке и какие типы собираемся преобразовать в байты. Запакуем в байты простое число, токен "i". >>> import struct >>> struct.pack('=i', 10) b'\n\x00\x00\x00' Теперь несколько float, при этом нужно передавать элементы не массивом а последовательностью аргументов. >>> struct.pack('=fff', 1.0, 2.5, 4.1) b'\x00\x00\x80?\x00\x00 @33\x83@' Вместо нескольких токенов можно просто указать нужное количество элементов перед одним токеном, результат будет тот же. >>> struct.pack('=3f', 1.0, 2.5, 4.1) b'\x00\x00\x80?\x00\x00 @33\x83@' Теперь запакуем разные типы >>> data = struct.pack('=fiQ', 1.0, 4, 100500) я запаковал типы float, int и unsigned long long (очень большой int, на 8 байт) b'\x00\x00\x80?\x04\x00\x00...' Распаковка происходит аналогично, но нужно указать тот же формат, который использовался при запаковке. Результат возвращается всегда в виде кортежа. >>> struct.unpack('=fiQ', data) (1.0, 4, 100500) Как видите, ничего страшного! #lib#basic

Hashtags

Резултати

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

Пребарај: #transactionfees

当前筛选 #transactionfees清除筛选
Crypto M - Crypto News

@CryptoM · Post #65006 · 10.04.2026 г., 13:37

🚀 Bitcoin Transaction Fees Drop Significantly Over the Year Daily Bitcoin transaction fees have decreased to 2.443 BTC as of April 8, marking a 69% decline compared to the same period last year. According to NS3.AI, the average fee per block was approximately $0.33, with fees comprising less than 0.5% of the total miner revenue. #Bitcoin#Cryptocurrency#TransactionFees#Blockchain#CryptoNews#BTC

Crypto M - Crypto News

@CryptoM · Post #65345 · 13.04.2026 г., 01:44

🚀 Ethereum Layer 2 Network Scroll Faces Overcharging Issue Ethereum Layer 2 network Scroll has reportedly overcharged users by more than $50,000 in transaction fees over approximately four days. According to ChainCatcher, this occurred after the Scroll team manually increased two rate multipliers in their gas price oracle six times within six days, each time raising them by 2 to 10 times. This adjustment cumulatively increased the L1 data cost parameter to 1,280 times its original benchmark. Approximately 139,000 transactions were affected, with the total cost originally estimated at around $280, but users were charged over $50,000. The majority of these transactions were automated by bots. L2BEAT clarified that the overcharging was not due to a sequencer issue but resulted from multiplier adjustments executed through a multi-signature wallet by the team. This incident has raised questions about whether Scroll previously subsidized users with below-cost rates to maintain activity. Data from DeFiLlama indicates that Scroll's total value locked (TVL) currently stands at $24 million, a significant decline of 96% from its peak of $585 million in October 2024. As of the time of reporting, Scroll has not publicly responded to the issue. #Ethereum#Layer2#Scroll#Overcharging#GasFees#Blockchain#DeFi#TVL#CryptoNews#TransactionFees#ETH#SCR

Crypto M - Crypto News

@CryptoM · Post #65082 · 10.04.2026 г., 20:38

🚀 Scroll Users Face Excessive Transaction Fees Due to Multiplier Increases Scroll users incurred over $50,000 in additional transaction fees following six manual multiplier increases that elevated Layer 1 data charges to 1,280 times the original baseline. According to NS3.AI, L2BEAT reported that approximately 139,000 transactions were impacted over a span of roughly four days, with the baseline cost estimated at around $280. On April 9, the team reduced both multipliers by 160 times. Etherfi Cash bots contributed approximately $35,000 of the excess fees during etherfi's migration to Optimism. #Scroll#TransactionFees#MultiplierIncrease#Layer1#L2BEAT#NS3AI#Etherfi#Optimism#Crypto#Blockchain#SCR

Crypto M - Crypto News

@CryptoM · Post #64625 · 09.04.2026 г., 11:54

🚀 Independent Miner Achieves Rare Bitcoin Block Discovery An independent Bitcoin miner achieved a rare feat by successfully mining a Bitcoin block with a very low probability. According to BlockBeats, the miner used CKpool's solo mining software to mine block number 944,306, earning a total of 3.128 Bitcoin. Data from block explorer Mempool indicates that the miner received a block subsidy of 3.125 Bitcoin and transaction fees amounting to 0.003 Bitcoin. CKpool developer Con Kolivas noted on the X platform that the miner accomplished this with just 70TH of computing power. The probability of a miner of this scale discovering a block daily is approximately one in 100,000, with an average occurrence of once every 300 years. #Bitcoin#mining#CKpool#blockchain#rarefeat#blockdiscovery#cryptocurrency#soloMining#Mempool#transactionfees#ConKolivas#BTC

Crypto M - Crypto News

@CryptoM · Post #64697 · 09.04.2026 г., 14:44

🚀 Telegram's TON Blockchain Achieves Significant Speed Upgrade Telegram founder Pavel Durov announced a major upgrade to the TON blockchain, significantly enhancing its processing speed. According to Foresight News, the upgrade has increased block generation rates by six times and achieved sub-second transaction confirmations. Durov stated that this is the first of seven steps in his 'Make TON Great Again' (MTONGA) plan. The next step aims to reduce the already relatively low transaction fees by approximately six times to further improve network performance and cost competitiveness. #Telegram#TONBlockchain#PavelDurov#SpeedUpgrade#Blockchain#TransactionSpeed#MTONGA#ForesightNews#SubSecondConfirmations#TransactionFees#NetworkPerformance