@AloneSnowflake · Post #396 · 16.06.2024 г., 21:31
𝐀dd 𝐒ticker ˓ 🔴 ˒ ༅ 𝐉oin 𝐂hannel ⋅•⋅ #Sticker#Boo#MonsterInc
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
Пребарај: #boo
@AloneSnowflake · Post #396 · 16.06.2024 г., 21:31
𝐀dd 𝐒ticker ˓ 🔴 ˒ ༅ 𝐉oin 𝐂hannel ⋅•⋅ #Sticker#Boo#MonsterInc
Hashtags
@djangoproject · Post #195 · 08.11.2016 г., 03:18
http://stackoverflow.com/questions/29269370/how-to-properly-create-and-run-concurrent-tasks-using-pythons-asyncio-module In the case of trying to concurrently run two looping Tasks, I've noticed that unless the Task has an internal await expression, it will get stuck in the while loop, effectively blocking other tasks from running (much like a normal while loop). However, as soon the Tasks have to wait--even for just a fraction of a second--they seem to run concurrently without an issue. Thus, the await statements seem to provide the event loop with a foothold for switching back and forth between the tasks, giving the effect of #concurrency. Example output with internal await: running async test ...#boo 0 ...#baa 0 ...boo 1 ...baa 1 ...boo 2 ...baa 2
Hashtags
@CosineGallery · Post #3741 · 15.11.2025 г., 12:23
無題 Source by pixiv 彰メロ 原始标签:#StellaSora#Boo#Teresa#テレサステラソラ#肚脐 自定义标签:#甜妹#兽耳#可爱 尺寸: 1680x2520 @CosineGallery | 网站 | 3717
@cosplayuploadtest2 · Post #102722 · 23.03.2025 г., 03:37
Title: Natsumi_Ikema_池間夏海,_デジタル限定_YJ_PHOTO_BOO_「なつみ」 Authors: #None Tags: #None#Natsumi_Ikema_池間夏海#デジタル限定_YJ_PHOTO_BOOK#Natsumi#Ikema#池間夏海#デジタル限定 #YJ#PHOTO#BOO #「なつみ」 recommendation: None TelegraphLinks:page-0-33