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

Резултати

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

Пребарај: #futureofai

当前筛选 #futureofai清除筛选
AI & Law

@ai_and_law · Post #67 · 26.07.2023 г., 07:04

Unveiling the Future of AI: OECD's Expert Group on AI Futures Hello, AI & Law community! The Organisation for Economic Co-operation and Development (OECD) has established a brand new Expert Group on AI Futures to tackle the challenges arising from the rapid advancements in artificial intelligence systems. This initiative aims to provide valuable insights into the future of AI, empowering governments to develop proactive and effective AI policies. The group is intended to provide insights on: 1️⃣ key milestones for possible future developments in advanced AI systems; 2️⃣ various risks associated with each milestone; 3️⃣ best practices in AI safety; 4️⃣ scenarios about AI’s future; and 5️⃣ suggested policy approaches to mitigate future risks while harnessing the benefits of AI. #AI#AIInsights#FutureofAI#AIpolicies#OECD

ChatGPT AI Technology News

@chatgpt_officialnews · Post #234 · 07.08.2025 г., 09:19

🚀Introducing GPT-5: The Next Evolution in AI We’re excited to announce the launch of GPT-5, the latest breakthrough in artificial intelligence technology. This powerful new model brings significant advancements in understanding and generating human-like text, taking AI interactions to a whole new level. 🔍Key Features of GPT-5: Enhanced Language Understanding: GPT-5 can grasp more nuanced contexts, offering even more coherent and contextually aware conversations. Greater Creativity: With improved creativity and imagination, GPT-5 is now capable of generating more dynamic and innovative content, from stories to complex ideas. Faster Processing: Expect lightning-fast responses, with the ability to handle more complex queries at scale. Better Multilingual Support: GPT-5 speaks and understands more languages than ever before, helping you communicate across borders effortlessly. Refined Ethical Safeguards: GPT-5 is designed with enhanced safety mechanisms, making it even better at aligning with human values and ethical standards. 💡 Whether you’re a researcher, developer, content creator, or just curious about the future of AI, GPT-5 is here to empower your work, spark creativity, and unlock new possibilities. 🌐 Dive into the future of AI with GPT-5 today! ➖➖➖➖🔻 🧠 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#GPT5#AI#ArtificialIntelligence#Innovation#FutureOfAI ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #13 · 18.01.2025 г., 14:51

🚀 Exciting News from OpenAI! 🤖✨ OpenAI is reviving its Robotics Initiative, and it's as ambitious as ever! They're hiring for roles to develop versatile, adaptive robots equipped with custom sensors—robots that aim to operate with human-like intelligence in real-world settings. 🌎🤖 Imagine robots navigating our world with the power of OpenAI's cutting-edge AI models—helping, innovating, and making life better for everyone. 🌟 This is a huge step in bringing AI into the physical world, and we can't wait to see what they'll achieve! 🙌 💡 Thoughts on this exciting development? Drop them in the comments below! ⬇️ ➖➖➖➖🔻 💎@Chatgpt_OfficialNewsjoin US ⚡️ 🤖BOT:@Chatgpt_OfficialBOT 📱#ChatGPT#AI#OpenAI#Robotics#AIInnovation#FutureOfAI#TechNews ➖➖➖➖🔺

AI & Law

@ai_and_law · Post #28 · 14.06.2023 г., 13:58

MEPs ready to negotiate first-ever rules for safe and transparent AI Members of the European Parliament (MEPs) are prepared to enter negotiations for the establishment of groundbreaking rules governing the safe and transparent use of artificial intelligence. Today the European Parliament adopted its negotiating position on the Artificial Intelligence Act with 499 votes in favour, 28 against and 93 abstentions ahead of talks with EU member states on the final shape of the law. Negotiations with the Council on the final form of the law will begin later today. #AI#Regulation#EuropeanParliament#AIAct#Ethics#Transparency#DataProtection#Innovation#FutureOfAI

Crypto M - Crypto News

@CryptoM · Post #64466 · 09.04.2026 г., 01:24

🚀 CZ on AI's Trajectory: 'Right Now We Solve Problems for AI — Soon AI Will Solve Problems for Us' Speaking on The Wolf of All Streets Podcast, Binance co-founder Changpeng Zhao (CZ) said the exchange's original 2018 customer service agent "cs_bob" was not true AI but rather an SQL script, which has since evolved significantly. CZ said approximately 80% of Binance's customer support inquiries are now handled from first response to resolution by AI, with a target of reaching 99%. He expressed confidence that advances in neural language models and new training data will close the gap. CZ described AI as one of three transformative technologies of his adult lifetime — alongside the internet and blockchain — and said the trajectory will shift from humans solving problems for AI to AI solving problems for humans. #AI#Binance#CZ#Blockchain#NeuralLanguageModels#CustomerSupport#TechTransformation#FutureOfAI#BNB