TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #156 · 2 окт.

Те, кто в Python не первый день, хорошо знают, что на число можно умножить не только число, но и другие типы. Главное, чтобы у этих типов была реализация такой операции. # list >>> [1] * 3 [1, 1, 1] # tuple >>> (2, 3) * 3 (2, 3, 2, 3, 2, 3) # string >>> "A" * 3 "AAA" Так работает полиморфизм стандартных типов. Интересно здесь то, что это сработает и в том случае, когда порядок операндов обратный. То есть int умножить на [тип]. # list >>> 3 * [1] [1, 1, 1] # tuple >>> 3 * (2, 3) (2, 3, 2, 3, 2, 3) # string >>> 3 * "A" "AAA" Если хотите реализовать такое поведение в ваших классах то следует помнить два момента: 1. Если множитель справа, то вам нужно реализовать метод __mul__, наш класс это первый операнд, то есть слева. myType * 3 2. Если множитель слева, то вам нужно реализовать метод __rmul__, наш класс это второй операнд, справа. 3* myType Всё тоже самое можно делать и для других математических операторов. И если в этом примере действие и результат будут фактически одинаковыми, то бывают ситуации, когда это не так. Например, при умножении матриц имеет значение порядок операндов. Для других операторов, таких как деление или сдвиг, очень важно кто с какой стороны находится. >>> 2/4, 4/2 (0.5, 2.0) >>> 2<<3, 3<<2 (16, 12) >>> 100%15, 15%100 (10, 15) #tricks#basic

Резултати

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

Пребарај: #cetus

当前筛选 #cetus清除筛选
American Crypto©

@americancryptotrading · Post #27421 · 28.10.2025 г., 09:25

🇺🇸#CETUS/USDT is attempting to bounce from the supportzone on the 3D timeframe💁‍♂️ Looking for a move up📈 American Crypto©

Hashtags

Cetus Announcements

@CetusProtocol · Post #187 · 04.09.2023 г., 12:17

GREAT NEWS🎉@CetusProtocol has officially integrated @DeepBookonSui to be a part of its universal liquidity reserves🐳. Now, traders on #Cetus can enjoy further upgraded liquidity depth & slippage control powered by the seamless fusion of CLMM and CLOB.🥂 1/3🧵 https://twitter.com/CetusProtocol/status/1696197887318008148?s=20

Hashtags

Cetus Announcements

@CetusProtocol · Post #184 · 04.09.2023 г., 12:15

@CetusProtocol is very happy to have integrated 💎Coinbase Pay💎 into its user interface!🔥🎉 With this new integration to be rolled out, users on #Cetus will be given a new choice to quickly purchase crypto and easily start their exploration of DeFi. 🐳@coinbase@CoinbaseCloud https://twitter.com/CetusProtocol/status/1691766911246409975?s=20 @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #182 · 03.08.2023 г., 06:13

It's about to enter August. Time to take a look back at what #Cetus accomplished in the past few months👇. The user-oriented product development and iteration will never stop. Keep BUIDLing & stay eager! 🚀🚀🚀 https://twitter.com/CetusProtocol/status/1686027669077417984?s=20 @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #180 · 03.08.2023 г., 06:11

Some users may encounter slow loading during the surge in users & concurrent txns🤔. To improve experience, #Cetus now allows users to check real-time RPC node latencies in settings🚦. Users can select a node that shows better performance when they interact with the protocol.🖥🐳 https://twitter.com/CetusProtocol/status/1684832364562931712?s=20 @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #170 · 28.06.2023 г., 18:42

We’re happy to integrate to @PythNetwork as the primary price reference source on #Cetus. Traders can have clearer references for their swap decision making. More in-depth integration & collaboration will be carried out as we continue 🔜🔜 https://twitter.com/PythNetwork/status/1674121651758448640?s=20 @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #168 · 28.06.2023 г., 18:41

Cetus is super excited to partner with @AlchemyPay🎉🎉, a leading gateway payment provider for transacting between fiat and crypto. Users on #Cetus can now easily make credit card payment in exchange for $CETUS & other mainstream coins via Alchemy Pay. Cheers🍺. https://twitter.com/CetusProtocol/status/1673579065171906561?s=20 @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #164 · 28.06.2023 г., 18:39

We are delighted to work with @moledefi, a Sui-based DeFi protocol that provides savings, leveraged yield farms and funds 🎉. Mole is building an one-stop solution that can help users provide liquidity to #Cetus easier and get boosted yields.🚀 https://twitter.com/moledefi/status/1668962317520998402?s=20 @everyone

Hashtags

Cetus Announcements

@CetusProtocol · Post #161 · 07.06.2023 г., 06:28

Happy to launch the Price Range Alerts on Cetus🎉 Powered by @NotifiNetwork, LPs on Cetus can receive alerts via email, sms or telegram msgs if their selected positions go out of range. #Cetus will continue bringing ease & convenience to LPs & traders.👇 https://twitter.com/cetusprotocol/status/1666330270377844736?s=46&t=IcRwi54TUHq01WguSKBieA @everyone

Hashtags

123•••910
ПретходнаСтраница 1 од 10Следна