@perspectiveix · Post #1338 · 18.06.2018 г., 15:00
🍰Look & Taste Dinara Kasko is a pioneering pastry chef who creates delicious edible sculptures using 3D-printed moulds. #3DPrinting 🚀@PerspectiveIX ☕️prs.pctvix.co/2M8AAOb
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
Пребарај: #3dprinting
@perspectiveix · Post #1338 · 18.06.2018 г., 15:00
🍰Look & Taste Dinara Kasko is a pioneering pastry chef who creates delicious edible sculptures using 3D-printed moulds. #3DPrinting 🚀@PerspectiveIX ☕️prs.pctvix.co/2M8AAOb
Hashtags
@jackmawillcall · Post #526 · 09.06.2021 г., 14:08
Подборка бизнес новостей от Chinaccelerator 09.06 1. Alibaba Cloud to invest $1b to fund startups and empower developers in APAC region 2. Chinese online grocery Dingdong Maicai files for US IPO 3. Alibaba-backed online education giant Zuoyebang downsizes amid tightening policy control 4. Chinese lidar maker Hesai lands $300M led by Hillhouse, Xiaomi, Meituan 5. Cross-border logistics platform Kuajinghaoyun 跨境好运 nets millions of yuan from Temasek unit, other investors 6. Chinese O2O pharma platform Dingdang Health nets $22m led by TPG Capital Asia 7. Wagely, an Indonesian earned wage access and financial services platform, raises $5.6M 8. Tiger Global leads USD 35 million Series C round in Indian automobile startup GoMechanic 9. SOSV Chinaccelerator portfolio, edtech company NewCampus, raised fresh funds of $2million 10. Singapore startup that develops plant-based eggs Float Foods banks $1.7m in seed round 11. Razer partners with Hong Kong startup Clearbot to build self-driving ships to clean marine waste Check out all 43 tech-related news articles covering #teammanagement#3Dprinting#cybersecurity, etc, at https://chinaccelerator.com/news-posts/chinaccelerator-daily-digest-06-09-2021/ You can find the original articles' links there.
@arch_shovel · Post #982 · 30.11.2024 г., 18:19
New Delft Blue is a pioneering architectural project located in Delft, Netherlands, designed and 3D-printed by Studio RAP. This project reinterprets the iconic decorative qualities and design vocabulary of Delft Blue porcelain, integrating traditional elements with modern technological advancements. By combining 3D clay printing, computational design, and artisanal glazing, the project explores new possibilities for ceramic ornamentation in contemporary architecture. 📸Riccardo de Vecchi #3dprint#3dprintedarchitecture#3dprinting#ceramic#arch_shovel
@arch_shovel · Post #1039 · 29.07.2025 г., 15:28
A multidisciplinary team of XISUI Design has created a 3D concrete-printed playground in Shandong Province, China. Named Boulder Park, a 13,000-square-metre community park in Ji’nan, combines massive boulders - a natural material symbolizing eternity - as the core design element. These boulders complement the park’s experiential and practical offerings. Stones in the shallow creek can be incorporated into the water play installation, and boulders set over a sandpit can be used as climbing and resting play structures. Additionally, cutting-edge 3D-printed concrete technology is used to build a huge rock cave adventure area. Images 1-2-3-4-5 📸 Zhou Sheng. Image 6 📸 Hu Yihao. #design#playgrounddesign#park#urban#3dprinting#3dprintingconcrete#china
@lakonsky · Post #2419 · 12.04.2026 г., 21:42
#Drukarmy#Technomagic#3D#Drucken#Print#Печать#ВСУ#ЗСУ#Украина#Победа#FPV#Дорон#Коптер#Друкармия#Drukarmy#3dprinting
@venturevillagewall · Post #4182 · 18.02.2025 г., 13:00
Recent Startup Funding Rounds Announced Several startups have recently secured funding to advance their innovative solutions: - Lizzy Care: $2.60M for transforming dementia care with technology and support. - Nuj Super: $2.53M for developing enhanced superannuation solutions. - Aithra: $2.10M for unique 3D printing innovations with diverse material capabilities. - AlterDiag: $2.08M for rapid diagnostic tests targeting unmet medical needs. - Solo AI: $2M for an AI-driven music platform for easy track creation and monetization. - Banca.Me: $2M for risk-free financial solutions for individuals and companies. - Visalaw.ai: $1.60M for AI research and drafting services in immigration law. - HYDGEN: $1.49M for green hydrogen solutions promoting decarbonization. - Cancrie: $1.20M for enhancing energy efficiency in batteries by innovating with waste materials. - Hill: $1.20M focusing on improving infrastructure solutions. #Funding#Startups#Healthcare#AI#3DPrinting#Biotech#Fintech#MusicTech#Energy#Hydrogen#Sustainability#Decarbonization#DiagnosticTests#Immigration#Batteries#Innovations#VC#Tech
@venturevillagewall · Post #3737 · 28.12.2024 г., 13:00
Funding Rounds Highlight Innovative Startups 🚀 Recent funding rounds showcase exciting innovations: - JOBO Interim: $2M raised - A digital temporary agency improving job placements. More Info - Proxima Technology: $1.97M raised - Revolutionizing algorithms with mathematics. More Info - Vibezone: $1.78M raised - K-pop-inspired platform launched from Samsung's C-Lab. More Info - Frontier Bio: $1.30M raised - Pioneering 3D bioprinting to enhance tissue engineering. More Info - AROUSAL Tech.: $1.27M raised - Integrating tech and entertainment through innovative applications. More Info - YADOKARI: $1.17M raised - Promoting a new culture of living in unconventional homes. More Info - The Grid: $624.26K raised - Directory for Web3 projects focused on Solana. More Info - PLANA: $308.88K raised - Developing hybrid AAM eVTOL. More Info - Co Print: $200K raised - Advanced 3D printing solutions for vibrant colors. More Info - SourceSmart: $175K raised - Optimizing supply chains with AI. More Info #Funding#Startups#Investment#JOBO#Proxima#Vibezone#FrontierBio#AROUSAL#YADOKARI#TheGrid#PLANA#CoPrint#SourceSmart#AI#Crypto#Web3#Tech#Innovation#Bioprinting#3DPrinting#SupplyChain#Ecosystem