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

Резултати

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

Пребарај: #handhygiene

当前筛选 #handhygiene清除筛选

🧼 Keep Your Hands Clean, Stay Healthy! 👐🏽 Washing your hands at the right moments helps prevent the spread of germs and diseases. Don’t forget to wash your hands: ✅ After coughing/sneezing ✅ After touching high-contact surfaces ✅ Before touching a mask ✅ When entering/leaving public spaces ✅ Upon returning home ✅ While caring for the ill Clean hands save lives! 🙌🏽#HandHygiene#StaySafe#NCDCNigeria

Every day, our hands come in contact with germs from surfaces, people, and objects around us. Without proper hygiene, these germs easily enter the body and cause illness. Washing your hands with soap under clean running water for at least 20 seconds especially before eating, after using the toilet, and after touching shared surfaces is one of the most effective ways to prevent infections. ✅Make handwashing a habit, protect yourself and those around you. Clean hands today, healthier tomorrow. #HealthTipMonday#HandHygiene#NCDCNigeria

#HandHygiene with clean, running water is very vital to the prevention of #cholera. Important #handwashing moments⬇️ ✅While caring for the ill ✅After using the toilet ✅Before food preparation ✅Before and after eating ✅After touching high contact surfaces #TakeResponsibility

#HandHygiene with soap under clean, running water is very vital to the prevention of #cholera. Important #handwashing moments⬇️ ✅While caring for the ill ✅After using the toilet ✅Before food preparation ✅Before and after eating ✅After touching high contact surfaces #TakeResponsibility

#HandHygiene with clean, running water is very vital to the prevention of #cholera. Important #handwashing moments⬇️ ✅While caring for the ill ✅After using the toilet ✅Before food preparation ✅Before and after eating ✅After touching high contact surfaces #TakeResponsibility

#FactFriday Clean hands is one of the simplest and most effective ways to stay healthy and protect those around you from diseases👌 Washing your hands with soap under clean running water for just 20 seconds can reduce your risk of infection by up to 50%? 🙌🏽 Make handwashing a daily habit ✅️ #FactFriday#HandHygiene#HealthyLiving#NCDCNigeria

Viral Haemorrhagic Fevers such as #LassaFever spread mainly from person to person through direct & indirect contact. When properly done, #HandHygiene is very important to reduce the risk of healthcare workers' infection. Our #IPC guidelines for #VHFs⬇️ https://ncdc.gov.ng/themes/common/docs/protocols/111_1579986179.pdf