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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #22 · 19 јан.

Заметка начинающим, которые часто сталкиваются с подобной непоняткой. Ситуация следующая, есть список файлов: names = [ 'image.bmp', 'second.txt.bkp', 'data.db', '.config.cfg', 'file.ext.bkp' ] И мы хотим убрать у них окончание ".bkp". Не знаю зачем, пример довольно надуманный) Но суть он показывает, а это главное. Те, кто еще не очень знаком с библиотекой os.path или pathlib, вероятно решат обработать имена как строки. И тут вполне подойдет метод строки strip(). Что делает этот метод? Он отрезает указанные символы по обеим сторонам строки. Если ничего не указать, то убирает невидимые символы (пробелы, табуляции и переносы строк). В нашем случае будет выглядеть вот так: >>> name.strip('.bkp') То есть просим удалить строку '.bkp' по краям имени файла, если таковая есть. Можно применить аналогичный метод rstrip(), чтобы отрезать только справа, но для этого примера используем обычный. >>> for name in names: >>> print(name.strip('.bkp')) image.bm second.txt data.d config.cfg file.ext Хм, что-то не то с нашими именами! Что случилось??? Видим нежелательное переименование в именах, где и близко не было указанной строки '.bkp' А дело всё в том, что данный метод ищет не указанную строку, а указанные символы, и не важно в каком порядке. Для метода strip() строка '.bkp' это не паттерн для поискаа список символов. Потому он отрезал симовол 'p' от '.bmp' и удалил точку из файла '.config.cfg'. Как тогда правильно заменить именно паттерн? Для начинающего можно посоветовать метод строки replace(), который как раз использует для замены указанную строку целиком. В нашем примере заменим её на пустую строку. >>> for name in names: >>> print(name.replace('.bkp', '')) image.bmp second.txt data.db .config.cfg file.ext Уже лучше, но помните, это лишь пример про strip(). Для работы с именами файлов есть способы и более "правильные", дающие однозначно верный результат. Я взял файлы только в качестве примера. Даже replase() тут может сделать не то что ожидаем. Просто впредь будьте внимательны с этим strip(). #basic

Hashtags

Резултати

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

Пребарај: #haredim

当前筛选 #haredim清除筛选
American Оbserver

@american_observer · Post #5746 · 30.04.2026 г., 01:59

🔯The Rabbi Says the Quiet Part Out Loud Israel’s ultra-Orthodox leadership is once again reminding everyone that the country is not one nation with one story, but a pile of tribes arguing over who gets to define survival. Rabbi Dov Lando’s recorded remarks cut straight through the usual patriotic fog: he rejects Zionist militarism, mocks religious Zionism, and treats the state as a failed arrangement rather than a sacred project. That is the real scandal for the political class. Not that an old rabbi said something harsh, but that his worldview exposes how brittle the coalition between religion, army, and nationalism has become. Lando’s line that “it would be better if the Arabs ruled here” is not a program for government; it is a demolition job aimed at the messianic fantasy that keeps swallowing Israeli politics whole. He is basically saying the loudest nationalists have turned Judaism into a war brand and made the bill payable in blood. Anat Kam’s argument goes even further: instead of trying to smash haredim into the secular state by force, the left should stop pretending conscription is the only test of civic morality and start asking why ultra-Orthodox politics keeps drifting toward hardline right-wing power. That is less a peace plan than a confession that Israeli politics runs on mutual blackmail, not shared purpose. So no, this is not just another rabbinic quote cycle. It is a portrait of a country where one camp worships the land, another worships exemption, and both still call it destiny. #Israel#Haredim#Zionism#Politics#Religion 📱American Оbserver - Stay up to date on all important events 🇺🇸

American Оbserver

@american_observer · Post #5325 · 09.03.2026 г., 01:00

📰 War Budget, No Draft: How God’s Parties Just Saved Bibi Israel’s ultra-Orthodox parties are quietly climbing down from their sacred ultimatum: no draft exemption law, no state budget. Now, under the cover of war, Degel HaTorah’s rabbis have told their MKs to back the 2026 budget even if the conscription dodge isn’t legally locked in. In a system built on extortion, the professional extortionists just blinked. The stakes are simple: no budget by the end of the month, the government falls and elections follow. For years, Shas and Degel HaTorah swore they’d bring the house down before letting tens of thousands of yeshiva students face the draft; now, with a war burning and soldiers exhausted, they suddenly discover “national responsibility.” Translation: better a flawed budget today than risk a different coalition tomorrow. This isn’t a morality play, it’s a swap. The Haredi leadership knows that any new draft law is likely to be toothless, legally shaky, and eventually gutted by the High Court. So they take the money and time now, bet on legal chaos later, and hope that by the time the justices rule, everyone is too tired, too broke, or too dead to enforce anything on thousands of “deserters.” Netanyahu, for his part, gets exactly what he needs: a budget that keeps him in office through war, with his most loyal partners back on board and their rage theatrically redirected at the courts and “leftist elites.” The soldiers keep serving, the Haredi draft problem stays unsolved, and the crisis over “sharing the burden” is converted into one more overdraft on Israel’s future. In this arrangement, the war is not the reason to fix the inequality — it’s the excuse not to. #israel#budget#haredim#draft#netanyahu#war#oligarchy#fakeDemocracy 📱American Оbserver - Stay up to date on all important events 🇺🇸