@QuietWorld · Post #7340 · 05.06.2020 г., 06:28
#motivation#uplifting @marrdiimarykay🌹
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
Пребарај: #uplifting
@QuietWorld · Post #7340 · 05.06.2020 г., 06:28
#motivation#uplifting @marrdiimarykay🌹
Hashtags
@QuietWorld · Post #7772 · 02.04.2021 г., 01:36
#inspiration#uplifting @quietworld🍃
Hashtags
@QuietWorld · Post #7786 · 24.04.2021 г., 17:14
#wisdom#selfreminder#uplifting @quietworld🍃
Hashtags
@QuietWorld · Post #7768 · 30.03.2021 г., 02:41
#quotes#motivation#inspiration#uplifting @quietworld🍃
@QuietWorld · Post #7261 · 07.04.2020 г., 09:00
“Grow through what you go through”🍃 #motivation#inspiration#uplifting#life#selfreminder @quietworld🍃
@QuietWorld · Post #7168 · 23.01.2020 г., 23:30
#reminder#uplifting#inspiration#motivation#selfcare @quietworld🍃
@QuietWorld · Post #7336 · 04.06.2020 г., 15:42
“I will love the light for it shows me the way, yet I will endure the darkness because it shows me the stars.” 🍃 Og Mandino #uplifting#inspirational#motivation#life#wisdom @quietworld🍃
@QuietWorld · Post #7715 · 15.12.2020 г., 13:56
#selfreminder#selfmotivation#motivation#uplifting#inspiration
@QuietWorld · Post #7314 · 28.05.2020 г., 03:34
Check yourself 🍃 #life#personality#attitude#inspiration#uplifting#motivation#kindness @quietworld🍃
@QuietWorld · Post #7179 · 02.02.2020 г., 11:40
#words#unusualwords#beauty#uplifting#life @quietworld🍃
@pdmovies · Post #4286 · 10.11.2025 г., 08:47
Tired of Political Negativity? Try This Instead #shorts#shortsvideo #positivity#hopefulmessage#politicalspeeches#inspiration#positivethinking#uplifting#motivation#politics#hope#shortscontent#shortsvideo#solutions https://pdmovies.substack.com/p/frank-capras-meet-john-doe-1941