Вторая по частоте 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
This underwear can control your #SmartHome!
Skiin smart underwear measure biometrics with sensors that are woven into the garments to track a user's health and make suggestions.
🚀@PerspectiveIX
#smarthome#misc
I have, somehow, 5 different brands of smart home products in our little apartment.
I have no idea what is going on in the smart home industry. Every brand has its own app, hub, or even protocal. So I had to install five different apps to initialize the devices. I could, in principle, ditch these apps and use google/alexa only after I installed them, however, this is still extremely inconvenient as google/alexa doesn’t support all the fancy functions of the devices.
Any solutions to this problem?
💥Detector de Humo Conectado Smartwares FSM-12601
Mantén tu hogar seguro en todo momento
✅OFERTA: 24.99€
❌ Antes: 39.47€
💰Ahorras un 37%🔥
Alerta temprana ante posibles incendios, fácil instalación y cumple con normas d
👉 Protege a tu familia ahora
#rebajas#detectordehumo#seguridadenelhogar#smarthome#ofertas#descuentos#viral#rebajasdeinvierno
🛰️Oferta publicada en Hogar
Alexa is always listening. 🎤
(And so are other apps)
Its microphones are constantly on, collecting voice recordings, tracking your habits, and building voice profiles. This data can be accessed by algorithms, human reviewers, and even third parties. 😬
Protect your privacy:
- Mute the microphone when not in use 🔴
- Delete voice recordings regularly or auto-delete them 🗑️
- Disable human review in the app settings 📱
- Use white noise to mask conversations 🌊
Take control of your data! 🔒
[Source]
@googlefactss#AlexaPrivacy#DataCollection#TechSafety#SmartHome#PrivacyTips
💥Detector de Humo Inteligente Meross MSH450
Protege tu hogar con tecnología de vanguardia
✅OFERTA: 85.49€
❌ Antes: 109.99€
💰Ahorras un 22%🔥
Doble sensor óptico para una detección más precisa, notificaciones en tiempo rea
👉 Mantén tu hogar seguro ahora
#rebajas#detectordehumo#alarmadeincendios#smarthome#seguridadhogar#tecnologiainteligente#ofertas#descuentos
🛰️Oferta publicada en Hogar
💥Enchufe inteligente Wiz para un hogar conectado
Haz de tu casa un lugar más inteligente esta Navidad
✅OFERTA: 7.98€
❌ Antes: 15.99€
💰Ahorras un 50%🔥
Controla tus dispositivos desde cualquier lugar y con comandos de voz
👉 Simplifica tu vida ahora
#wiz#enchufeinteligente#hogarinteligente#smarthome#alexa#googlehome#ofertas#navidad
🛰️Oferta publicada en Hogar
Top Tech Announcements from CES 2025
🔍CES 2025 Highlights:
1. Roborock & Dreame: New vacuum robots with robotic arms, lifting items up to 500g.
2. Lenovo: Introduced ThinkBook Plus Gen 6 with expandable OLED display, from 14 to 16.7 inches.
3. Nvidia: Launched RTX 50 series, featuring DLSS 4 for significant performance boosts.
4. SwitchBot: Unveils modular robot K20 Plus Pro, combines various home tasks.
5. Razer: Debuted Project Ava, a real-time gaming assistant chat-bot.
6. Dell: Introduced a 32-inch QD-OLED monitor that adapts sound to user's head position.
7. TCL: Showcases Ai Me, a companion robot with interactive features.
8. Based Hardware: Reveals Omi, a wearable device with a neuro-helper powered by GPT-4.
9. Withings: Presents the Omnia smart mirror, integrating health data from wearables.
10. Halliday: Launches smart glasses with real-time translation capabilities.
#CES2025#TechAnnouncements#Robots#AI#Nvidia#Gaming#Wearables#SmartHome#Lenovo#Roborock#Dreame#Razer#Dell#TCL#SmartGlasses#HealthTech#Innovations#Gadgets#VR#ComputerHardware#VC