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

Пребарај: #mine

当前筛选 #mine清除筛选
🏆 Premium, NFT, Tokens

@giiveaways · Post #2717 · 10.08.2024 г., 19:44

🔥 What's up with the listing of HOT and the project overall ? ⚡️ Futures on HOT can already be traded on the 🐂#WhiteBIT exchange, and the price is promising 🤘 Chart on the screenshot, 1 HOT = 19.803 USDT). When spot trading for HOT will be launched is just a matter of time... . 🙂#MineHOT here: https:://t.me/herewalletbot/app👈 🔥

🏆 Premium, NFT, Tokens

@giiveaways · Post #2556 · 26.07.2024 г., 18:31

🔥 What's up with the listing of HOT and the project overall ? ⚡️ Futures on HOT can already be traded on the 🐂#WhiteBIT exchange, and the price is promising 🤘 Chart on the screenshot, 1 HOT = 9.142 USDT). When spot trading for HOT will be launched is just a matter of time... . 🙂#MineHOT here: https:://t.me/herewalletbot/app👈 🔥

🏆 Premium, NFT, Tokens

@Giiveaways · Post #2375 · 08.07.2024 г., 08:02

🔥 What's up with the listing of HOT and the project overall ? ⚡️ Futures on #HOT can already be traded on the 🐂#WhiteBIT exchange, and the price is promising 🤘 Chart on the screenshot, 1 HOT = 6.600#USDT). When spot trading for HOT will be launched is just a matter of time... . 🙂#MineHOT here: https:://t.me/herewalletbot/app👈 ➖

🏆 Premium, NFT, Tokens

@giiveaways · Post #2462 · 15.07.2024 г., 19:42

🔥 What's up with the listing of HOT and the project overall ? ⚡️ Futures on #HOT can already be traded on the 🐂#WhiteBIT exchange, and the price is promising 🤘 Chart on the screenshot, 1 HOT = 8.438#USDT). When spot trading for HOT will be launched is just a matter of time... . 🙂#MineHOT here: https:://t.me/herewalletbot/app👈 ➖

🏆 Premium, NFT, Tokens

@Giiveaways · Post #1974 · 05.06.2024 г., 16:57

🔥 What's up with the listing of HOT and the project overall ? After #Notcoin🤑, one of the major applications that launched was: HOT Near #Wallet. "How to mine - HERE ⚡️ The developers are actively engaging in marketing and have already formed numerous collaborations. In the past two days, they partnered with #1inch and added MPC wallets. ⚡️ Direct support from #Near: it's already evident that all transactions are being recorded on the blockchain. We are #mining a real token, not just pixels on a screen! Moreover, HOT plans to launch its own blockchain. ⚡️ Futures on #HOT can already be traded on the 🐂#WhiteBIT exchange, and the price is promising 🤘 (chart on the screenshot, 1 HOT = 3.987 #USDT). When spot trading for HOT will be launched is just a matter of time... 💯 In conclusion, we can say that the game has a strong foundation and prospects for future development. 🙂#MineHOT here:👇👇 https://t.me/herewalletbot/app?startapp=200850-village-15134