@elfcryptovip · Post #11738 · 19.07.2025 г., 08:51
JUST IN: 💰 According to report, Jack Dorsey's #Block is set to join the S&P 500.
Hashtags
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
Пребарај: #block
@elfcryptovip · Post #11738 · 19.07.2025 г., 08:51
JUST IN: 💰 According to report, Jack Dorsey's #Block is set to join the S&P 500.
Hashtags
@NEASingapore · Post #803 · 31.03.2024 г., 07:19
Over 5,000 dengue cases were reported in the first quarter of 2024, more than double the 2,360 cases reported in the same period last year. Since the start of 2024, the weekly number of reported dengue cases has remained high, at above 300. There have also been 7 dengue deaths this year. Read on at https://go.gov.sg/dengue-outlook-2024 Dengue risk factors present – high Aedes mosquito population, low population immunity against the Dengue virus – may lead to a surge in dengue cases. Collective responsibility and action are critical. Here’s what you can do to prevent mosquito bites and break dengue transmission: S-A-W (especially if you are diagnosed with or suspected to be infected with dengue) ✔️Spray insecticide in dark corners around the house ✔️Apply insect repellent regularly ✔️Wear long-sleeve tops and long pants Let’s practise these #BLOCK steps at least once a week, to protect ourselves and our families from dengue. B-L-O-C-K ✔️Break up hardened soil ✔️Lift and empty flowerpot plates ✔️Overturn pails and wipe their rims ✔️Change water in vases ✔️Keep roof gutters clear and place BTI insecticide inside 📲Download the myENV app to receive alerts on high Aedes mosquito populations near you, or visit https://go.gov.sg/dengue-high-risk Areas with higher Aedes aegypti mosquito population have a higher risk of dengue and Zika transmission: https://www.nea.gov.sg/dengue-zika/Aedes
Hashtags
@spherecryptoofficial1 · Post #334 · 19.07.2025 г., 08:27
JUST IN: According to report, Jack Dorsey's #Block is set to join the S&P 500. @spherecryptoofficial1
Hashtags
@NEASingapore · Post #629 · 31.08.2023 г., 23:01
#SGDengueUpdate 198 new dengue cases and 35 active dengue clusters were reported in the week ending 26 Aug 2023. Let’s actively do the #BLOCK steps: https://go.gov.sg/mozzieproof
Hashtags
@NEASingapore · Post #626 · 24.08.2023 г., 10:06
#SGDengueUpdate 193 new dengue cases and 41 active dengue clusters were reported in the week ending 19 Aug 2023. Let’s actively do the #BLOCK steps: https://go.gov.sg/mozzieproof
Hashtags
@NEASingapore · Post #624 · 17.08.2023 г., 10:14
#SGDengueUpdate 197 new dengue cases and 37 active dengue clusters were reported in the week ending 12 Aug 2023. No new Zika case was reported last week. Let’s actively do the #BLOCK steps: https://go.gov.sg/mozzieproof
Hashtags
@NEASingapore · Post #604 · 27.07.2023 г., 09:38
#SGDengueUpdate 202 new dengue cases and 41 active dengue clusters were reported in the week ending 22 Jul 2023. 1 new Zika case was reported. Let’s continue to actively do the #BLOCK steps: https://go.gov.sg/mozzieproof
Hashtags
@Kompyuter_akademiyasi · Post #5566 · 01.11.2023 г., 14:56
#youtube#block 📹 YouTube butun dunyo bo‘ylab foydalanuvchilar reklama blokerlaridan foydalansalar, video ko‘rishlarini taqiqlashni boshladi. ➖@texnologiyait➖
@true_flipper · Post #4162 · 27.02.2026 г., 17:55
10 тыс сотрудников vs 6 тыс сотрудников #block#AI
@NEASingapore · Post #694 · 26.10.2023 г., 09:00
#SGDengueUpdate 208 new dengue cases and 51 active dengue clusters were reported in the week ending 21 Oct 2023. #DidYouKnow that individuals infected with dengue are advised to avoid further mosquito bites, to prevent passing on the virus to mosquitoes and other people in the neighbourhood? They can do so by practising S-A-W. To protect ourselves and our families from dengue and Zika, it is critical that we all play our part and do the #BLOCK steps at least once a week. ⚠️ Urgent action from all is critical to prevent a surge in dengue cases at year-end. Areas with higher Aedes aegypti mosquito population have a higher risk of dengue and Zika transmission: www.nea.gov.sg/dengue-zika/Aedes
Hashtags
@TFGames · Post #2066 · 01.02.2024 г., 23:14
#BLOCK#BLAST https://testflight.apple.com/join/3Lq0cEQg
@TFGames · Post #1946 · 18.01.2024 г., 10:42
#BLOCK#BLAST! #GAMES https://testflight.apple.com/join/W8aGAsi5