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 слични објави

Пребарај: #globalevents

当前筛选 #globalevents清除筛选
EdgeMarket.AI 📣

@edgemarketai · Post #8183 · 13.05.2026 г., 14:33

🌍 EDGE MARKET FEATURED EVENT Will the MV Hondius cruise ship be sunk after evacuation? Real world events are becoming tradable intelligence markets. Follow live sentiment, market positioning, and community forecasting in real time on EdgeMarket. ⚡ AI Verified Markets ⚡ Decentralized Forecasting ⚡ Real Time Event Sentiment ⚡ Web3 Prediction Infrastructure 📊 Event Link: https://edgemarket.ai/bnb/social-media/will-the-mv-hondius-cruise-ship-be-sunk-after-evacuation/statistics/6a02f01be789807ba8aa0b55 #EdgeMarket#PredictionMarkets#Web3#Crypto#SIGNAL#GlobalEvents#Forecasting

Crypto M - Crypto News

@CryptoM · Post #64600 · 09.04.2026 г., 10:02

🚀 Binance Wallet Introduces Prediction Markets for Real-World Outcomes Binance Wallet announced on X the introduction of Prediction Markets, a new feature provided by Predictdotfun. This service allows users to take positions on various real-world outcomes, ranging from cryptocurrency trends to global events. The platform aims to simplify the process by eliminating the need for complicated wallet setups and gas fees, making it more accessible to users. The Prediction Markets feature is designed to cater to a wide audience, offering opportunities to engage with real-world events in a straightforward manner. By removing technical barriers such as wallet configurations and transaction fees, Binance Wallet seeks to enhance user experience and broaden participation. However, it is important to note that this service is available only in selected regions, which may limit access for some users. This initiative reflects Binance Wallet's ongoing efforts to innovate and expand its offerings in the digital asset space. By integrating Prediction Markets, the platform provides users with a unique way to interact with and speculate on real-world events, potentially attracting a diverse range of participants interested in both cryptocurrency and global developments. As the service rolls out, users in eligible regions can explore this new feature and engage with the dynamic world of prediction markets. #BinanceWallet#PredictionMarkets#Cryptocurrency#GlobalEvents#DigitalAssets#Fintech#Blockchain#CryptoTrading#UserExperience#Innovation