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

Резултати

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

Пребарај: #mt5

当前筛选 #mt5清除筛选
Daily Channels

@dailychannels · Post #6126 · 09.06.2025 г., 01:00

Channel: Best Forex Indicators and robots for MT4/MT5. Dolphintrader.com. Members: ~2.62K 💢 Username: @dolphintraders Description: Forex indicators, robots and trading systems for Metatrader 4 and MT5 🏷 Tags: #crypto_fx_trading #forex#mt4#mt5#indicators#signals https://telegramchannels.me/channels/dolphintraders

SS7 TRADER

@ss7trader · Post #30790 · 11.05.2026 г., 16:18

⚙100% NON-REPAINT. 0% GUESSING.⚙ 👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy. 👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal. 📈Result: See the screenshots for the clinical precision. Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑 👇 GET YOUR COPY NOW 👇 👉CLICK TO GET V12 NOW! #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30745 · 06.05.2026 г., 12:09

⚡️V12 STRIKES AGAIN! ⚡️ Another Perfect Signal on EUR/GBP. 👉 Neural Confirmed 👉 100% Non-Repaint 👉 Pure Profit Stop losing to lagging indicators. Join the ss7trader revolution today. 👑 👇GET ACCESS 👇 https://ss7trader.com/product/pro-thunder-v12/ #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30693 · 29.04.2026 г., 14:49

⚡️V12 STRIKES AGAIN! ⚡️ Another Perfect Signal on GBP/JPY. 👉 Neural Confirmed 👉 100% Non-Repaint 👉 Pure Profit Stop losing to lagging indicators. Join the ss7trader revolution today. 👑 👇GET ACCESS 👇 https://ss7trader.com/product/pro-thunder-v12/ #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30643 · 27.04.2026 г., 12:36

⚙100% NON-REPAINT. 0% GUESSING.⚙ 👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy. 👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal. 📈Result: See the screenshots for the clinical precision. Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑 👇 GET YOUR COPY NOW 👇 👉CLICK TO GET V12 NOW! #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30610 · 24.04.2026 г., 12:05

⚙100% NON-REPAINT. 0% GUESSING.⚙ 👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy. 👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal. 📈Result: See the screenshots for the clinical precision. Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑 👇 GET YOUR COPY NOW 👇 👉CLICK TO GET V12 NOW! #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30604 · 24.04.2026 г., 11:26

⚡️V12 STRIKES AGAIN! ⚡️ Another Perfect Signal on GBPCHF. 👉 Neural Confirmed 👉 100% Non-Repaint 👉 Pure Profit Stop losing to lagging indicators. Join the ss7trader revolution today. 👑 👇GET ACCESS 👇 https://ss7trader.com/product/pro-thunder-v12/ #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30594 · 23.04.2026 г., 17:48

🤍Pro Thunder V12 Always working Accurately till Then Market closing with Precision! Even Market is Volatile or Not, Its Make Dominance Always!🧿 #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30575 · 22.04.2026 г., 21:53

⚙100% NON-REPAINT. 0% GUESSING.⚙ 👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy. 👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal. 📈Result: See the screenshots for the clinical precision. Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑 👇 GET YOUR COPY NOW 👇 👉CLICK TO GET V12 NOW! #MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы

SS7 TRADER

@ss7trader · Post #30857 · 15.05.2026 г., 12:55

⚙100% NON-REPAINT. 0% GUESSING.⚙ 👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy. 👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal. 📈Result: See the screenshots for the clinical precision. Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑 👇 GET YOUR COPY NOW 👇 👉CLICK TO GET V12 NOW! #binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader#MT5#Indicators#binaryindicator#бинарныеопционы#бинарныеопционы#nonrepaintindicator#highaccuracyindicator#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader

SS7 TRADER

@ss7trader · Post #30847 · 14.05.2026 г., 16:13

Next-gen Neural Network Indicator for Binary Trading. Non-repaint signals with 80%+ accuracy. 120-150+ setups daily. Works across all platforms including Pocket Option & Quotex. High-performance trading starts here. #binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader#MT5#Indicators#binaryindicator#бинарныеопционы#бинарныеопционы#nonrepaintindicator#highaccuracyindicator#binarytrading#pocketoption#quotex#pocketoptionindicator#quotexindicator#indicator#tradingindicator#ss7trader

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