@AiArtsGalleryAnime · Post #6227 · 28.04.2026 г., 06:17
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
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
Пребарај: #calmanime
@AiArtsGalleryAnime · Post #6227 · 28.04.2026 г., 06:17
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6203 · 22.04.2026 г., 06:16
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6179 · 16.04.2026 г., 06:12
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6155 · 10.04.2026 г., 06:24
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6128 · 04.04.2026 г., 06:21
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6104 · 29.03.2026 г., 06:17
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6068 · 20.03.2026 г., 06:11
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6042 · 14.03.2026 г., 06:09
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #6017 · 08.03.2026 г., 06:07
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #5993 · 02.03.2026 г., 06:06
Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #5961 · 23.02.2026 г., 06:56
☁️ Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI
@AiArtsGalleryAnime · Post #5913 · 11.02.2026 г., 06:43
☁️ Serene AI Moments ☁️ Calm and beautiful anime art created with artificial intelligence. #AnimeAesthetic#Serene#AiArt#CalmAnime#DigitalPainting#AI