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

Резултати

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

Пребарај: #austria

当前筛选 #austria清除筛选
Voyage.Travel.Tourism

@VOYAGE · Post #819 · 19.03.2024 г., 15:04

Austria,Hallstatt🇦🇹 Nestled amidst majestic mountains and overlooking a serene lake, Hallstatt captivates with its fairytale-like beauty. 🗻 Explore its historic streets, visit the iconic Hallstatt Skywalk for breathtaking views, and immerse yourself in the rich culture of this enchanting Alpine village. A must-visit destination for nature lovers and history enthusiasts alike! 🏞️ #Austria @voyage

Hashtags

Voyage.Travel.Tourism

@VOYAGE · Post #790 · 05.03.2024 г., 13:05

Austria🇦🇹 This dizzying staircase is part of the via ferrata on Mount Donnerkogel in Austria. 🪜 "The Stairway to Heaven" is 40 meters long. It is located 700 meters above the ground. "The Stairway to Heaven" got its name because in most cases in photographs it looks exactly like that – as something leading from nowhere to nowhere. 🌥 #Austria @voyage

Hashtags

Voyage.Travel.Tourism

@VOYAGE · Post #651 · 22.12.2023 г., 06:02

Austria, Hallstatt 🇦🇹 Hallstatt (Austria) is a small village that is not easy to reach, but every year thousands of tourists dream of coming here. There is something mesmerizing and fairy-tale-like about this tiny settlement. 🏡 The population numbers less than eight hundred people. For such a long time, the area of Hallstatt has not expanded – it's impossible because the settlement is surrounded by cliffs and lakes. ⛰🌳 The Austrian village impresses and delights visitors so much that guests from China decided to build a replica of it in the Guangdong province. Initially, the authorities were against such an idea, but after the project was implemented, the influx of guests increased manyfold, which had a positive impact on the financial situation of the Austrian attraction. #Austria @voyage

Hashtags

Papa & Vaticano - News

@papaevaticanonews · Post #9551 · 05.03.2026 г., 11:46

Nella mattinata di oggi, Papa #LeoneXIV ha ricevuto in udienza, nel Palazzo Apostolico Vaticano, il Presidente della Repubblica d’#Austria, Alexander Van der Bellen, il quale si è successivamente incontrato con il Cardinale Pietro Parolin, Segretario di Stato di Sua Santità, accompagnato da mons. Paul Richard Gallagher, Segretario per i Rapporti con gli Stati e le Organizzazioni Internazionali. "Nel corso dei cordiali colloqui in Segreteria di Stato - si legge in una nota diffusa dalla Sala Stampa vaticana -, è stato espresso compiacimento per le buone relazioni che intercorrono tra la Santa Sede e l’Austria, sottolineando il contributo positivo della Chiesa Cattolica alla promozione del bene comune della società, si è pure accennato ad alcuni temi di particolare attualità, quali la migrazione e il rapporto tra le religioni. Nel prosieguo della conversazione ci si è soffermati su temi di attualità internazionale, in particolare sulle situazioni di conflitto, auspicando un maggiore ruolo della Comunità internazionale nella ricerca di soluzioni pacifiche".

Opportunities with Zula

@opportunities_zula · Post #482 · 04.11.2025 г., 09:42

Leadership and Diplomacy Summit 2026 in Austria 🇦🇹 (Fully Funded) Apply: https://opportunitiescorners.com/leadership-and-diplomacy-summit-in-austria/ Happening at the Diplomatic Academy of Vienna. Organized by the School of Leadership and Diplomacy (SLD). The Program Covers Airfare, Accommodation, Meals, Invitation Letter, Site Seeing, Cultural Celebration. #Austria#OpportunitiesCorners

Opportunities with Zula

@opportunities_zula · Post #377 · 17.10.2025 г., 13:32

Leadership and Diplomacy Summit 2026 in Austria 🇦🇹 (Fully Funded) Apply: https://opportunitiescorners.com/leadership-and-diplomacy-summit-in-austria/ Happening at the Diplomatic Academy of Vienna. Organized by the School of Leadership and Diplomacy (SLD). The Program Covers Airfare, Accommodation, Meals, Invitation Letter, Site Seeing, Cultural Celebration. #Austria#OpportunitiesCorners

Communia

@communia · Post #37707 · 17.12.2023 г., 09:23

#Austria o como el apoyo económico militar a #Ucrania se ha normalizado como moneda de cambio en las batallitas entre los estados/capitales nacionales de los países miembros y la #UE https://www.reuters.com/world/europe/austria-backs-eu-russia-sanctions-after-ukraine-removes-raiffeisen-blacklist-2023-12-16/

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