@keyframepro · Post #38 · 10.06.2025 г., 12:45
Kasperskiy - Threat management and defense #3d#cg#commercial#coproduction#it#kasperskiy
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #418 · 9 мар.
Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic
Hashtags
Пребарај: #kasperskiy
@keyframepro · Post #38 · 10.06.2025 г., 12:45
Kasperskiy - Threat management and defense #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #21 · 10.06.2025 г., 11:55
Kasperskiy - Endpoint Security #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #19 · 10.06.2025 г., 11:55
Kasperskiy - Threat Intelligence #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #18 · 10.06.2025 г., 11:54
Kasperskiy - GREAT #3d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #22 · 10.06.2025 г., 11:57
Kasperskiy - Cloud Security #3d#2d#cg#commercial#coproduction#it#kasperskiy
@keyframepro · Post #23 · 10.06.2025 г., 11:58
Kasperskiy - Internet of things #2d#cg#commercial#coproduction#humor#it#kasperskiy
@keyframepro · Post #20 · 10.06.2025 г., 11:55
Kasperskiy - Fraud Prevention Series #3d#2d#cg#commercial#coproduction#humor#it#kasperskiy
@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