Вторая по частоте future-функция, которую я использовал, это абсолютный импорт
from __future__ import absolute_import
Что она делает?
Изменения, которые вносит эта инъекция описаны в PEP328
Покажу простой пример.
Допустим, есть такой пакет:
/my_package
/__init__.py
/main.py
/string.py
Смотрим код в my_package/main.py
# main.py
import string
Простой пример готов) Вопрос в том, какой модуль импортируется в данном случае? Есть два варианта:
1. модуль в моём пакете my_package.string
2. стандартный модуль string
И вот тут вступает в дело приоритет импортов. В Python2 порядок следующий: помимо иных источников, раньше ищется модуль внутри текущего пакета, а потом в стандартных библиотеках. Таким образом мы импортнём my_package.string.
Но в Python3 это поведение изменилось. Если мы указываем просто имя пакета, то ищется именно такой модуль, игнорируя имена в текущем пакете. Если мы хотим импортнуть именно подмодуль из нашего пакета то, мы должны теперь явно это указывать.
from my_package import string
или относительный импорт, но с указанием пути относительно текущего модуля main
from . import string
Еще одной неоднозначностью меньше 😎
Подробней про импорты здесь:
https://docs.python.org/3/tutorial/modules.html
#2to3#pep#basic
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
#ЦифровойКонтекст
VRHAM! 2025: искусство, которое погружает 🌀
🌸 С 11 по 18 июня в Гамбурге проходит биеннале цифрового и иммерсивного искусства VRHAM! 2025
Это платформа, где художники исследуют реальность через технологии 🩰
— VR-инсталляции
— генеративное искусство
— проекты с использованием ИИ и робототехники
В числе участников — Sougwen Chung и Olivia McGilchrist, объединяющие перформанс, машинное обучение и новые медиа 🦋
VRHAM! показывает, как искусство может выйти за пределы экрана и превратиться в опыт, в который можно войти.
#VRHAM#ImmersiveArt#AIArt#DigitalArt#СовременноеИскусство#ArtAndTech
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
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
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
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