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

Резултати

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

Пребарај: #nft

当前筛选 #nft清除筛选
IT Masters

@ITmastersuz · Post #11915 · 29.01.2025 г., 03:25

NFT nima? NFT (Non-Fungible Token) — bu raqamli aktiv bo‘lib, uni blokcheyn texnologiyasi asosida tasdiqlangan unikal raqamli sertifikat deb tushunish mumkin. NFT-lar ko‘pincha san’at asarlari, musiqalar, videolar, o‘yin elementlari va boshqa raqamli kontent shaklida bo‘ladi. NFT ning xususiyatlari: Yagona va unikal: Har bir NFT boshqasiga o‘xshamasligi bilan ajralib turadi. Bo‘linmaydi: Odatda NFT-lar butun holda sotiladi, ularni qismlarga bo‘lib olishning imkoni yo‘q. Blokcheynda saqlanadi: Tokenlar blokcheyn orqali tasdiqlangan bo‘lib, ular egasining haqiqiyligini va egalik tarixini aniqlaydi. Savdosi: Maxsus platformalarda (OpenSea, Rarible, Foundation) sotib olish va sotish mumkin. Foydalanish sohalari: San’at va dizayn: Rassomlar o‘z ishlarini NFT shaklida sotish orqali to‘g‘ridan-to‘g‘ri foyda oladi. O‘yin sanoati: Ba'zi o‘yinlar ichida sotiladigan unikal qurol va belgilar NFT shaklida bo‘ladi. 👉Bizning barcha loyihalar | #nft

Hashtags

BotsGram®

@botsgram_cu · Post #4665 · 08.02.2022 г., 02:28

@axiestatsBot Es un bot para chequear estadísticas del juego NFT Axie Infinity, así como ver información de axies, tiene un explorador de cartas y gestionar la información de varias cuentas a la vez. (Visto en @BotsGram_cu) #NFT

Hashtags

SIGNAL

@finsignal · Post #3994 · 31.10.2025 г., 22:29

🤘Investors in NFTs shared how much their #NFT is worth after years It's mostly -99.9% of the purchase price 😭😭😭

Hashtags

CryptoSentinel :: crypto news and analysis

@cryptosentinel · Post #3135 · 09.02.2022 г., 11:43

​​Top 8 NFT Marketplaces by Volume in the Last 7 Days From the very start of 2022, two significant events have happened in the NFT market. Firstly, the interest of Google users in #NFT for the first time was higher than in cryptocurrencies, which was reflected in the rise of the overall trading volume. Secondly, we have a new leader–LooksRare, a newcomer in the industry that has surpassed OpenSea in trading volume. However, LooksRare’s performance can be attributed to its token reward program’s incentivization. 👉https://cryptorank.io/category/non-fungible-tokens-nft

Hashtags

123•••10•••20•••30•••40•••4647
ПретходнаСтраница 1 од 47Следна