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

Резултати

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

Пребарај: #clmm

当前筛选 #clmm清除筛选
Cetus Announcements

@CetusProtocol · Post #172 · 24.07.2023 г., 03:21

Enhance your #CLMM experience on Cetus with smarter options🔥 Customize your liquidity range while also enjoying compatibility with the traditional full range Whether you prefer a passive or active LP management approach, you can pursue APRs at varying levels, combining swap fee income and $CETUS rewards to maximize your returns https://twitter.com/CetusProtocol/status/1680832630890156032?s=20 @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #110 · 10.03.2023 г., 14:59

Big news 🐳 Our "Concentrated Liquidity" pool is LIVE on the #Sui devnet! Designed for Sui's object-oriented structure, our #CLMM offers better capital efficiency, deeper markets & more programmability. Join our public test & help us make it stronger for future mainnet release! https://twitter.com/cetusprotocol/status/1634204236769632257?s=46&t=ccsj9rNrt7PjDyElYNOfhQ @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #72 · 17.01.2023 г., 14:16

New Pools: $ALT - $APT Add liquidity to $ALT - $APT pool by @AptoslaunchIO on #Cetus and earn a significantly high APR from now🎉🎉 #Aptos#CLMM https://twitter.com/cetusprotocol/status/1615351869861408769?s=46&t=6A2MjEjk9axhFYN50xgAVQ @everyone

Cetus Announcements

@CetusProtocol · Post #70 · 14.01.2023 г., 14:12

From alpha to beta, the biggest upgrade is to introduce the Concentrated Liquidity Market Maker (#CLMM), making #Cetus the first purely CLMM-based DEX with strong accessibility and security on #Aptos mainnet. For more info, please check via https://medium.com/@CetusProtocol/cetus-library-concentrated-liquidity-clmm-bd63936dfa0 https://twitter.com/CetusProtocol/status/1614263895002320896?s=20&t=03l0WjUh4HPq2H1rlAFKLA @everyone

Cetus Announcements

@CetusProtocol · Post #69 · 14.01.2023 г., 07:19

And now, with the latest beta version, here is the tutorial on how to add liquidity on Cetus which can also participate in our LP campaign. Medium Article: https://medium.com/@CetusProtocol/tutorial-how-to-add-liquidity-on-cetus-beta-clmm-fbfc529cfce3 #Aptos#CLMM#DeFi https://twitter.com/CetusProtocol/status/1614159279191359488?s=20&t=pXosexBzqEiMmDee1Qw6FQ @everyone

Cetus Announcements

@CetusProtocol · Post #68 · 13.01.2023 г., 12:39

It's time🔥 Excited to launch our beta version, bringing you our brand new Concentrated Liquidity Pools. From today, enjoy the next-level capital efficiency on #Aptos and swap with lower slippage ✈️Add your liquidity on #Cetus now to earn faster than ever!! For more info, enter our dapp now!! https://app.cetus.zone #Cetus#CLMM#DeFi https://twitter.com/CetusProtocol/status/1613877529169002496?s=20&t=OuwTEqbMPvEgyc7jzXVkgA @everyone

Cetus Announcements

@CetusProtocol · Post #11 · 18.10.2022 г., 13:47

Aptos Mainnet has arrived! To celebrate this, we are hosting a Giveaway of 300 XP and 5 OG roles to 5 winners🔥@everyone 👉RT+tag 3 friends+Comments👀 Cetus is building the most capital-efficient #DEX and #CLMM protocol in the #AptosEcosystem. We are proud to be part of it👍 https://twitter.com/CetusProtocol/status/1582361041790717953 @everyone

Cetus Announcements

@CetusProtocol · Post #36 · 16.11.2022 г., 13:26

💥Brand new alpha version of #Cetus is NOW LIVE on #Sui Devnet!! 🫱Access our latest application via https://app.cetus.zone #DeFi#AMM#CLMM https://twitter.com/CetusProtocol/status/1592871290599542785?s=20&t=THmh2WKC7kM7X0PfXpqjEQ @everyone