Заметка начинающим, которые часто сталкиваются с подобной непоняткой.
Ситуация следующая, есть список файлов:
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
Phrasal verbs with "sleep":
○sleep in
●sleep on
○sleep off
●sleep over
○sleep through
sleep in
Example: I usually sleep in on weekends.
sleep on (it)
Example: I’m not sure about this offer. Let me sleep on it.
sleep off
Example: After the marathon, he slept off his exhaustion.
sleep over
Example: My friend invited me to sleep over at her house.
sleep through
Example: I slept through the storm last night.
••┈┈●•❁❁✹❁❁•●┈┈┈••
#phrasalverbs
#Phrasalverbs
@fluencyinenglish
❇️show up
حضور یافتن در جایی
When you appear somewhere, you show up.
👉Turn up is similar to show up.
Turn up
مترادف show up میباشد
Example:
1. I was supposed to meet my sister for lunch, but she didn't show up.
@fluencyinenglish
2. Over a hundred people showed up for the news conference.
____________________________
show up
ظاهر شدن
When something appears or becomes visible, it shows up.
@fluencyinenglish
Example:
1. It's hard to photograph polar bears because they don't show up well against the snow.
2. The spots won't show up until the last stages of the disease.
@fluencyinenglish
❇️knuckle down
If you knuckle down, you start to take your work or your task seriously and do it properly.
❇️For example:
knuckle down
🔹The exams start next month, so I guess it's time I knuckled down and studied a bit harder.
knuckle down
🔹If Sammy wants to lose weight, he'll have to knuckle down and start exercising more at the gym
🔹knucklehead/n/
UK /ˈnʌk.əl.hed/
US/ˈnʌk.əl.hed/ us informal
A stupid person
@fluencyinenglish
💡Phrasal Verb
"Set out"
🧐Meaning
to explain the details of something, especially in writing
✅Example:
A contract should clearly set out the responsibilities of each party.
#PhrasalVerbs
💡Phrasal Verb
"take in (2)"
🧐Meaning
to fully understand something you hear or read
✅Example:
I had to read the article a second time to really take it all in. It wasn't easy to understand.
#phrasalverbs
💡Phrasal Verb
"grow on"
🧐Meaning
If something grows on you, you gradually start to like it, even though you didn't like it much at first.
✅Example:
I didn't like the music at first, but it's grown on me and I like it a lot now.
#phrasalverbs
#Teamjimmy
#sirjimmy
💡Phrasal Verb
"to get (something) across"
🧐Meaning:
to express (something) clearly so that it is understood:
✅Example:
I don't know if I was able to get my point across to you.
#Phrasalverbs
#Teamjimmy
#sirjimmy
#vocabulary
#phrasalverbs
#advanced_vocabulary
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
🔹amount to something
/əˈmɑʊnt·tə, -ˌtu/
to add up to, be in total, be equal to, or be the same as
Example: Federal and state costs for building and operating prisons amounted to $25 billion.
Example: The blog amounts to a critique of the U.S. news media.
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Cede: To give up control; surrender
(sēd)
Example - "The police officers had to cede control to the FBI agents."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Promenade: Leisurely walk
(prŏm′ə-nād′, -näd′)
Example - "The couple promenaded around town with matching outfits on."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Cornucopia: Abundant supply
(kôr′nə-kō′pē-ə, -nyə-)
Example - "My mother loves to garden, she has a cornucopia of fresh veggies in the backyard."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Inimitable: Unmatched; extremely unique
(ĭ-nĭm′ĭ-tə-bəl)
Example - "No matter how hard I tried, I couldn't recreate the painting of the mountains. It was terribly inimitable, and eventually I gave up."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Coalesce: Fuse together
Example - "The two small fires coalesced and turned into one huge raging forest fire.
✅Sharing is caring
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
#vocabulary
#phrasalverbs
#advanced_vocabulary
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
🔹amount to something
/əˈmɑʊnt·tə, -ˌtu/
to add up to, be in total, be equal to, or be the same as
Example: Federal and state costs for building and operating prisons amounted to $25 billion.
Example: The blog amounts to a critique of the U.S. news media.
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Cede: To give up control; surrender
(sēd)
Example - "The police officers had to cede control to the FBI agents."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Promenade: Leisurely walk
(prŏm′ə-nād′, -näd′)
Example - "The couple promenaded around town with matching outfits on."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Cornucopia: Abundant supply
(kôr′nə-kō′pē-ə, -nyə-)
Example - "My mother loves to garden, she has a cornucopia of fresh veggies in the backyard."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Inimitable: Unmatched; extremely unique
(ĭ-nĭm′ĭ-tə-bəl)
Example - "No matter how hard I tried, I couldn't recreate the painting of the mountains. It was terribly inimitable, and eventually I gave up."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Coalesce: Fuse together
Example - "The two small fires coalesced and turned into one huge raging forest fire.
✅Sharing is caring
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
#vocabulary
#phrasalverbs
#advanced_vocabulary
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
🔹amount to something
/əˈmɑʊnt·tə, -ˌtu/
to add up to, be in total, be equal to, or be the same as
Example: Federal and state costs for building and operating prisons amounted to $25 billion.
Example: The blog amounts to a critique of the U.S. news media.
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Cede: To give up control; surrender
(sēd)
Example - "The police officers had to cede control to the FBI agents."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Promenade: Leisurely walk
(prŏm′ə-nād′, -näd′)
Example - "The couple promenaded around town with matching outfits on."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Cornucopia: Abundant supply
(kôr′nə-kō′pē-ə, -nyə-)
Example - "My mother loves to garden, she has a cornucopia of fresh veggies in the backyard."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Inimitable: Unmatched; extremely unique
(ĭ-nĭm′ĭ-tə-bəl)
Example - "No matter how hard I tried, I couldn't recreate the painting of the mountains. It was terribly inimitable, and eventually I gave up."
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
✴️Coalesce: Fuse together
Example - "The two small fires coalesced and turned into one huge raging forest fire.
✅Sharing is caring
@fluencyinenglish
@fluencyinenglish
@fluencyinenglish
5 phrasal verbs with “PAY”
I shared the questions first on purpose — to make you think before seeing the meanings.
That struggle helps the meanings stick better than passive reading.
If a meaning surprised you, that’s good — it means your brain is actually learning.
#EnglishLearning#PhrasalVerbs#LearnEnglish#RealEnglish