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

Резултати

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

Пребарај: #jetton

当前筛选 #jetton清除筛选
TONlines – News

@tonlines · Post #7078 · 07.05.2025 г., 11:43

JetTon Games Announces Review Contest Winners #JetTon#TON JetTon Games RU revealed the winners of their review contest on TON.APP, sharing a $1000 total prize. Fifty lucky participants will receive $20 each and should contact @Anastasiia_JetTon to claim their prize by May 14. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7056 · 05.05.2025 г., 17:58

The Daily TON: tgBTC Implemented as Jetton #TON#Jetton The Daily TON channel reports that the anticipated tgBTC will be launched as a Jetton instead of an extra currency on the TON network. Despite initial plans for extra currencies, Jettons have proven more flexible, prompting a format change for Bitcoin integration into the ecosystem. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #6963 · 29.04.2025 г., 14:29

JetTon Games Celebrates 2 Years of Success #JetTon#Telegram JetTon Games marks its second anniversary, celebrating growth from a team of 3 to over 200 members. The channel has distributed over 10 million bonuses and connected with more than 20,000 games, aiming to become the top gaming platform on the web. Exciting new features including a loyalty program and upcoming actions will be announced soon. Source: link @tonlines

TONlines – News

@tonlines · Post #7177 · 12.05.2025 г., 16:33

⚡️The Daily TON: Key Updates from the TON Ecosystem #TON#Telegram#Jetton The Daily TON covers significant developments in the TON ecosystem this week, including the release of Telegram's official Gift marketplace and updates to the TON Teleport project with the implementation of tgBTC as a Jetton. Torch Finance also launched the tgUSD stablecoin, enhancing user interactions with crypto. Source: link @tonlines

TONlines – News

@tonlines · Post #6931 · 24.04.2025 г., 15:14

⚡️Storm Trade: $5,000 Trading Tournament Announced #Storm#Jetton Storm Trade and Jetton Games have announced a trading tournament with a prize pool of $5,000. Participants can compete for prizes by making a minimum deposit and trading across any market to achieve the best P&L. Bonus prizes are available for random traders meeting participation criteria. Source: link @tonlines

TONlines – News

@tonlines · Post #7176 · 12.05.2025 г., 15:55

⚡️Storm Trade: Jetton Tournament Winners Announced #Jetton#tournament The Storm Trade channel has distributed a total of 5,000 USDT from the Jetton trading tournament prize pool. Half of the 60 participants received rewards, with the top trader earning $3,000 in profit and a $1,500 reward. Source: link @tonlines

TONlines – News

@tonlines · Post #7133 · 09.05.2025 г., 10:31

JetTon Games: Exciting Quizzing Event Announced #JetTon#Games JetTon Games RU invites followers to participate in a new game challenge, guessing popular games by descriptions. The event will feature ten rounds, each lasting one minute, with winners receiving a prize of 1000 rubles. It is scheduled to take place on May 9th at 19:00 MSK at the JetTon Forum. Source: link @tonlines

TONlines – News

@tonlines · Post #7107 · 08.05.2025 г., 13:41

JetTon Games: Top April Wins #JetTon#Games JetTon Games has announced the top wins for April. The largest prize of 17.536.000 ₽ was won in the game Wild Fruits. Will you be the next to join the leaderboard? Source: link @tonlines

TONlines – News

@tonlines · Post #7070 · 06.05.2025 г., 16:14

JetTon Games: Exciting Slot Wins Await! #JetTon#Games JetTon Games introduces thrilling slots with impressive multipliers, including Supermarket Spree, Journey Flirt, and Party Juice. Players can experience engaging gameplay with max wins up to x15,000. Source: link @tonlines

TONlines – News

@tonlines · Post #6950 · 28.04.2025 г., 17:48

JetTon Games: Tarot Predictions for April 28 - May 4 #JetTon#Games JetTon Games offers a tarot card forecast based on the last digit of your birth year for the week of April 28 to May 4. Discover your lucky days and tarot advice to maximize your fortunes and game strategies. Source: link @tonlines

TONlines – News

@tonlines · Post #6735 · 12.04.2025 г., 13:02

JetTon Games: Enhanced Gaming Experience Awaits! #JetTon#games JetTon Games has launched an updated platform, offering a more convenient playing experience with features like a favorites collection, a centralized bonus section, and exciting tournaments with great prizes. Check it out to enjoy an improved gaming journey. Source: link @tonlines

TONlines – News

@tonlines · Post #7154 · 10.05.2025 г., 11:33

JetTon Games: Join the Exclusive VIP Club #JetTon#VIP JetTon Games invites players to join their VIP Club, offering unique opportunities such as exclusive tournaments, personalized management, and weekly cashbacks. Members can also enjoy private events with substantial prize pools and a VIP channel with insider information. Source: link @tonlines

Hashtags

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