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

Резултати

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

Пребарај: #xbladeskingdom

当前筛选 #xbladeskingdom清除筛选
PT资讯频道

@PrivateTrackerNews · Post #558 · 01.06.2019 г., 05:18

2019/06/01 #开放注册 #OpenSignupTracker #国外PT 整理自电报@PT资讯频道 @privatetrackernews 设计素材类 Tracker's Name: #CGPeers Genre: Other Sign-up Link: https://www.cgpeers.to/register.php Closing date: Open for about 48 hours. Additional information: CGPeers is a Private Torrent Tracker for 3D/Visual Effects / Computer Graphics/Design / Computer Assisted Art material. 电影电视综合站 Tracker's Name: #Twilights Genre: General Sign-up Link: https://twilightsdreams.com/signup.php Closing date: Open for a week. Additional information: Twilights is a Private Torrent Tracker for Movies / TV / General Releases. 音乐站 Tracker's Name: #MusicBox Genre:Music Sign-up Link: https://musicbox.si/?p=signup&pid=16 Closing date: Not In The Near Future Additional information: This is an english torrent site for MP3 music from all genres. 电视电影音乐综合站 Tracker's Name: #CrazyBitchTV Genre:General Sign-up Link: http://cbtv.info/signup.php? Closing date: Not In The Near Future Additional information:CBTV is a brand new general tracker offering the greatest and letest in tv movies and music. They have a great staff and a dj team with an active shout and forums. You maybe surprised to know like i was that the site belongs to Mazy. Do come and have a look for yourselves. Those who signup and come into shout and say hail mazy get 5GB upload and 500BP 印度电影电视综合站 Tracker's Name: #BwTorrents Genre:General Sign-up Link: https://bwtorrents.tv/signup.php Closing date: N/A Additional information: BwTorrents is an Indian Private Torrent Tracker for Movies / TV / General Releases. 综合站 Tracker's Name: #xbladeskingdom Genre:General Sign-up Link: https://xblades-kingdom.net/signup.php Closing date: no closeing date Additional information:We are back on line seedbox torrents we are looking for uploaders and staff mods #开放申请注册 #OpenApplicationSignupTracker 漫画 Tracker's Name: #32Pages (Open for Application Signup) Genre:Other Sign-up Link: https://32pag.es/application.php Closing date: Open for a few days Additional information:32Pages (ComicBT) is a Private Torrent Tracker for Comic Books. 苹果电脑软件 Tracker's Name: #MacTorrents (Open for Application Signup) Genre: Other Sign-up Link: https://mac-torrents.me/register.php Additional information: Mac Torrents is a Private Torrent Tracker for Mac Software Releases. 德国综合站 Tracker's Name: #BiTTiTAN (Open for Application Signup) Genre:General Sign-up Link: https://bit-titan.net/invite_ask.php Closing date: N/A Additional information:BiT-TiTAN is a German Private Torrent Tracker for General Content