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

Резултати

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

Пребарај: #byob

当前筛选 #byob清除筛选
I-DLE* UPDATE (SLOW)

@gidle_update · Post #45677 · 16.09.2025 г., 11:06

250913 || JohnMaat 𝕏 UPDATE BYOB phone wallpaper selfie📸 Chef Yuqi appears just for Neverland👨‍🍳 🦒🐶 : Ta-da! I made something Neverland likes✨ 🔗Go watch BYOB Idle Yuqi episode: https://youtu.be/M8TveLXOkHg #BYOB#Idle#idle#Yuqi#YUQI –🦋 ── @GIDLE_UPDATE ──

NEA Singapore

@NEASingapore · Post #696 · 31.10.2023 г., 01:01

This Halloween, make your carbon footprint less scary! 🍿 Having a spooky movie night? Bring along reusable popcorn containers and cups. 👻 Hitting a few haunted houses? Don't forget to keep hydrated with a reusable bottle. 🍭 And if you’re thinking of hitting the sweet shops, keep a reusable bag handy. #SustainableSG#BYO#BYOB

NEA Singapore

@NEASingapore · Post #669 · 13.10.2023 г., 01:02

Bring your reusable bag when you go shopping! Every action counts when it comes to saving planet Earth, and a little goes a long way when it comes to savings 💰 Show the Earth and your wallet some love! #SayYEStoWasteLess#BYO#BYOB

NEA Singapore

@NEASingapore · Post #648 · 23.09.2023 г., 01:01

Lock screen reminders are the new sticky notes. So set a trendy reminder to bring your own reusable bag before heading out! Let’s save the planet, one bag at a time 🛍#BYO#BYOB#SayYEStoWasteLess

gov.sg

@Govsg · Post #1755 · 12.07.2023 г., 08:42

Level up your eco-game! ♻️💪 Tote-ally rockin’ a reusable bag = Saving money, slashing trash and giving our environment a healthy splash! 🌿🌏 #BYOB#ZeroWasteNation#Sustainability#SayYEStoWasteLess For more news and updates on government announcements, follow us on WhatsApp Channels at go.gov.sg/wa-channels!😊

I-DLE* UPDATE (SLOW)

@gidle_update · Post #45662 · 16.09.2025 г., 11:06

250911 || JohnMaat 𝕏 UPDATE BYOB Season 3 Final Chef👨‍🍳 ˗ˋˏ YUQI i-dle ˎˊ˗ Yuqi (in charge of all things 𝒮𝐸𝒳𝒴 ⒸⓊⓉⒺ for IDLE) Would you like to watch the BYOB Wave Show? > Gi > Ginio 🔥15 episodes will be released tomorrow at 10 AM (KST) 🔗http://youtube.com/@John_maat #BYOB#박준형#브라이언 #아이들#idle#우기#YUQI –🦋 ── @GIDLE_UPDATE ──

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