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

Резултати

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

Пребарај: #asylum

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

@addisstandardeng · Post #21789 · 21.03.2026 г., 07:03

News: #Israel begins arrests of #Ethiopian asylum seekers, plans to deport 8,000 from April – report Israel has begun arresting Ethiopian #asylum seekers and is preparing to deport thousands starting in April, according to a report by Middle East Eye, citing civil society sources. Human rights groups had previously petitioned Israel’s Supreme Court to block the move, temporarily delaying implementation. However, the court has since upheld the government’s position, allowing deportations to proceed. Gilad Palombo of ASSAF told Middle East Eye that around 8,000 Ethiopian nationals are slated for deportation, including approximately 1,000 from the #Tigray region. Bazi Gete, an Ethiopian-Israeli writer and filmmaker, warned that if deported, Ethiopian asylum seekers could face serious risks, describing their potential return as going back to “a kind of no man’s land.” The planned deportations come amid broader concerns over conditions in Ethiopia….. Read more: https://addisstandard.com/?p=55995

AI & Law

@ai_and_law · Post #474 · 27.12.2024 г., 08:04

Transparency in AI and Asylum Decisions: A Legal Challenge Harvard Law Clinic and Jenner & Block LLP have filed a lawsuit on behalf of Refugees International, seeking transparency into the US Department of Homeland Security’s use of AI in asylum adjudications. The case arises from a Freedom of Information Act (FOIA) request submitted in 2022, which has yet to yield answers. The request focuses on the Asylum Text Analytics (ATA) tool, which uses machine learning to detect "plagiarism-based fraud" in asylum applications. Concerns include the tool’s training methodology, its impact on pro se and non-English-speaking applicants, and whether flagged applications receive fair consideration. Critics warn that unregulated AI use risks compounding systemic biases rather than ensuring fairness. This legal battle underscores the urgent need for transparency in deploying AI tools that affect fundamental rights. How AI operates in life-altering decisions should never remain in the shadows. #AI#Asylum#AIEthics#Transparency#FOIA

America 🇺🇸 News & Politics

@America · Post #10387 · 15.03.2026 г., 05:36

🚨🇺🇸SUPREME COURT UNANIMOUS RULING BACKS IMMIGRATION DEPORTATIONS 🔹 9-0 decision in Urias-Orellana v. Bondi strengthens federal deportation powers ⚖️ 🔹 Justice Ketanji Brown Jackson writes opinion limiting asylum appeal protections 📋 🔹 Courts must defer to Board of Immigration Appeals persecution determinations 🏛️ 🔹 "Any reasonable adjudicator would be compelled to conclude to the contrary" new standard 🔍 🔹 Reaffirms 1992 INS v. Elias-Zacarias precedent tightening asylum rules 📜 🔹 El Salvador family's case denied despite threats from hit men and violence 💔 Massive win for administration deportation agenda! 🚨⚡ #USNews#SupremeCourt#immigration#deportation#asylum @america

小喵的ACG黄油 (重开版)

@xiaomiaogame · Post #3652 · 25.03.2026 г., 01:41

SEQUEL系列 废土之旅三部曲 部分官方中文版(CN) 自2017年发布以来的王道热血RPG SEQUEL正传五部 SEQUEL blight SEQUEL awake SEQUEL colony SEQUEL kludge SEQUEL thirst SEQUEL外传三部 ASYLUM アサイラム L.Depth INNOCENT RULES 作者 #リーフジオメトリ 评分 #优秀 #PC#RPG#足交#joiplay#AopAop#官中 #SEQUEL系列#SEQUEL blight #SEQUEL awake #SEQUEL colony #SEQUEL kludge #SEQUEL thirst #ASYLUM#アサイラム#L.Depth #INNOCENT RULES #废土之旅三部曲 下载地址