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

Резултати

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

Пребарај: #highres

当前筛选 #highres清除筛选
Depth Wallpapers

@Depth_Wallpapers_official · Post #1775 · 09.04.2026 г., 09:17

Quality: 7K ULTRA high res🖼️✨ #highres Want more high res quality wallpapers regularly? Support us 🙏👇 🚀Boost Wallpaper cycle- . Click . Credit for base image: u/Neaterntal

Hashtags

Depth Wallpapers

@Depth_Wallpapers_official · Post #1767 · 03.04.2026 г., 04:10

​Search terms: #porsche ​#gt3rs ​#supercar ​#autumn ​#fallvibes ​#graffiti ​#matteblack ​#redandgrey ​#streetphotography ​#abandoned ​#carwallpaper ​#automotive​#moody ​#leaves#mobile#10k#car#porsche911#highres Preview HD A high-performance Porsche 911 GT3 RS with matte grey and red accents, staged in a moody, industrial setting filled with autumn leaves. High res wallpaper loading... (1min remaining)

Misaka Pics

@moenekononh · Post #14634 · 16.09.2025 г., 11:16

title: original artists: coria url: https://danbooru.donmai.us/posts/9970183 tags: #2girls#animal_ears#bare_shoulders#blonde_hair#coria#green_eyes#highres#long_hair#long_sleeves#looking_at_another#lying#multiple_girls#nontraditional_miko#off_shoulder#on_back#one_eye_closed#open_mouth#original#purple_hair#red_eyes#smile#thighhighs#white_thighhighs#wide_sleeves

Misaka Pics

@moenekononh · Post #15310 · 15.05.2026 г., 12:58

title: hennyano and nachoneko (indie virtual youtuber) artists: madana_(xesa7885) url: https://danbooru.donmai.us/posts/8333388 tags: #1girl#animal_ears#arm_up#bare_shoulders#barefoot#bed#bedroom#blush#borrowed_character#breasts#cat_ears#cat_girl#cat_tail#collar#commentary_request#covered_navel#embarrassed#green_eyes#hair_ornament#hairclip#hennyano_(nachoneko) #highres#indie_virtual_youtuber#indoors#kneeling#leash#legs_apart#long_hair#madana_(xesa7885) #nachoneko#off_shoulder#old_school_swimsuit#one-piece_swimsuit #school_swimsuit#small_breasts#solo#strap_slip#sweat#swimsuit#tail#thighs#v#virtual_youtuber#wet#wet_clothes#wet_swimsuit#white_hair#white_one-piece_swimsuit