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

Резултати

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

Пребарај: #smartai

当前筛选 #smartai清除筛选
ChatGPT AI Technology News

@chatgpt_officialnews · Post #67 · 24.03.2025 г., 15:59

🚀 Student Mode – Your AI Study Buddy! 📚🎓 Struggling with studies? AI is now your ultimate learning assistant! 🏆 ✨ What can it do? ✅ Homework Help – Get explanations & answers instantly! ✅ Summarize Texts & Notes – Save time while studying! ✅ Answer Any Subject Questions – Math, Science, History & more! 💡 How to activate? Simply type: 🔹 /mode – Select Student Mode for a smart study buddy! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Ace your studies with AI-powered learning! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #62 · 22.03.2025 г., 17:52

Nearly 100% of cancer identified by new AI, easily outperforming doctors | In what's expected to soon be commonplace, AI is being harnessed to pick up signs of cancer more accurately than the trained human eye. 🔥 The ultimate all-in-one AI mode is here! Try it today! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #61 · 22.03.2025 г., 15:59

🚀 Standard Mode – The Perfect Balance! 🎯🤖 Need a reliable, well-rounded AI assistant? Standard Mode is here! 🏆 ✨ What can it do? ✅ Great for everyday tasks – Chatting, answering questions, and quick research. ✅ Balanced Performance – No overcomplications, just smart AI! ✅ Perfect for casual and professional use – Your all-in-one AI assistant. 💡 How to activate? Simply type: 🔹 /mode – Select Standard Mode for a smooth AI experience! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 The ultimate all-in-one AI mode is here! Try it today! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #56 · 21.03.2025 г., 15:59

🚀 The Next Leap – GPT-4.5 is Here! 🌍🔥 Welcome to the future of AI with GPT-4.5 – smarter, faster, and better than ever! 💡🤖 ✨ Why Choose GPT-4.5? ✅ Reduced Hallucinations – More accurate responses! ✅ Enhanced Memory – AI that understands better! ✅ Next-Level Performance – Optimized for complex tasks! 💡 How to activate? Simply type: 🔹 /model – Choose GPT-4.5 for peak performance! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Unlock the power of GPT-4.5 today! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #69 · 25.03.2025 г., 15:59

🚀 Psychologist Mode – AI That Listens! 🧠💬 Need someone to talk to? Psychologist Mode is here for thoughtful, supportive conversations. 💖 ✨ What can it do? ✅ Offers Emotional Support – AI that listens & responds with care. ✅ Stress & Anxiety Advice – Get helpful guidance anytime. ✅ Confidential & Non-Judgmental – Your personal AI therapist. 💡 How to activate? Simply type: 🔹 /mode – Select Psychologist Mode for mindful AI conversations! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Your AI support system is just one command away! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#Psychologue#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #59 · 21.03.2025 г., 21:46

2️⃣Manage Conversations Like a Boss – I’ve Got You Covered!@Chatgpt_OfficialBOT Ever forget where you left off in a chat? No stress! With my nifty /conversations feature, you can peek at your chat history whenever you want. And guess what? I’m a threading ninja – reply in a thread, and I’ll keep it locked on that topic, no mess, no fuss! 🍕 Try this: Start a thread with @Chatgpt_OfficialBOT about the best pizza toppings (pepperoni or bust?), then spin off a totally separate convo about learning English – each one stays neat and isolated, like your own little chat universes! 🧠 Picture it: We’re deep in a cheesy pizza debate in one thread, while another’s all about nailing that perfect “Hello!” It’s like I’m your personal chat maestro, keeping everything smooth and vibey. Jump in today and let’s keep the good times rolling! ⭐️Try different conversations Isolated on various topics. ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#AIProductivity#ChatMemory#SmartAI#ChatGPT#OpenAI#ChatBot ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #51 · 20.03.2025 г., 15:59

🚀 Introducing GPT-4o – The Ultimate AI Experience! 🤯✨ Get ready for powerful, cutting-edge AI with GPT-4o! 🏆🔥 ✨ What makes GPT-4o special? ✅ Super Smart – Advanced reasoning & deep contextual understanding! ✅ Lightning Fast – Faster than ever before! ✅ Multi-Purpose – Writing, coding, learning, and more! 💡 How to activate? Simply type: 🔹 /model – Choose GPT-4o for the best AI experience! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Experience AI like never before with GPT-4o! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4o#NextGenAI#PowerfulAI#AIChat#SmartAI ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #65 · 23.03.2025 г., 15:59

🚀 Programmer Mode – Code Like a Pro! 💻🧠 Calling all developers & tech enthusiasts! 🖥 GPT is now optimized for coding & debugging! ✨ What can it do? ✅ Write & Debug Code – Get instant programming help! ✅ Supports Multiple Languages – Python, JavaScript, C++, and more! ✅ Explains Complex Concepts – AI-powered programming tutor! 💡 How to activate? Simply type: 🔹 /mode – Select Programmer Mode to unlock coding power! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Boost your productivity with AI-powered coding assistance! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel#AI#News ➖➖➖➖🔺