TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #146 · 16 сеп.

Функция sub в regex может принимать функцию в качестве аргумента repl. 📄 Из документации: If repl is a function, it is called for every non-overlapping occurrence of pattern. The function takes a single match object argument, and returns the replacement string. То есть для каждого совпадения будет вызвана функция для вычисления замены вместо замены на одну и ту же строку для всех совпадений. Иными словами, для замены разных совпадений на разные строки не потребуется запускать re.sub() много раз для каждой строки замены. Достаточно определить функцию, которая вернёт строку для каждого из совпадений. Описание слишком запутанное🤔, давайте лучше рассмотрим на простом примере: Создаем карту замены. То есть какие строки на какие требуется менять. remap = { 'раз': '1', 'два': '2', 'три': '3', 'четыре': '4', 'пять': '5', } Пишем функцию поиска строки для замены. Единственным аргументом будет объект re.Match. Используя данные этого объекта мы вычисляем замену on-the-fly! def get_str(match: re.Match): word = match.group(1) return remap.get(word.lower()) or word Пример текста. text = '''Раз Два Три Четыре Пять Вместе будем мы считать Пять Четыре Три Два Раз Мы считать научим вас ''' Теперь запускаем re.sub и вместо строки замены (repl) подаём имя функции. (Данный паттерн ищет отдельные слова в тексте) >>> print(re.sub(r'(\w+)', get_str, text)) 1 2 3 4 5 Вместе будем мы считать 5 4 3 2 1 Мы считать научим вас Думаю, достаточно наглядно 🤓 #libs#regex

Hashtags

Резултати

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

Пребарај: #tradecrypto

当前筛选 #tradecrypto清除筛选

⚡️Storm Trade and 🏳️FIVA: fixed income on yourSLP A simplified mode for working with FIVA and Storm $SLP has appeared. Now you can invest USDT or TON and receive a fixed rate without delving into the technical details of the protocol. How to start? 1. Open the simplified mode 2. Deposit $USDT or $TON. 3. In the list of income sources, select ⚡️Storm Trade. 4. Confirm the operation. FIVA will automatically convert the deposit into $SLP tokens and lock in the fixed coupon. How income is generated: ✅ Lending platforms: borrowers pay interest. ✅ Trading venues: traders pay fees for transactions. ✅ TON staking: validators receive rewards for securing the network. ✅ Algorithmic strategies: services like Torch or Ethena generate income from market imbalances. ✅FIVA aggregates these streams and distributes them among depositors. All fund movements can be tracked on the TON blockchain. 👍Advantages: ⚫️ The fixed rate is locked in when funds are deposited — convenient for income planning. ⚫️ Telegram interface: no separate wallets or browser extensions required. ⚫️ Automatic diversification: funds are distributed among verified protocol platforms. ⚫️ On-chain transparency: transactions are available for verification at any time. You can learn more about working with fixed income in theFIVA documentation. If you need predictable income on USDT or TON in the TON ecosystem, the simplified FIVA mode with the choice of Storm Trade can be one of the options. #StormTrade#FIVA#DeFi#Web3#CryptoNews#TradeCrypto