TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 19 слични објави

Пребарај: #jokes

当前筛选 #jokes清除筛选
PrimeVisa

@primevisa_uz · Post #266 · 31.07.2022 г., 16:38

-Hi -Hi -How are you from? -Aaa? -How are you from? -I am from good thanks! #jokes 😂😂😂😂😂 @ninjasblog

Hashtags

Daily Channels

@dailychannels · Post #6252 · 02.08.2025 г., 13:00

Channel: Humor, jokes, quotes and memes in photos and videos. Funny motivation and good mood. Members: ~16.61K 💢 Username: @humordeu Description: Funny and motivating memes, quotes, photos and videos. Humor of our time. 🏷 Tags: #entertainment #humor#jokes#quotes#memes#funny https://telegramchannels.me/channels/humordeu

Venture Village Wall 🦄

@venturevillagewall · Post #3671 · 21.12.2024 г., 15:58

Aptos Token Plummets After Founder Departs The Aptos token is in freefall following the founder's announcement of his departure, citing a lack of vision for the project's future. The situation has sparked jokes on Twitter, especially after all tokens were unlocked, pushing for 'more gold.' 🔗 Founder announcement: Link 🔗 Crypto Twitter jokes: Link #Aptos#Crypto#Blockchain#Token#Market#Twitter#Announcement#Departure#Vesting#Investment#Trends#Jokes#Vision#Future#Growth#Finance#Technology#Updates

Desi Memes Funny Jokes

@desi_memes_funny_jokes · Post #5052 · 21.07.2024 г., 05:31

Kaisi halat ho gai hai meri bahen ki🤭 #tagyourfriends #cutebaby#sisterlove❤️ #brosis#tagsomeone#tag#funnymemes#feelkaroreelkaro❤️❤️#fanny#funnymemes#funnysayri#chutiyapa#dramebaazchhori9#drama#jokes#masti#viralmemes#viral#explorepage #funnyquote#bestie #heparbhu#yekyahua.#motivation

12
ПретходнаСтраница 1 од 2Следна