@VectorXGraphics · Post #128 · 18.08.2021 г., 04:22
Yeah a another #Manipulation Logo. Wanted to try something new..... And to be noted I am a beginner in Photoshop. Don't just see 👀 Comment how it is.
Hashtags
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
Пребарај: #manipulation
@VectorXGraphics · Post #128 · 18.08.2021 г., 04:22
Yeah a another #Manipulation Logo. Wanted to try something new..... And to be noted I am a beginner in Photoshop. Don't just see 👀 Comment how it is.
Hashtags
@muxammadsodiq7 · Post #19 · 14.12.2021 г., 13:45
#smd#manipulation Obuna bo'ling
Hashtags
@muxammadsodiq7 · Post #6 · 14.12.2021 г., 13:43
#manipulation#smd Obuna bo'ling.
Hashtags
@ikdesignuz · Post #1433 · 05.08.2021 г., 13:05
Jahongir G'ulomov kanalida o'tkazilayotgan "Design battle" uchun manipulatsion dizayn. #manipulation#design @ikdesignuz
Hashtags
@kenjaboyevdesigns · Post #17 · 17.06.2022 г., 15:59
#manipulation#design "Progress Academy"da uy ishi Uchun yasalgan manipulation dizayn🏜️ Designer: @sardor_c23
Hashtags
@kenjaboyevdesigns · Post #15 · 11.06.2022 г., 09:23
#manipulation#design "Chevrolet Spark" avtomobili uchun yasalgan manipulation dizayn Designer: @sardor_c23 Support: @quvonch_art
Hashtags
@kenjaboyevdesigns · Post #14 · 09.06.2022 г., 03:12
#manipulation#design "Ermak qurti" uchun yasalgan manipulation dizayn👨🚀 Designer: @sardor_c23
Hashtags
@astrobois_zone · Post #10 · 19.01.2023 г., 20:13
#Ahmad Tea poster #manipulation
Hashtags
@VectorXGraphics · Post #106 · 06.08.2021 г., 15:58
Tried a #Manipulation Logo and #Banner. 🥺 How it is..?
Hashtags
@kenjaboyevdesigns · Post #76 · 22.05.2023 г., 17:42
#movieposter#manipulation “Star Wars the Phantom Menace” filmi uchun tayyorlangan movieposter 🍿 📪: @sardor_c23 Telegram • Instagram • Behance
Hashtags
@kenjaboyevdesigns · Post #49 · 01.02.2023 г., 13:43
#manipulation#practice Adrenaline (Game Fuel) uchun qilingan manipulation dizayn ⚡️ Inspired by Js Boom’s work 💡 📪: @sardor_c23 Telegram • Instagram
Hashtags
@khafiz_art · Post #18 · 06.07.2021 г., 14:59
#Manipulation#photoshop#copy Instagram | Behance Designed by Muqaddas Hafizova
Hashtags