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

Пребарај: #warcrime

当前筛选 #warcrime清除筛选

Russian Defence Ministry (@mod_russia_en): ❗️Statement by Russian Defence Ministry ▪️ On March 14, at about 11.30 a.m. Moscow time, Tochka-U tactical missile was fired at a residential block of Donetsk city from the territory controlled by the Kiev nationalist regime. ▪️ The shelling of the city was carried out from the north-western direction, from the area of Krasnoarmeysk settlement, which is controlled by Ukrainian nationalist units. ▪️ As a result of the explosion of a cluster warhead in the center of Donetsk, 20 civilians were killed. Another 28 people, including children, were seriously injured and taken to medical institutions. ▪️ The use of such weapons on a town with no armed forces firing positions, i.e. deliberately targeting civilians, is a war crime. #Ukraine#Donetsk#WarCrime

MessageInABottle

@mib_messageinabottle · Post #7114 · 22.11.2024 г., 15:27

How a Secluded 1984 Conference Forged Israel’s Unprecedented Influence Over US Media October 31st, 2024 By Kit Klarenberg . In the first week of January 2024, Israeli forces fired 355 bullets at a car containing a five-year-old, then shot at rescue workers who rushed to save her life. An indisputible act of murder, a definite #WarCrime – yet, per many Western media headlines, she was simply a “girl killed in Gaza.” The circumstances and perpetrators of her death, if mentioned at all, were invariably buried at the bottom of reports, well hidden from the 80% of the news-consuming public who only read headlines. In contrast, on October 15 2024, Sky News was very keen that its viewers know the names and faces of four “teenage” #IDF soldiers “killed” in a “#Hezbollah#drone attack,” humanizing and infantilizing individuals who, by mere token of their service in Israel’s military, are by definition, guilty of genocide. ..... (read more....)

MessageInABottle

@mib_messageinabottle · Post #6865 · 21.05.2024 г., 22:42

🇺🇸#USA #US#Senator#LindseyGraham voices his fear that, due to the International Criminal Court's (#ICC) #WarCrime Charges against Israeli PM #Netanyahu, there might after all even be some adverse #legal consequences for both his own, and his country's, illegal War actions. "If they'll do this to Israel, we're next."