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

Резултати

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

Пребарај: #pixelswap

当前筛选 #pixelswap清除筛选

💣The Largest DeFi Airdrop Event in History on TON is here! Are you ready?✨ A total of over 10,000,000+ $PIX will be distributed and we are happy to remind everyone that DEX tokens have significant value. This airdrop event brings you incredible reward opportunities, and what’s even better is that everyone has a chance to win rewards. Whether you are new to the TON ecosystem or a veteran of TON DeFi, this event invites all influencers to shape the future of TON DeFi with PixelSwap. Here is the instruction how to participate and increase your chances: Read the article 📖 #DeFi#Airdrop#DEX#TON#PixelSwap

💎PixelSwap — The First Weighted Pool DEX on TON #PixelSwap is a distinguished modular #DEX built on the #TON blockchain. Audited by a leading global agency, PixelSwap prioritizes smart contract security as a cornerstone of the project, demonstrating this commitment through significant advancements in security infrastructure. PixelSwap's innovative layered architecture supports a variety of algorithms, including weighted pools and LBP launches. Moreover, PixelSwap facilitates atomic transactions, enabling the execution of complex DeFi scenarios. The team aspires to be one of the most secure projects in the #DeFi space and to contribute to the overall security development of the TON ecosystem. 💎PixelSwap x 🍅Tomarket Recently #PixelSwapbecomes a partner of Tomarket, the incentive-driven platform guiding Web2 users seamlessly into Web3 through gaming, earning, and trading! 😄 With over 42M users and 12M connected wallets, #Tomarket is redefining the Web3 experience by offering an all-in-one ecosystem where users can engage in games, earn tokens through activities, and trade assets across multiple chains — all on a single platform. 💱 By combining PixelSwap's advanced liquidity and trading solutions with Tomarket’s extensive user base, they are set to deliver a powerful ecosystem that enables users to not only swap but also access meaningful rewards and explore deeper engagement opportunities. This collaboration creates an ideal path for users to learn, earn, and stay involved in #Web3. The $PIX Token #TGE in Q4 2024! The team has set aside a substantial allocation of $PIX tokens for the community! Be sure to follow @PixelSwap_io and join the community for the latest updates on the Pre-TGE Airdrop Arena! 💎$PIX token serves as the utility token for #PixelSwap, the only modular #DEX that supports both Weighted Pools and Atomic Swaps on #TON. Join ⚔️Pixel Airdrop Arena and stay tuned for more updates! Official Links⬇️ 🔗LayerPixel: Website | X | Channel | Community | Medium | Bot 🔗PixelSwap: Website | X | Channel | SWAP | Pool 🔗PixelDAO: X | Forum | Chat

⏺PixelSwap Farming Pool in🍅Tomarket #PixelSwap recently partnered with the well-known social platform Tomarket, which allows Web2 users to easily transition to Web3 through games, earnings and trading. There is a new farming pool available in 🍅#Tomarket app where you can get a share of $PIX depending on how much $TOMA you contribute to the pool. The pool starts tomorrow at 10:00 UTC🕓 ✖️Use TOMA to get PIX! #TOMA#PIX#earn#farming