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

Резултати

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

Пребарај: #superposition

当前筛选 #superposition清除筛选
Crypto Drop Club

@drop_cryptogo · Post #1855 · 09.06.2025 г., 20:12

🗣#Superposition: Week 3 Galxe Quests Superposition is an L3 built on Arbitrum, offering native liquidity and DeFi incentives. It also uses Conduit tech — so by completing these, you’re farming two ecosystems at once. New quest wave announced What to do: ✔ Swap or add at least $10 liquidity on Camelot ✔ Make a swap on Longtail ✔ Claim 30 points on Galxe ☝️ Start trading on Bybit Crypto Drop Club 👉 SUBSCRIBE

RCNN Ticker

@RCNNticker · Post #1300 · 31.08.2022 г., 12:00

#Superposition 落幕,由反抗軍以 508比494勝出。感謝各位參與此季。詳細比分請見: https://ingress.com/news/2022-superposition2-results

Ingress 中文

@IngressChinese · Post #495 · 31.08.2022 г., 12:00

#Superposition 落幕,由反抗軍以 508比494勝出。感謝各位參與此季。詳細比分請見: https://ingress.com/news/2022-superposition2-results

Interesting Planet 🌍

@interesting_planet_facts · Post #1085 · 29.11.2025 г., 22:11

🌎 Quantum physics allows for the concept of “superposition,” where particles exist in multiple states at once. This principle forms the basis for theories suggesting that parallel worlds or dimensions might exist alongside our own. The famous “double-slit experiment” demonstrates superposition, as particles act as if they travel through two paths simultaneously. ✨ #quantum⚡#superposition⚡#multiverse 👉subscribe Interesting Planet 👉more Channels ​