@sbwalls · Post #39247 · 26.04.2024 г., 19:28
#minimal
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
Пребарај: #minimal
@sbwalls · Post #39247 · 26.04.2024 г., 19:28
#minimal
Hashtags
@beautiful_theme · Post #1845 · 19.06.2019 г., 12:55
#minimal ❤️@Beautiful_Wallpaper❤️
Hashtags
@entropyteam · Post #132 · 19.02.2025 г., 17:18
Слушаем свежий микс от наших резидентов Korsky b2b Bazyak @entropyteam #minimal
Hashtags
@DepthwallsPremium · Post #1370 · 21.01.2025 г., 14:58
#minimal#deptheffect 👍❤️↪️ Download ⬇️ Reactions & comments = files 🗃️
Hashtags
@Beautiful_wallpaper · Post #3227 · 21.05.2024 г., 19:52
#Minimal Town Nature Wall By Wallpaperdr #Wallpaper
Hashtags
@wallpapers · Post #5807 · 16.06.2024 г., 05:13
#dekstop_wallpapers#minimal
Hashtags
@Beautiful_wallpaper · Post #3119 · 03.05.2024 г., 18:25
Anime Wallpaper Enjoy😉 #minimal#girl
@testflightynoti · Post #37599 · 06.05.2026 г., 17:40
#Minimal#Notes Join the Minimal | Notes beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/hfvQiGFK Shared by Dimitri
Hashtags
@shtab_kvartira_nn · Post #377 · 18.11.2023 г., 17:54
18/11 СУББОТА 🔑Cargo Cult 23:00 - 06:00 #techno Hypnoripples SoulRider Noize Oleg Morozov 🔒ШТАБ 23:00 - 06:00 #minimal Pasha Shtanga Low Tape Tonel’ & Ksurr Romanchin Alexander Lozovoy
@arch_shovel · Post #415 · 20.06.2022 г., 21:27
Body Aesthetic Studio. Design & visualization: babayants architects “To slow down and feel the sweet gravity of minutes of relaxation - this is the meaning of this space. The concept is simple: smoothness, softness and sensuality expressed in visual language” says the designers. #minimal#arch_shovel#architecture#archdaily
@entropyteam · Post #66 · 20.11.2024 г., 15:37
#entrocast#minimal
Hashtags
@seeker_rc · Post #20476 · 13.05.2026 г., 17:55
Minimal digital sunset wallpapers for iPhone Download 4 geometric wallpapers with minimal design, featuring a setting sun behind sand dunes, that look brilliant as the iPhone background. via iDB - Wallpapers 标签: #wallpapers#iPhone#Minimal ⚡️探索号频道 ⚡️探索者频道 ⚡️探索者交流群 ⚡️ Youtube 频道:科技探索者 每天推荐有趣内容,欢迎订阅、转发。
Hashtags