@wallparpes_hd · Post #666 · 12.04.2020 г., 17:15
Ursula Corbero In La Casa de Papel Season 4 Netflix #tvseries#netflix 📱 Los mejores Wallpapers ⭐📱 @wallparpes_hd
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
Пребарај: #tvseries
@wallparpes_hd · Post #666 · 12.04.2020 г., 17:15
Ursula Corbero In La Casa de Papel Season 4 Netflix #tvseries#netflix 📱 Los mejores Wallpapers ⭐📱 @wallparpes_hd
@Temipercaso · Post #119 · 15.08.2022 г., 00:22
https://t.me/addtheme/mastermunsonmukkas @temipercaso🎨🧩 • #Android • #black#dark#amoled#red#green#teal#tvseries Stranger Things Eddie Munson ⬆️ New themes generation
@wallparpes_hd · Post #497 · 03.04.2020 г., 03:49
The Mandalorian #TVseries#TheMandalorian#StarWars 📱 Los mejores Wallpapers ⭐📱 https://t.me/joinchat/AAAAAE65rdIFyMNq1qiq7A By Los mejores Wallpapers ⭐📱 https://t.me/joinchat/AAAAAE65rdIFyMNq1qiq7A
@keyframepro · Post #25 · 10.06.2025 г., 12:00
Heart's Tale - Teaser https://motionographer.com/quickie/hearts-tale-max-maze/ #3d#2d#cg#tvseries#kids
@keyframepro · Post #47 · 11.06.2025 г., 13:41
Капитан Мау #ai#3d#2d#cg#tvseries#kids#coproduction
@keyframepro · Post #46 · 11.06.2025 г., 13:41
Дракон Огни #ai#tvseries#3d#2d#cg#kids#coproduction
@keyframepro · Post #35 · 10.06.2025 г., 12:26
👓 Привет! Hello! Меня зовут Максим Слюсарев. My name is Maxim Sliussarev. 😠Я режиссёр, продюсер и сценарист. А это мой креативный бутик Keyframe Production. Представленные ролики все придуманы мною и реализованы либо мной лично, либо в сотрудничестве с другими студиями. На всех из них я выступал сценаристом и режиссёром, а на многих продюсером, монтажером и даже художником графики. За годы работы я стал обладателем множества призов, как за музыкальные клипы, так и за рекламу и кино, а в 25 году и за ии-кино. 🐈⬛ I’m a director, producer, and screenwriter. This is my creative boutique — Keyframe Production. All the featured videos were conceived by me and brought to life either personally or in collaboration with other studios. I worked as the screenwriter and director on all of them, and on many — also as producer, editor, and even graphic artist. Over the years, I have won many prizes, both for music videos, as well as for advertising and cinema, and in 2025 for AI-films. 😂Пишите в телегу @maximixam или [email protected] 😱Contact me via telegram @maximixam or [email protected] По хештегам вы можете найти работы во всех сферах видеопроизводства от съемки до ии: You can find projects from all areas of video production by following the hashtags: #ai#bank#cars#cg#commercial#documentary#deepfake#drama#exhibition#fashion#film#humor#interactive#it#kasperskiy#kids#mecha#microsoft#musicvideo#social#shortfilm#show#sounddesing#showreel#space#sport#tvseries#videoproduction#2d#3d