@TestFlightX · Post #35032 · 01.04.2026 г., 11:06
#Zombies Endless https://testflight.apple.com/join/6Ya9E8jU
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
Пребарај: #zombies
@TestFlightX · Post #35032 · 01.04.2026 г., 11:06
#Zombies Endless https://testflight.apple.com/join/6Ya9E8jU
Hashtags
@noticiasenserieoficial · Post #1550 · 18.05.2018 г., 12:56
NUEVA PELICULA 📽 Título: Cargo 🔹 Año: 2017 🏳 Pais: Australia 🔅 Género: #Drama | #Terror | #Zombies ✅ Nota: 7,6 IMDb 🔰 Plataforma: Netflix
@coloringbookspdf · Post #138 · 13.07.2024 г., 23:45
✅ 10 ZOMBIES HALLOWEEN🆓 • Personal Use License. #coloringpage#zombies#halloween
Hashtags
@milideaspararegalar · Post #6203 · 01.11.2022 г., 17:57
Taza sensible al calor The Walking Dead #Taza#TheWalkingDead#Zombies https://www.milideaspararegalar.es/producto/taza-the-walking-dead-cambia-de-color/ 💻www.milideaspararegalar.es
Hashtags
@milideaspararegalar · Post #5676 · 18.10.2021 г., 15:57
Taza sensible al calor The Walking Dead #Taza#TheWalkingDead#Zombies https://www.milideaspararegalar.es/producto/taza-the-walking-dead-cambia-de-color/ 💻www.milideaspararegalar.es
Hashtags
@YediotNewsChat · Post #5127 · 30.12.2023 г., 15:02
Lebanon's Hezbollah proudly announces the names and pictures of its martyrs. Because martyrdom is the highest level that a Muslim can reach. But the #Zionists hide the names of their dead. Because the Jews fear death for their deeds. Of course, a large number of soldiers in the Israeli army are #Hindus. Israel uses #Zombies as shields. https://t.me/YediotNewsChat
@comicszona · Post #5728 · 31.12.2025 г., 17:33
🇬🇧Zombies Christmas Carol #1-5 🇷🇺Рождественская Песнь Зомби #1-5 ©️Адаптация произведения "Рождественская песнь" Чарльза Дикенса с щепоткой живых мертвецов! Канун Рождества, когда простой люд покупает подарки и семьи собираются за вкусными столами. Но пожилой скряга Эбенезер Скрудж ненавидит этот день. Однако этому рождеству уготовано стать самым кошмарным, ибо улицы заплнены полчищем зомби! И в эту ночь к Скруджу придёт дух его давнего друга, ставшим предвестником трёх призраков Рождества.©️ #комикс#comics#зомби#zombies#нг #marvel
@coloringbookspdf · Post #1668 · 19.09.2025 г., 18:13
🇬🇧Welcome👋, You are on the best channel for Coloring Books, find out now!🥳 🔔Turn On Notifications We publish new coloring pages every day. I will surprise you! 🎉🎉 🔎Search#car#bike#train#race#speed#animal#mandalas#lion#owl#wolf#dog#cat#princess#kids#sport#animalmandalas#kawaii#girl#monster#monstertrucks#motocross#halloween#zombies and more #hashtag in the top bar. ◆═════════●★●═════════◆ 🇪🇸Bienvenid@👋, estás en el mejor canal de Libros para Colorear, descúbrelo ahora!🥳 🔔Activa las Notificaciones Publicamos nuevas páginas para colorear todos los días. Te sorprenderé! 🎉🎉 🔎Buscar#car#bike#train#race#speed#animal#mandalas#lion#owl#wolf#dog#cat#princess#kids#sport#animalmandalas#kawaii#girl#monster#monstertrucks#motocross#halloween#zombies y más #hashtag en la barra superior.
@coloringbookspdf · Post #73 · 05.07.2024 г., 03:38
🇬🇧Welcome👋, You are on the best channel for Coloring Books, find out now!🥳 🔔Turn On Notifications We publish new coloring pages every day. I will surprise you! 🎉🎉 🔎Search#car#bike#train#race#speed#animal#mandalas#lion#owl#wolf#dog#cat#princess#kids#sport#animalmandalas#kawaii#girl#monster#monstertrucks#motocross#halloween#zombies and more #hashtag in the top bar. ◆═════════●★●═════════◆ 🇪🇸Bienvenid@👋, estás en el mejor canal de Libros para Colorear, descúbrelo ahora!🥳 🔔Activa las Notificaciones Publicamos nuevas páginas para colorear todos los días. Te sorprenderé! 🎉🎉 🔎Buscar#car#bike#train#race#speed#animal#mandalas#lion#owl#wolf#dog#cat#princess#kids#sport#animalmandalas#kawaii#girl#monster#monstertrucks#motocross#halloween#zombies y más #hashtag en la barra superior.