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

Резултати

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

Пребарај: #slexupdate

当前筛选 #slexupdate清除筛选
SLEX NEWS

@slex_io · Post #112 · 23.10.2023 г., 13:01

📢Peercoin Now is Available for Trade on SLEX!🎉 🔗Dear SLEXians, we're excited to inform you that Peercoin is now officially available for trading on the SLEX Centralized Exchange's spot market! 🔹Coin: Peercoin (PPC) 🔹TradingPair: PPC/USDC 🚀Join SLEX Centralized Exchange, deposit and start trading Peercoin on spot market! #SLEXUpdate#PeercoinTrading#SpotMarket#SLEXTrading#PeercoinOnSLEX Email | Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #150 · 31.01.2024 г., 11:16

🎉 Syscoin (SYS) is now available on the SLEX Exchange! 🌟 🚀 Exciting news for all SLEXians: coin of the innovative blockchain platform Syscoin (SYS/USDT) is officially up for trading! This is a special listing because SLEX Exchange supports Syscoin UTXO, Syscoin Rollux, and Syscoin NEVM networks for spot market trading! 🔹Crypto: Syscoin 🔹Trading Pair: SYS/USDT 📈 Dive into trading Syscoin, enhance your portfolio, and boost your earnings with Syscoin (SYS\USDT) on the spot market at SLEX Centralized Exchange. #SLEXUpdate#SYSUSDTTrading#SpotMarket#SLEXTrading#SYSUSDTOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #139 · 17.12.2023 г., 09:03

🎉 Memecoin (MEME) is Listed on SLEX Exchange! 🌟 🚀 Big announcement for the SLEXians: the much-anticipated mem-token, MEME/USDT, is now available for trading on the SLEX Exchange! 🔹Crypto: Memecoin 🔹TradingPair: MEME/USDT 📈 Buy, diversify your portfolio, and trade Memecoin (MEME\USDT) on the spot market on the SLEX Centralized Exchange. #SLEXUpdate#MEMEUSDTTrading#SpotMarket#SLEXTrading#MEMEUSDTOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #134 · 07.12.2023 г., 13:46

📢 Shiba Inu is Now Available for Trading on SLEX! 🌟 🐕 Exciting news for SLEXians: trading pair of famous mem-token, SHIB/USDT, is now live on the SLEX Exchange. This opens up the opportunity for users to trade Shiba Inu in the spot market or leverage it for various long-term investment strategies. 🔹Crypto: Shiba Inu 🔹TradingPair: SHIB/USDT 🚀 Seize the opportunity to successfully trade SHIB/USDT after Elon Mask twits and boost your earnings on the SLEX Centralized Exchange. #SLEXUpdate#SHIBUSDTTrading#SpotMarket#SLEXTrading#SHIBUSDTOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #130 · 23.11.2023 г., 12:01

📢 Chainlink is Now Available for Trading on SLEX! 🌟 🔗 Great news for the SLEX Community! We are excited to inform you that the LINK/USDT trading pair is now available on SLEX Exchange. Users have the opportunity to trade Chainlink on the spot market or use it as part of a variety of long-term investment strategies. 🔹Token: Chainlink 🔹TradingPair: LINK/USDT 🚀Embrace the chance to trade LINK/USDT on the SLEX Centralized Exchange. Deposit now and begin your trading journey with this dynamic pair in the spot market. #SLEXUpdate#LINKUSDTTrading#SpotMarket#SLEXTrading#LINKUSDTOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #127 · 20.11.2023 г., 13:32

📢 Nelore Coin isNow Tradable on SLEX!🎉 🔗Attention SLEX Community, we're excited to share that Nelore Coin has been officially listed and is now open for trading on the SLEX, either for spot market trading or as part of your long-term investment strategy! 🔹Coin: Nelore Coin (NLC) 🔹TradingPair: NLC/USDT 🚀Join the SLEX Centralized Exchange today, make your deposits, and start trading Nelore Coin in the spot market! #SLEXUpdate#NeloreCoinTrading#SpotMarket#SLEXTrading#NeloreCoinOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #125 · 16.11.2023 г., 12:03

📢LanaCoin is Now Available to Trade on SLEX!🎉 🔗Dear SLEXians, we're thrilled to announce that LanaCoin has been officially listed and is now available for spot market trading or long-term strategies investment on the SLEX Centralized Exchange! 🔥 🔹Coin: LanaCoin (LANA) 🔹Trading Pair: LANA/USDT 🚀Join the SLEX Centralized Exchange, deposit, and start your LanaCoin trading on the spot market! #SLEXUpdate#LanaCoinTrading#SpotMarket#SLEXTrading#LanaCoinOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #148 · 17.01.2024 г., 15:18

🎉 Zcash (ZEC) is Now Listed on SLEX Exchange!🌟 🚀 Exciting news for all SLEXians: the highly sought-after cryptocurrency, Zcash (ZEC), is officially available for trading on the SLEX Exchange with two dynamic pairs! 🔹Crypto: Zcash; 🔹TradingPairs: ZEC/USDT & ZEC/BTC; 📈 Engage in trading, enhance your portfolio, and explore the possibilities with Zcash (ZEC\USDT & ZEC\BTC) in the spot market on SLEX Centralized Exchange. #SLEXUpdate#ZECUSDTTrading#ZECBTCTrading#SpotMarket#SLEXTrading#ZECOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #141 · 22.12.2023 г., 12:05

🌐 New Popular Cryptocurrencies Now Live on SLEX Exchange! 🎉 🚀 SLEX has expanded our trading offerings with the addition of Injective (INJ), Arbitrum (ARB), and Gala (GALA)! 🔹 Cryptos Listed: - Injective (INJ) - Arbitrum (ARB) - Gala (GALA) 🔹 Trading Pairs: - INJ/USDT - ARB/USDT - GALA/USDT 🤑Trade these dynamic assets to boost your earnings and diversify your portfolio on the SLEX Centralized Exchange! #SLEXUpdate#INJUSDT#ARBUSDT#GALAUSDT#SpotMarket#SLEXTrading#TradeOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #146 · 10.01.2024 г., 13:40

🌐Exciting New Crypto Listings on SLEX Exchange! 🚀 🎉Big news for traders! SLEX Exchange has broadened our horizons by including a diverse range of new cryptocurrencies in our trading portfolio. 🔹 Newly Listed Cryptos: - BEAM (Beam) - FIL (Filecoin) - SNX (Synthetix) - DYDX (dYdX) - FET (Fetch) - IMX (Immutable X) - PEPE (PepeCoin) - AMP (Amp) - BLUR (Blur) - SAND (The Sandbox) 💰Dive into trading new promising assets to amplify your earnings and broaden your investment portfolio on the SLEX Centralized Exchange! #SLEXUpdate#PEPE#BLUR#AMP#SAND#IMX#FET#DYDX#SNX#FIL#BEAM#DiverseTrading#SLEXTrading Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter