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

Резултати

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

Пребарај: #conservation

当前筛选 #conservation清除筛选
Amazing Geography 🌍

@amazingeo · Post #670 · 23.03.2026 г., 20:31

🌍 The Madagascar and Indian Ocean Islands hotspot is home to over 11,000 plant species, and about 80% of them exist nowhere else—an extraordinary concentration of unique life. ✨ #biodiversity⚡#islands⚡#conservation⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels ​

Interesting Planet 🌍

@interesting_planet_facts · Post #566 · 15.08.2025 г., 18:22

🌎 On the plains of Mongolia, the Przewalski’s horse gallops wild—the only truly wild horse species left on Earth. Unlike domestic horses, it has never been tamed, boasting a stocky build, upright mane, and a unique history of survival after near-extinction in the wild. ✨ #wildlife⚡#conservation⚡#mammals 👉subscribe Interesting Planet

Amazing Geography 🌍

@amazingeo · Post #368 · 13.10.2025 г., 18:31

🌍 Costa Rica’s biodiversity hotspot holds more plant species in just one hectare than most European countries have nationwide, showcasing how concentrated life can be in these rare regions. ✨ #biodiversity⚡#conservation⚡#tropics⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels ​

URA Singapore

@URASingapore · Post #877 · 17.06.2024 г., 01:15

Selamat Hari Raya Haji! ✨ In the first episode of our new series ‘Your POV’, see through the eyes – and lens – of photographer @izmyphotos📸 We’ll celebrate Hari Raya Haji while exploring Masjid Alkaff Upper Serangoon – a recipient of the Architectural Heritage Award (AHA) in 2015 for retaining the vision of the original architects 🕌 Curious about other AHA winners? 👉 Check it out here: go.gov.sg/AHA2024TG #ExploreSingapore#Conservation#ArchitectureSG

Amazing Geography 🌍

@amazingeo · Post #288 · 23.09.2025 г., 18:31

🌍 The Sundaland region in Southeast Asia is a biodiversity hotspot where over 15,000 plant species are found, nearly half of which exist nowhere else on Earth. ✨ #biodiversity⚡#hotspots⚡#conservation⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels ​

Amazing Geography 🌍

@amazingeo · Post #173 · 04.09.2025 г., 09:12

🌍 The Eastern Arc Mountains in East Africa are a biodiversity hotspot where 75% of the area's plant species exist nowhere else on Earth—making it one of the planet’s most unique natural vaults. ✨ #biodiversity⚡#conservation⚡#ecology⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍 ​

Interesting Planet 🌍

@interesting_planet_facts · Post #571 · 16.08.2025 г., 16:22

🌎 In the Gulf of California, the vaquita porpoise is the world’s rarest marine mammal, with fewer than 10 left. Its shy nature and distinctive dark eye rings make it unique, but illegal fishing nets threaten its survival. ✨ #vaquita⚡#conservation⚡#ocean 👉subscribe Interesting Planet

Interesting Planet 🌍

@interesting_planet_facts · Post #464 · 30.07.2025 г., 02:22

🌎 The Svalbard Global Seed Vault, buried deep in a Norwegian mountain, stores over a million seed varieties as a backup for global agriculture—safeguarding food diversity for future generations. ✨ #biodiversity⚡#conservation⚡#vault 👉subscribe Interesting Planet

Interesting Planet 🌍

@interesting_planet_facts · Post #387 · 22.07.2025 г., 17:22

🌎 The black robin of New Zealand bounced back from just five birds left in the world in 1980—thanks to devoted conservation, their population is now stable. This comeback highlights how careful human intervention can save even the rarest species from extinction. ✨ #conservation⚡#wildlife⚡#recovery 👉subscribe Interesting Planet

Interesting Planet 🌍

@interesting_planet_facts · Post #963 · 25.10.2025 г., 12:11

🌎 The Okavango Delta in Botswana transforms each year from dry savanna to a maze of wetlands due to annual flooding, but modern irrigation and water extraction upstream have reduced natural flows. This human impact threatens a UNESCO World Heritage site that supports over 400 bird species and large populations of elephants and hippos. ✨ #conservation⚡#wetlands⚡#Africa 👉subscribe Interesting Planet 👉more Channels ​

Amazing Geography 🌍

@amazingeo · Post #154 · 01.09.2025 г., 03:12

🌍 Nearly 10 million hectares of forest are lost each year, but new satellite tracking helps spot illegal logging and monitor regrowth, making large-scale forest recovery more achievable than ever. ✨ #deforestation⚡#satellites⚡#conservation⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍 ​

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