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

Резултати

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

Пребарај: #bob

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

@drop_cryptogo · Post #1621 · 13.01.2025 г., 17:45

🗣#BOB Participate in the BOB Community Voting. The project is running a Community Voting campaign where users can vote weekly for projects in the BOB ecosystem. Winning projects receive extra Spices, which are then distributed among participants. What to do: ✔️Visit the website and connect your wallet; ✔️Choose three projects and cast your votes; ✔️You can change your votes anytime before the week ends. Notes: 🟠Voting power depends on the amount of Spices you hold. 🟠You can vote for up to three projects each week. 🟠This week's deadline is January 15. P.S.: Don’t miss this activity, as additional Spices might be rewarded in the future for participating in the voting. Crypto Drop Club 👉 SUBSCRIBE

Hashtags

Neon Maidens Online: TON Game

@nmotongame · Post #64 · 20.06.2024 г., 13:27

🚀Cash Up [AMA Radio] News🚀 📣Ура! Уже сегодня в 19:00 состоится наш четвёртый эфир! Канонично сложилось, что на нем будет четыре гостя! Заводите будильники, ждём абсолютно всех! ⏰ 💬Наши сегодняшние гости: 🌟Фаундер проекта TheSaudisTON – настоящий шейх – Balalaika. 😀Фаундер нового проекта BOOBS TON. Токен $BOB выходит на площадку уже совсем скоро. ❤️Фаундер Neon PrismАндрей, за которым стоит многообещающая игра и токен $NPRISM в экосистеме Neon Maidens Online. 🤭Четвёртый наш гость Михаил – фаундер проектаTON Lancer. 👍Надеемся, каждый из вас, кто читает этот пост, найдёт время зайти и послушать нашу аму. Напоминаю, что те 10 человек, кто зададут интересные вопросы получат по 1 TON! 💲 #TON#AMA#SHILL#NPRISM#SAU#TonLancer#BOB AMA Radio / SHILL / CHAT

くまさん🧸☘️ Source by pixiv くる໒꒱ 原始标签:#原创#bear#cookie#女孩子#蓝#茶色#plushie#bob#ハーフツイン#水色 自定义标签:#甜妹#可爱 尺寸: 2815x4028 @CosineGallery | 网站 | 3763

Venture Village Wall 🦄

@venturevillagewall · Post #3771 · 02.01.2025 г., 04:00

Bitcoin Referendum Proposal in Switzerland Swiss legislator Samuel Kullmann proposes a referendum to enshrine Bitcoin in the Swiss Constitution. To advance, 100,000 signatures are needed within 18 months. The plan is currently under federal review. Read more here. Aave hits record $33.4 billion in net deposits, surpassing the previous 2021 peak. In 2024, Aave launched v4, adding markets like Sonic, Mantle, Linea, BOB, Spider Chain, and Aptos. More details here. #Bitcoin#Switzerland#Aave#Crypto#Blockchain#Lending#Finance#DeFi#Regulation#Constitution#NetDeposits#AaveV4#Sonic#Mantle#Linea#BOB#SpiderChain#Aptos#VC#Law