Ранее я делал серию постов про битовые операторы.
Вот вам ещё один наглядный пример как это используется в Python в модуле re.
Чтобы указать флаг для компилятора нам надо указать его после передаваемой строки. Например, добавляем флаг для игнорирования переноса строки.
pattern = re.compile(r"(\w+)+")
words = pattern.search(text, re.DOTALL)
А как указать несколько флагов? Ведь явно будут ситуации когда нам потребуется больше одного. Кто читал посты по битовые операторы уже понял как.
pattern.search(text, re.DOTALL | re.VERBOSE)
А теперь смотрим исходники, что находится в этих атрибутах?
Не удивительно, степени двойки. Почему? Потому что каждое следующее значение это сдвиг единицы влево.
>>> for n in [1, 2, 4, 8, 16, 32, 64, 128, 256]:
>>>
print(bin(n))
0b1
0b10
0b100
0b1000
0b10000
0b100000
0b1000000
0b10000000
0b100000000
Чтобы было понятней, давайте напишем тоже самое но иначе, добавим ведущие нули:
000000001
000000010
000000100
000001000
000010000
000100000
001000000
010000000
100000000
Не понятно что тут происходит? Читай три поста про битовые операторы начиная с этого ➡️https://t.me/pythonotes/45
В общем, это пример применения побитовых операций в самом Python.
Теперь вы знаете Python еще немного лучше)
#tricks#regex#libs
🚢Worley выполнит FEED-инжиниринг для газового проекта Aphrodite компании Chevron.
Инженерная компания Worley получила контракт от Chevron Cyprus Limited (дочерней структуры Chevron Corporation) на выполнение работ по front-end engineering design (FEED)и закупкам оборудования для разработки газового месторождения Aphroditeу побережья Кипра в Восточном Средиземноморье.
Контракт предусматривает проектирование полной инфраструктуры проекта, включая подводные системы, плавучую производственную установку (FPU), экспортный газопровод и береговой приемный терминал. Также Worley будет заниматься закупкой оборудования для морских и наземных объектов.
Работы выполняются на основе компенсационного контракта engineering & procurement и продолжат ранее выполненные компанией этапы pre-FEED и подготовки проекта. Завершение стадии FEED ожидается к декабрю 2026 года.
Месторождение Aphrodite, расположенное в блоке 12 исключительной экономической зоны Кипра, содержит примерно 3,5 трлн кубических футов газа и станет первым офшорным газовым проектом страны. Начало добычи планируется ориентировочно в 2032 году.
Оператором проекта выступает Chevron Cyprus (35%), партнёрами являются BG Cyprus (Shell) — 35% и NewMed Energy — 30%.
📌Worley Limited — международная инженерная и консалтинговая компания в сфере энергетики и инфраструктуры, основана в 1971 году в Австралии. Компания является публичной и торгуется на Australian Securities Exchange (ASX); крупнейшие акционеры — институциональные инвесторы.
#OffshoreGas#Chevron#Worley#EasternMediterranean#EnergyProjects
🔺Continuation from above
@rednile12
⚔️ Turkey: Strategic Catalyst
While Greek officials publicly deny targeting Turkey, the logic is clear:
▪️Turkish Blue Homeland doctrine
▪️Naval assertiveness near Cyprus and drilling disputes
▪️40,000–60,000 troops in northern Cyprus
▪️Expansion in Syria
The Xenophon concept is deterrence by coordination, raising the cost of Turkish escalation while avoiding overt provocation. Turkish responses online and politically reveal strategic irritation rather than indifference.
🛢️ EastMed & the U.S. Energy Play
The security and energy dimensions are inseparable. EastMed — signed in Athens in January 2020 — was designed to link Israeli and Cypriot gas directly to Greece and onward to Europe, bypassing unstable intermediaries and reducing Europe’s exposure to Russian energy coercion.
Consider the broader context:
🔹Nord Stream sabotage and closure of the Ukrainian transit corridor left Russia’s gas flowing via TurkStream, allowing Ankara to profit while Europe remained dependent.
🔹 U.S. President Trump explicitly pushed the EU to stop importing Russian gas while sabotaging Nord Stream, aiming to reroute Europe toward alternative suppliers.
🔹Analysts note the difference between Biden and Trump is one of style, not strategic logic — both administrations favored managing intermediaries over creating truly sovereign connectivity.
🔹 Other attempts, like IMEC linking India, the Gulf, and Europe, reveal the limits of Washington’s approach: symbolic agreements without Mediterranean anchors cannot secure reliable energy corridors, leaving Turkish leverage intact.
🇪🇬 Egypt: Bridge and Buffer
Israel’s growing gas cooperation with Egypt complements EastMed rather than undermining it:
▪️ Egypt provides an immediate, pragmatic export route via existing LNG terminals
▪️ EastMed remains the long-term, direct corridor to Europe
Together, they offer flexibility without reducing sovereignty. But Egypt’s role is also constrained: it is increasingly a logistics node in an Israel-centric Mediterranean security and energy order, limiting its diplomatic maneuvering, especially regarding Gaza.
🇵🇸 Palestine: Sidelined
Palestine remains absent from regional security and energy calculus. Gaza is treated as a permanent security zone, not a political partner, while Israel embeds itself into Mediterranean and European security networks.
Arab leverage erodes, and Palestine is reduced from a regional cause to a managed file.
🔻 Strategic Takeaways
🔹Xenophon Force: Multinational rapid response, signaling pro-Western deterrence, complicating Turkish ambitions.
🔹Energy Security: EastMed + Egypt LNG = sovereign flexibility for Europe, bypassing unstable intermediaries.
🔹U.S. Influence: Preference for managing intermediaries (Turkey, Ukraine, Central Asia) over eliminating dependency, risking strategic incoherence.
🔹Regional Impacts: Egypt partially integrated, Palestine structurally marginalized, Turkey forced to recalibrate.
This is not peace architecture. It is conflict management for the strong — and structural invisibility for the weak.
🔴Follow @rednile12 for critical geopolitical analysis
#RedNile_Geopolitics
#EasternMediterranean#XenophonForce#IsraelGreeceCyprus#Turkey#Egypt#Palestine#EastMedPipeline#EnergyGeopolitics#BlueHomeland#NordStream#USEnergyStrategy#MediterraneanSecurity#RedNileMedia