Вторая по частоте 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
#EGLD/USDT analysis :
#EGLD is currently in an uptrend, trading above the 200 EMA. The price has successfully broken out and retested the previous swing high resistance levels. It is anticipated that the price will bounce back from this point and continue its bullish momentum, aiming to test the recent swing high.
TF : 4h
Entry : $28.44
Target : $33.75
SL : $26.00
#EGLD/USDT analysis :
#EGLD has broken out and retested the support zone. It is now expected to bounce from this support zone and test the previous swing high level.
TF : 1D
Entry : $26.26
Target : $28.14
SL : $25.12
#EGLD Weekly Support Zone Retest🧐
MultiversX is testing the lowerboundary of the descendingchannel formation on the weekly timeframe👨💻
This area serves as a launchpad for a potential bullish reversal🔍
A confirmed rebound could propel the price toward targets at $7, $12, $22, $38, $58, $77, $120, and $200🎯
#EGLD
MultiversX has successfully broken out of the descendingchannel pattern on the daily timeframe
Price action shows strong bullish momentum after breaching the descending resistance
Expect a continuation toward targets at $20.50, $26.00, and $38.00🎯
#EGLD bounced back from the Green zone on 12H Time frame,we expect more pumps after breakup from the Trendline,send it 💎
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
#EGLD is trying to break up the Supply zone on Weekly time frame,in the case of breakout we may see another bullish leg🚀
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
💰#EGLD price bounced from the support of $30.50-$31 area. The local resistance is $32.89-$33.50 area and the price is rejected from there. 👀
The major resistance is the $37.10-$38 area. You can open long positions near the support area with tight stop loss.
📈
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️