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

Резултати

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

Пребарај: #decisionintelligence

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

@edgemarketai · Post #7992 · 21.02.2026 г., 09:36

Most systems try to predict outcomes. EdgeMarket focuses on something more fundamental: structure. Our AI ingests real-world events — political decisions, cultural moments, sports fixtures, institutional deadlines — and turns them into time-aware signals. Not opinions. Not hype. Just structured context that shows where pressure is building and when it matters. That’s how uncertainty becomes understandable. Explore how EdgeMarket uses AI as infrastructure, not guesswork 👉https://edgemarket.ai #AI#DecisionIntelligence#EdgeMarket#SignalsOverNoise

EdgeMarket.AI 📣

@edgemarketai · Post #8001 · 22.02.2026 г., 10:52

Will BTS’ March album pre-orders exceed 6,000,000 by Feb 28? At this scale, outcomes don’t appear suddenly — they form through visible signals long before confirmation. EdgeMarket tracks how expectations converge. Hashtags: #BTS#MarketSignals#DecisionIntelligence#EdgeMarket#DataDriven#CulturalTrends

EdgeMarket.AI 📣

@edgemarketai · Post #7991 · 20.02.2026 г., 10:35

High-profile matches expose more than skill — they reveal system dynamics. For Nottingham Forest vs Liverpool, EdgeMarket analyzes scenario formation: • Momentum vs control • Tactical flexibility • Fatigue and recovery cycles • Pressure response under crowd intensity Rather than framing outcomes as binary, we focus on how probabilities evolve before and during the match. Sport is one of the clearest real-world laboratories for decision intelligence. #DecisionIntelligence#SportsAnalytics#PremierLeague#EdgeMarket#SystemsThinking#OutcomeAnalysis

EdgeMarket.AI 📣

@edgemarketai · Post #8026 · 10.03.2026 г., 08:20

Geopolitical questions rarely move markets when they become obvious. They move when probability starts shifting before formal signals appear. That is why prediction systems matter. Not because they claim certainty, but because they surface how conviction changes while narratives are still forming. At EdgeMarket, we study how distributed judgement reacts to emerging geopolitical scenarios long before consensus hardens. The important signal is rarely the headline itself. It is how probability changes before the headline arrives. #EdgeMarket#PredictionMarkets#Geopolitics#AI#MarketIntelligence#Decentralization#GlobalRisk#DecisionIntelligence

EdgeMarket.AI 📣

@edgemarketai · Post #8009 · 27.02.2026 г., 12:43

Markets move on signals. Reality moves on decisions. A single announcement could reshape geopolitics, energy prices, defense markets, and global risk appetite. The question isn’t what you think it’s what happens next. EdgeMarket tracks real-world outcomes, not opinions. Will a Ukraine peace deal be announced by February 28? #Geopolitics#GlobalRisk#PredictionMarkets#DecisionIntelligence#Ukraine#USPolitics#EdgeMarket#FutureSignals#Macro