@degenpump_crypto_pump_signals · Post #504441 · 11.05.2026 г., 15:29
#FIL/USDT Take-Profit target 1 ✅ Profit: 22.6667% 📈 Period: 2 hr 5 min ⏰
Hashtags
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
Пребарај: #fil
@degenpump_crypto_pump_signals · Post #504441 · 11.05.2026 г., 15:29
#FIL/USDT Take-Profit target 1 ✅ Profit: 22.6667% 📈 Period: 2 hr 5 min ⏰
Hashtags
@CoinSonar · Post #243408 · 17.04.2026 г., 01:50
#FIL | Volume spike (USDT PAIR) 58 times the average volume 258.06K USDT traded in 1 min └Buying vol: 179.20K USDT 🟢 Boost score: 5/10 24h Vol: 6.40M USDT (Binance) Price: 0.984 (-1.4% in 24h)
Hashtags
@proanalysistrader · Post #28045 · 21.10.2024 г., 13:07
#FIL/USDT analysis : #FIL is currently in an uptrend, consistently making higher highs (HHs) and higher lows (HLs) along the trendline. The price is now retracing towards the 200 EMA, presenting a potential long trade opportunity. The target should be the previous high levels, as the price is anticipated to rise further. TF : 1D Entry : $3.888 Target : $4.662 SL : $3.366
Hashtags
@americancryptotrading · Post #27613 · 08.05.2026 г., 08:21
🇺🇸#FIL/USDT is approaching the midline of the descendingchannel formation on the 3D chart💁♂️ Looking for a rise✈️ American Crypto©
Hashtags
@americancryptotrading · Post #27570 · 27.03.2026 г., 10:40
🇺🇸#FIL/USDT is printing the descendingchannel formation on the 2W timeframe👨💻 A strong rally is approaching🚀 American Crypto©
Hashtags
@americancryptotrading · Post #27525 · 05.02.2026 г., 11:46
🇺🇸#FIL/USDT has found support at the lowerboundary of the descendingchannel formation on the 3D chart👨💻 Looking for a leg upward📈 American Crypto©
Hashtags
@americancryptotrading · Post #27490 · 03.01.2026 г., 11:17
🇺🇸#FIL/USDT is rebounding from the lowerborder of the descendingchannel pattern on the 3D chart👨💻 Bounce will bring a huge rally🐃 American Crypto©
Hashtags
@americancryptotrading · Post #27457 · 02.12.2025 г., 10:25
🇺🇸#FIL/USDT is currently shaping the descendingchannel formation on the weekly chart👨💻 Send it if we break out🚀 American Crypto©
Hashtags
@americancryptotrading · Post #27378 · 17.09.2025 г., 09:00
🇺🇸#FIL/USDT is hovering above the broken descendingresistance line on the daily timeframe🧐 A pump is expected📈 American Crypto©
Hashtags
@americancryptotrading · Post #27268 · 02.06.2025 г., 09:38
🇺🇸#FIL/USDT is retesting the broken descendingresistance line on the daily timeframe🔍 Time to rally🐃 American Crypto©
Hashtags
@americancryptotrading · Post #27164 · 23.02.2025 г., 19:18
🇺🇸#FIL/USDT has found support at the lowerborder of the descendingtriangle formation on the weekly chart👀 Time to bounce and rally📈 American Crypto©
Hashtags
@americancryptotrading · Post #27096 · 24.12.2024 г., 15:01
🇺🇸#FIL/USDT is retesting broken descendingresistance on the weekly chart🧐 Looking for a rise✈️ American Crypto©
Hashtags