@borkena · Post #5895 · 01.03.2026 г., 05:36
የራያ ማንነት አስመላሽ ኮሚቴ ጋር የተደረገ ቃለ ምልልስ https://youtu.be/-0cPFDyO4vE?si=LVIFxNROa-Qg0zt9#raya#Tigray#Ethiopia#politics
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #60 · 31 мар.
Вторая по частоте 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
Пребарај: #raya
@borkena · Post #5895 · 01.03.2026 г., 05:36
የራያ ማንነት አስመላሽ ኮሚቴ ጋር የተደረገ ቃለ ምልልስ https://youtu.be/-0cPFDyO4vE?si=LVIFxNROa-Qg0zt9#raya#Tigray#Ethiopia#politics
@borkena · Post #5671 · 01.01.2026 г., 15:15
Why the World Misunderstands Wolkait and Raya. Read more. https://borkena.com/2026/01/01/ethiopia-why-the-world-misunderstands-wolkait-and-raya/#Ethiopia#Wolkait#Raya#politics
@borkena · Post #5840 · 24.02.2026 г., 11:29
ከወሎ ራያ አማራ ማንነትና ወሰን አስመላሽ ኮሜቴ #Ethiopia#Wello#Raya#ዜና#HouseofFederation
@borkena · Post #5835 · 23.02.2026 г., 17:02
የፌደሬሽን ምክር ቤት በወልቃይት እና ራያ ጉዳይ ላይ ያሳለፈው ውሳኔ እና ያስከተለው ውዝግብ https://youtu.be/6-VMdjC00-s?si=WaToTw2UC25ZoUKO#Ethiopia#News#Wolkait#humera#Raya#Tigray#ዜና
@addisstandardeng · Post #21370 · 11.02.2026 г., 12:55
News: #Amhara security bureau alleges #TPLF, #Eritrea involvement in ongoing conflicts The Amhara Regional State Peace and Security Bureau has alleged that ongoing conflicts in the Amhara region and elsewhere in #Ethiopia are receiving what it described as “leadership and logistical support from #Mekelle and #Asmara,” referring to the Tigray People’s Liberation Front (TPLF) and Eritrean government. In a statement released yesterday, the bureau said the public “must understand the reality” that the fighting is not only against groups it characterized as “extremists” but also involves what it described as internal and external actors. The statement further alleged that a group seeking control over the areas of #Wolkait, #Telemt, and #Raya had assigned what it called a mission to “internal extremist forces” and was mobilizing them to advance that objective. According to the bureau, the strategy aims to create conflicts across various zones and districts to... Read more: https://addisstandard.com/?p=55148