TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #309 · 2 фев.

Метод строки split() разделяет строку на несколько строк по указанному символу >>> "a_b_c".split('_') ['a', 'b', 'c'] Можно указать максимальное количество разделений >>> "a_b_c".split('_', 1) ['a', 'b_c'] Или резать с другой стороны с помощью rsplit() (right split) >>> "a_b_c".rsplit('_', 1) ['a_b', 'c'] А что будет если оставить аргументы пустыми? >>> "a_b_c".split() ['a_b_c'] Получаем список с одним элементом, потому что по умолчанию используется пробельный символ. >>> "a b c".split() ['a', 'b', 'c'] То есть это равнозначно такому вызову? >>> "a b c".split(" ") ['a', 'b', 'c'] Кажется да, но нет! Давайте попробуем добавить пробелов между буквами >>> "a b c".split(" ") ['a', '', '', 'b', '', '', 'c'] И вот картина уже не так предсказуема 😕 А вот что будет по умолчанию >>> "a b c".split() ['a', 'b', 'c'] Всё снова красиво! 🤩 По умолчанию в качестве разделителя используется любой пробельный символ, будь то табуляция или новая строка. Включая несколько таких символов идущих подряд. А также игнорируются пробельные символы по краям строки. >>> "a\t b\n c ".split() ['a', 'b', 'c'] Аналогичный способ можно собрать с помощью регулярного выражения. Но пробелы по краям строки придется обрабатывать дополнительно. >>> import re >>> re.split(r"\s+", ' a b c '.strip()) ['a', 'b', 'c'] Здесь тоже можно указать количество разделений >>> re.split(r"\s+", 'a b c', 1) ['a', 'b c'] А что если мы хотим написать красиво, то есть split() без аргументов, но при этом указать количество разделений? В этом случае первым аргументом передаём None >>> "a\n b c".split(None, 1) ['a', 'b c'] Данный метод не учитывает строки с пробелами, взятые в кавычки 'a "b c" '.split() ['a', '"b', 'c"'] Но для таких случаев есть другие способы. #tricks#basic

Резултати

Пронајдени 3 слични објави

Пребарај: #hargeisa

当前筛选 #hargeisa清除筛选
Addis Standard

@addisstandardeng · Post #21092 · 16.01.2026 г., 10:31

#Hargeisa sees mass rally in support of #Somaliland–#UAE partnership Thousands of people gathered in the capital Hargeisa on Thursday afternoon, waving flags and chanting pro-UAE slogans in a mass rally expressing public support for the United Arab Emirates and its partnership with Somaliland. The demonstration began at around 4:00 p.m. local time and continued through the evening until 9:00 p.m., according to witnesses, with crowds filling major streets and public spaces across the city. “The UAE is our strongest partner and has proven it through real investment,” said Mohamed Ahmed, one of the demonstrators. “This turnout shows how much the people value that relationship.” Somaliland officials say the UAE is the country’s largest foreign investor, backing major infrastructure projects including Berbera Port and the Berbera–Wajaale corridor, which links the Red Sea coast to Ethiopia ... https://www.horndiplomat.com/somaliland-rally-highlights-growing-public-support-for-uae-partnership/

Addis Standard

@addisstandardeng · Post #21237 · 29.01.2026 г., 13:28

News: #Ethio_Telecom, #Somcable discuss cross-border digital, telecom cooperation Ethio Telecom said it has held talks with Somcable, a private telecommunications company headquartered in #Hargeisa, on establishing a strategic cross-border partnership aimed at expanding cooperation in international digital and telecommunications services. In a statement, Ethio Telecom said its Chief Executive Officer, Frehiwot Tamiru, met with Somcable Chairman Mohamed Said Guedi and Chief Executive Officer Mohamed Ibrahim Ahmed to explore collaboration opportunities focused on accelerating growth in foreign markets through digital solutions. According to the statement, discussions centered on leveraging digital technologies to enhance international market potential, with Ethio Telecom briefing the Somcable delegation on its ongoing transformation agenda & strategic priorities. Frehiwot emphasized..... https://www.facebook.com/AddisstandardEng/posts/pfbid02ymQgcSJ7mxtrpY12K5wRFZXU8tCjuarJdr3gLxuybYUxa4DhogmVhHcq1WEUXVVfl

Addis Standard

@addisstandardeng · Post #21562 · 28.02.2026 г., 10:58

#Djibouti leader wary of #Israel’s presence in #Somaliland Djibouti President Ismail Omar #Guelleh on Friday warned that the establishment of an Israeli military base in the strategic port city of #Berbera in Somaliland will pose a direct threat to regional stability. Speaking to a local media, Guelleh accused Israel of exploiting Somaliland’s decades-long quest for statehood to secure a foothold in the Horn of Africa. He expressed deep concern that the authorities in #Hargeisa might agree to any geopolitical concession in exchange for formal recognition. The veteran leader also leveled uncharacteristically blunt criticism at the United Arab Emirates, describing the Gulf nation as Israel’s primary “gateway” into the region. Guelleh pointed out that the #UAE is driving strategic shifts in the Horn of Africa and the #Red_Sea that exacerbate existing conflicts. He further alleged.... https://web.facebook.com/AddisstandardEng/posts/pfbid02eCjUg8BmbcGMNdTaybhh1dcaRUKUG8Gt8batRZvmsGemat4LxFLfoWLCD8eVbcdUl