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 слични објави

Пребарај: #westernsyria

当前筛选 #westernsyria清除筛选
Eva Karene Bartlett

@EvaKarene_Bartlett · Post #30464 · 13.04.2026 г., 12:44

#WesternSyria | #Homs: 5 day after the attack that saw her mother die and critically injured her and her father, the little girl Lilas As'aad finally succumbed to her injuries. This is just one of the almost daily deadly attacks targeting Alawites and other minorities in Homs city, most of these attacks happen in the presence of regime checkpoints, also have known inciters and perpetrators yet to this moment none of the terrorists have been apprehended, which proves the regime's connection to these attacks

Eva Karene Bartlett

@EvaKarene_Bartlett · Post #30331 · 03.04.2026 г., 13:02

#WesternSyria | W. #Hama: Two Alawite men killed while working on their land by Al-Jolani’s terrorist militias “Muhammad Hafez Al-Ali” and “Yusuf Muhammad Al-Ali” were killed yesterday, April 2, 2026, by an armed terrorist group affiliated with Al-Jolani’s militias, while working on their land located north of the village of #alBayad, in the municipality of Umm Al-Tuyur, in the W. #Hama countryside.

The Levantine Revolutionary Party - LRP

@levantineunion · Post #235 · 30.03.2026 г., 20:54

#Baniyas | #WesternSyria : The statue of the Virgin Mary at a shrine known as #alBasiya Shrine, located in the #alKharab area in the Baniyas countryside, was vandalized yesterday, March 29, 2026.(photo to the left) It is worth noting that a previous statue of the Virgin Mary at the same shrine had been vandalized on February 19, 2026 (photo to the right). Locals replaced it, only for it to be vandalized a second time.​​​​​​​​​​​​​​​​