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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #65 · 8 апр.

Небольшой трик с регулярными выражениями который редко вижу в чужом коде. Допустим, вам нужно распарсить простой текст и вытащить оттуда пары имя+телефон. Вернуть всё это надо в виде списка словарей. Возьмем очень простой пример текста. >>> text = ''' >>> Alex:8999123456 >>> Mike:+799987654 >>> Oleg:+344456789 >>> ''' Соответственно, для выделения нужных элементов будем использовать группы. Получится такой паттерн: (\w+):([\d+]+) Как мы будем формировать словарь из найденных групп? >>> import re >>> results = [] >>> for match in re.finditer(r"(\w+):([\d+]+)", text): >>> results.append({ >>> "name": match.group(1), >>> "phone": match.group(2) >>> }) >>> print(results) [{'name': 'Alex', 'phone': '8999123456'}, ...] Можно немного сократить запись используя zip >>> results = [] >>> for match in re.finditer(r"(\w+):([\d+]+)", text): >>> results.append(dict(zip(['name', 'phone'], match.groups()))) Но есть способ лучше! Это именованные группы в regex. Можно в паттерне указать имя группы и результат сразу забрать в виде словаря. >>> for match in re.finditer(r"(?P<name>\w+):(?P<phone>[\d+]+)", text): >>> results.append(match.groupdict()) То есть всё что я сделал, это добавил в начале группы (внутри сбокочек) такую запись: (?P<group-name>...) Теперь найденная группа имеет имя и можно обратиться к ней как к элементу списка >>> name = match['name'] Либо забрать сразу весь словарь методом groupdict() >>> match.groupdict() #tricks#regex

Резултати

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

Пребарај: #dodo

当前筛选 #dodo清除筛选
Coin Sonar

@CoinSonar · Post #244081 · 18.04.2026 г., 08:44

#DODO | Volume spike (USDT PAIR) 123 times the average volume 107.64K USDT traded in 5 min └Buying vol: 64.48K USDT 🟢 Boost score: 4/10 24h Vol: 250.05K USDT (Binance) Price: 0.0198 (-3.1% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28407 · 21.01.2025 г., 13:47

#DODO/USDT analysis : #DODO is currently in a downtrend, trading below the 200 EMA. Following an impulsive move, a retracement is underway. Price is expected to revert from the current level and move upward to test previous highs and the 200 EMA. Wait for a pullback in price for a long entry. TF : 30min Entry : $0.1200 Target : $0.1304 SL : $0.1150

Hashtags

American Crypto©

@americancryptotrading · Post #27242 · 08.05.2025 г., 09:22

🇺🇸#DODO/USDT is consolidating below the descendingresistance line on the daily chart👀 Looks bullish if we breakout🚀 American Crypto©

Hashtags

Binance Big Pump Signals Future trade

@binancebigpumpsignalsfuture · Post #2252 · 26.05.2022 г., 13:21

#DODO result 1st target achieved in just 9 hours✅ One more quick profit 8%💰🤑 👉 More quick profit signals available in premium channel. Hurry up 🏃‍♂👇 ☎️ Contact @FutureExpertAdmin

Hashtags

Interesting Planet 🌍

@interesting_planet_facts · Post #743 · 13.09.2025 г., 20:22

🌎 The dodo bird, once native to Mauritius, vanished by the late 17th century. Little was documented about its appearance or habits, leaving scientists puzzled. Recent studies of preserved bones and rare historical notes suggest the dodo was likely grayish with small wings and weighed up to 18 kilograms. ✨ #dodo⚡#extinction⚡#mysteries 👉subscribe Interesting Planet ​