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

Резултати

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

Пребарај: #evox

当前筛选 #evox清除筛选
Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #704 · 08.01.2026 г., 21:09

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.4.2 - Device: #Pong - Released: 08/01/26 ⬇️ Download: ROM 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official ✍️Notes: - Use latest NOS 3 firmware! Not 4.0 - Use OrangeFox recovery to install if sideloading! - Gapps is included, do not flash again - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #678 · 24.09.2025 г., 04:14

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.2 - Device: #Pong - Released: 23/09/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelogs: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#EvoX#Official ✍️Notes: - Gapps is included, do not flash again - Use latest NOS 3 firmware - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #734 · 26.04.2026 г., 08:16

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.4 - Device: #Pong - Released: 26/04/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Dev: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #732 · 17.04.2026 г., 08:52

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.3 - Device: #Pong - Released: 17/04/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Gapps is included, do not flash again - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Dev: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #722 · 13.03.2026 г., 10:00

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.2 - Device: #Pong - Released: 12/03/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #718 · 01.03.2026 г., 01:39

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.1 - Device: #Pong - Released: 28/02/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #631 · 10.06.2025 г., 05:42

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.7 - Device: #Pong - Released: 09/06/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelog: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR2#EvoX#Official ✍️Notes: - Gapps is included, do not flash again! - Use latest NOS 3 firmware - Dolby is included - Clean Flash is required from 10.3 or lower 🏆Credits: - Chandu for base DT - Ghost for Dolby and additional fixes - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #613 · 14.05.2025 г., 09:12

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.6 - Device: #Pong - Released: 14/05/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelogs: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR2#EvoX#Official ✍️Notes: - Gapps is included, do not flash again! - Use latest NOS 3 firmware - Dolby is included - Clean Flash is required for this update 🏆Credits: - Chandu for base DT - Ghost for Dolby and additional fixes - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #715 · 18.02.2026 г., 17:58

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.5.3 - Device: #Pong - Released: 18/02/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR1 ✍️Notes: - Final QPR1 Build - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #712 · 03.02.2026 г., 07:24

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.5.2 - Device: #Pong - Released: 03/02/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR1 ✍️Notes: - Firmware is included! (NOS 4.0) - Sideloading/USB in recovery works as intended now - Gapps is included, do not flash again - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph - HELLBOY for Kernel base 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #566 · 22.02.2025 г., 08:15

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.3 - Device: #Pong - Released: 22/02/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelogs: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR1#EvoX#Official ✍️Notes: - Gapps is included, do not flash again! - Firmware is included - Dolby is included 🏆Credits: - Chandu for base DT - Ghost for Dolby and additional fixes - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat @NothingPhone2 🔔 Updates @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #536 · 29.01.2025 г., 12:04

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.2 - Device: #Pong - Released: 29/01/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR1#EvoX#Official ✨Changelogs - Add DeviceExtras - Switch to meteoric kernel - fix glyph interface failing to work randomly - enable adjusting volume steps - [ROM] Implement JSON style Play Integrity Fix ✍️Notes: - Gapps is included, do not flash again! - Firmware is included - Dolby is included - Latest PIF app (Not needed if using JSON play integrity fix) 🏆Credits: - Chandu for base DT - Ghost for Dolby - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat @NothingPhone2 🔔 Updates @NothingPhone2Updates

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