Вторая по частоте 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
🚀Mozo hits 450K followers! 🎉
A massive thank you to our amazing community for your support! We’re just getting started—stay tuned for more exciting updates, events, and rewards.
Let’s keep growing together! #Mozo
Website|Twitter|Community|Telegram Mini App|News Channel
Have you noticed that #Mozo is trending? 😜
We’re thrilled to see our community growing and embracing the future of decentralized AI!
Website|Twitter|Community|Telegram Mini App|News Channel
Data is more than just numbers—it's a reflection of who we are. The idea that corporations and governments can own or control our data threatens our personal freedom.
It’s time to reclaim your data and take back control. #Mozo
Website|Twitter|Community|Telegram Mini App|News Channel
GM #Mozo Builders🌞
Something exciting is just around the corner. Stay tuned for what’s coming next! 👀
Website|Twitter|Community|Telegram Mini App|News Channel
🚀 Exciting news!
#Mozo is partnering with CocosStudio, the premier platform powered by the world’s No.1 mini-game engine, Cocos Engine!
With a global community of over 1.6 million developers across 203 regions, Cocos Studio leads in mini-game development, incubation, and acceleration.
Together, we’re bridging the gap between Web2 and Web3, empowering developers to seamlessly transition to the decentralized world.
Website|Twitter|Community|Telegram Mini App|News Channel
We’re excited to announce our partnership with koi_protocol, a groundbreaking platform backed by Binance Labs
K.O.I combines the joy of virtual pet care with sophisticated AI competitive elements, all anchored on the Ethereum blockchain. This immersive environment caters to both casual and competitive gamers, enabling them to nurture, train, and trade their virtual companions.
Together, #Mozo and K.O.I will leverage advanced AI to enhance user experiences and drive innovation in the virtual pet gaming space.
Website|Twitter|Community|Telegram Mini App|News Channel
How to drive mass adoption of Web3? Lower the entry barriers for users! It's that simple.
👑 Pepe King is coming! Join #Mozo now and use your Telegram to earn free points. Don’t miss out!
🎮Play Now: https://t.me/mozoai_bot/hub
Website|Twitter|Community|Telegram Mini App|News Channel
1/6 The limitations of centralized control highlight the critical need for decentralized data in LLM development and RAG services. Let's explore why decentralized data is the future.
2/6 Enhanced Data Quality: Decentralization fosters a more inclusive environment where diverse user communities contribute data and perspectives. This enriches the knowledge base for LLMs, improving their performance and accuracy.
3/6 Reduced Biases: By removing centralized control of data sources, we significantly reduce potential biases. This promotes the development of fairer and more ethical AI models that benefit all users.
4/6 Increased Innovation: Decentralization fosters an environment where new ideas and contributions from the broader community can flourish, accelerating innovation in AI and leading to more advanced and powerful LLM models.
5/6 By harnessing the power of decentralized data, #Mozo proposes a novel solution that empowers regular users to actively contribute to the future of AI. This not only unlocks the full potential of LLMs but also fosters a more inclusive and ethically responsible AI development landscape.
6/6 Join us in revolutionizing AI development. Embrace decentralization and help create a more accurate, fair, and innovative future.
Website|Twitter|Community|Telegram Mini App|News Channel
🔥 Exciting news! #Mozo
🌟 New features are now live on the Mozo platform! 🌟
✅Our team is committed to continuous innovation to bring you a better experience.
❤️Explore these new features today and enjoy more efficient and smarter services!
Why #Mozo Matters:
✅Decentralized intelligence, empowering everyone.
✅Collaboration that enhances collective strength.
✅Innovation that revolutionizes industries and lives.
Be a part of Mozo’s journey!
Website|Twitter|Community|Telegram Mini App|News Channel