TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #309 · 2 фев.

Метод строки split() разделяет строку на несколько строк по указанному символу >>> "a_b_c".split('_') ['a', 'b', 'c'] Можно указать максимальное количество разделений >>> "a_b_c".split('_', 1) ['a', 'b_c'] Или резать с другой стороны с помощью rsplit() (right split) >>> "a_b_c".rsplit('_', 1) ['a_b', 'c'] А что будет если оставить аргументы пустыми? >>> "a_b_c".split() ['a_b_c'] Получаем список с одним элементом, потому что по умолчанию используется пробельный символ. >>> "a b c".split() ['a', 'b', 'c'] То есть это равнозначно такому вызову? >>> "a b c".split(" ") ['a', 'b', 'c'] Кажется да, но нет! Давайте попробуем добавить пробелов между буквами >>> "a b c".split(" ") ['a', '', '', 'b', '', '', 'c'] И вот картина уже не так предсказуема 😕 А вот что будет по умолчанию >>> "a b c".split() ['a', 'b', 'c'] Всё снова красиво! 🤩 По умолчанию в качестве разделителя используется любой пробельный символ, будь то табуляция или новая строка. Включая несколько таких символов идущих подряд. А также игнорируются пробельные символы по краям строки. >>> "a\t b\n c ".split() ['a', 'b', 'c'] Аналогичный способ можно собрать с помощью регулярного выражения. Но пробелы по краям строки придется обрабатывать дополнительно. >>> import re >>> re.split(r"\s+", ' a b c '.strip()) ['a', 'b', 'c'] Здесь тоже можно указать количество разделений >>> re.split(r"\s+", 'a b c', 1) ['a', 'b c'] А что если мы хотим написать красиво, то есть split() без аргументов, но при этом указать количество разделений? В этом случае первым аргументом передаём None >>> "a\n b c".split(None, 1) ['a', 'b c'] Данный метод не учитывает строки с пробелами, взятые в кавычки 'a "b c" '.split() ['a', '"b', 'c"'] Но для таких случаев есть другие способы. #tricks#basic

Резултати

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

Пребарај: #immersiveart

当前筛选 #immersiveart清除筛选
The Digi Doodles

@Digi_doodles · Post #617 · 28.07.2025 г., 10:30

Symbiosis of Agents — Breathing with the Machine👞 July 2025 · Interactive Installation A mirrored arena. Shifting fog. Silent robots. ☁️ Symbiosis of Agents is an immersive installation where the viewer’s breath alters the behavior of AI-driven machines. As you inhale, the atmosphere shifts —the system listens, reacts, and co-creates. What to expect: — Breath-sensitive robots — Mirror walls + fog layers — Responsive soundscape and light — You are the algorithm An artwork that dissolves the line between observer and observed🦋 #SymbiosisOfAgents#AIArt#ImmersiveArt#ArtAndTech#HumanMachine

The Digi Doodles

@Digi_doodles · Post #583 · 01.06.2025 г., 15:00

#ЦифровойКонтекст VRHAM! 2025: искусство, которое погружает 🌀 🌸 С 11 по 18 июня в Гамбурге проходит биеннале цифрового и иммерсивного искусства VRHAM! 2025 Это платформа, где художники исследуют реальность через технологии 🩰 — VR-инсталляции — генеративное искусство — проекты с использованием ИИ и робототехники В числе участников — Sougwen Chung и Olivia McGilchrist, объединяющие перформанс, машинное обучение и новые медиа 🦋 VRHAM! показывает, как искусство может выйти за пределы экрана и превратиться в опыт, в который можно войти. #VRHAM#ImmersiveArt#AIArt#DigitalArt#СовременноеИскусство#ArtAndTech

The Digi Doodles

@Digi_doodles · Post #613 · 23.07.2025 г., 16:10

InvisAbility — Snow Globe Projections in Hobart📖 July 2025 · Hobart Town Hall · Tasmania The Town Hall becomes a snow globe. 😇 As part of the InvisAbility project, this immersive installation uses light projections and interactive sound to tell stories of people with disabilities — in ways that are gentle, poetic, and public. It’s not just art — it’s presence made visible through tech. Created with community input and designed for everyone who’s ever felt unseen. Public space becomes a space of care, sound, and shimmering empathy☁️ #InvisAbility#PublicArt#ImmersiveArt#Accessibility#ArtAndTech

The Digi Doodles

@Digi_doodles · Post #615 · 26.07.2025 г., 16:00

Blooming Wonders — Digital Garden Comes Alive in Houston💐 July 2025 · ARTECHOUSE Houston What if petals were pixels?✉️ Blooming Wonders is an immersive installation that transforms motion, light, and sound into a reactive digital garden. Created by ARTECHOUSE, this experience blurs the lines between code and nature. Highlights: — Light-petals that bloom to your movement — Audio-reactive floral visuals — Tech-poetry meets springtime wonder 🌹 The more you move, the more the garden grows. A space where bodies and blossoms sync in digital rhythm. #ArtAndTech#BloomingWonders#ARTECHOUSE#DigitalGarden#ImmersiveArt

The Digi Doodles

@Digi_doodles · Post #614 · 24.07.2025 г., 15:47

Immersive Ocean — Digital Sea Comes to Life in Taipei🌊 July 2025 · Xpark Aquarium · Taiwan What happens when marine life meets projection art?🕊 The new experience Xpark meets NAKED — Ocean of Light transforms the aquarium into a living digital seascape. Featuring: — 15+ laser projectors — Interactive visuals + sound — Real fish swimming through digital waves ⛪️ Ocean meets imagination in this poetic fusion of nature and tech. #ImmersiveArt#OceanOfLight#Xpark#NAKEDInc#ArtAndTech

The Digi Doodles

@Digi_doodles · Post #611 · 22.07.2025 г., 15:39

George the Poet — Immersive “Art of Expression”🦋 July 2025 · London · Frameless What happens when fine art meets spoken word?📖 George the Poet’s new immersive experience reimagines classics like The Scream and The Great Wave — layering poetry, projection, and sound to bring new life and urgency to familiar images. Created in collaboration with the Violence Reduction Unit, the show is designed to speak directly to young people — no elitism, no gatekeeping. Art of Expression isn’t just an exhibition — it’s a call to feel, speak, and reframe culture through lived experience. #ImmersiveArt#GeorgeThePoet#SpokenWord#YouthCulture#ArtAndTech