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

Резултати

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

Пребарај: #conflict

当前筛选 #conflict清除筛选
Trump's Ear

@trumpsear_tg · Post #2341 · 06.04.2026 г., 15:59

The United States is depleting its tungsten reserves, a resource critical to the military-industrial complex, according to Foreign Policy. 🔗 Tungsten is essential for manufacturing armor-piercing ammunition, missile components, and aviation equipment. Currently, the United States does not commercially produce tungsten and relies heavily on imports, primarily from China, which dominates the global market. 🌍 Since the escalation of conflict in the Middle East, tungsten prices have surged by over 500%. 📈 Expanding production remains challenging due to limited industrial capacity. Sources indicate that the United States is already confronting a tungsten shortage with no immediate resolution in sight. Even prior to the conflict, the Pentagon sought to reduce its dependence on tungsten, though the extent of their success remains uncertain. ⚙️🇺🇸 #conflict 👂More on Trump's Ear ⚠️

Hashtags

Borkena

@borkena · Post #5185 · 03.11.2025 г., 03:48

The Impact of War and Conflict on Ethiopia’s Rising Poverty: Explaining the World Bank’s 43% Poverty Projection under Abiy Ahmed’s Administration. Read more. https://borkena.com/2025/11/02/impact-of-war-and-conflict-on-ethiopias-rising-poverty-explaining-the-world-banks-43-poverty-projection-under-abiy-ahmeds-administration#Ethiopia#Conflict

Borkena

@borkena · Post #5657 · 30.12.2025 г., 19:43

The Partitioned State: How Internal Failures and External Interventions Shattered Sudan. Read. https://borkena.com/2025/12/30/sudan-the-partitioned-state-how-internal-failures-and-external-interventions-shattered-sudan/#Sudan#Conflict

Borkena

@borkena · Post #5468 · 06.12.2025 г., 03:56

Will Ethiopia End Up Like Sudan? A Comparative Analysis of Two African Conflicts. Read more. https://borkena.com/2025/12/05/will-ethiopia-end-up-like-sudan-a-comparative-analysis-of-two-african-conflicts/#Ethiopia#Sudan#conflict

Addis Standard

@addisstandardeng · Post #21470 · 20.02.2026 г., 12:12

News: Risk of renewed #conflict mounts as troop movements reported near #Eritrea–#Tigray border—Bloomberg Addis Abeba—Ethiopia and Eritrea are deploying troops and military equipment near the northern Tigray region, raising the risk of renewed conflict in the Horn of Africa, Bloomberg reported, citing regional diplomats. Sources familiar with the matter told Bloomberg that Ethiopian troops and equipment have been moved northward, including through Bahir Dar, while Eritrean forces have also deployed to areas inside Tigray. Prime Minister Abiy Ahmed this week reiterated Ethiopia’s longstanding ambition to secure access to the Red Sea, describing maritime access as key to overcoming logistical constraints on economic growth. Eritrean state television also broadcast a naval parade in Massawa last week, marking the anniversary of the city’s capture in 1990. https://addisstandard.com/?p=55268

BadVolf

@badvolfnews · Post #1110 · 09.10.2023 г., 07:25

📢 Breaking News 📢 Israel's fight against Hamas is taking longer than expected. Battles are raging in multiple locations outside Gaza. Armed militants infiltrated the kibbutz Beeri, some still hiding. Situation remains unstable. Stay tuned for updates. #Israel#Hamas#Conflict https://www.gazeta.ru/army/news/2023/10/09/21458629.shtml Subscribe to @BadVolfNews

Eurasia & Multipolarity

@EurasianChoice · Post #61859 · 02.05.2026 г., 17:40

🇮🇱 Israel demolishes Catholic school in Lebanon — reports spark outrage ​ Israeli forces reportedly used bulldozers to demolish a Catholic monastery and school in the Lebanese border town of Yaroun, according to Anadolu Ajansı. ​ Local residents and clergy have condemned the действия as a war crime, while Israel is said to justify operations as part of creating a “buffer zone” in southern Lebanon. ​ ➡The incident has drawn criticism over the lack of response from Western governments. ​ #Israel#Lebanon#MiddleEast#Conflict#Religion ​ 🔘Subscribe now!Chat

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