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

Резултати

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

Пребарај: #woo

当前筛选 #woo清除筛选
Pro Analysis

@proanalysistrader · Post #28000 · 10.10.2024 г., 03:47

#WOO/USDT analysis : #WOO is currently trading within a channel, and a retracement to the 200 EMA is pending. The price is likely to move upward and test the previous swing high resistance, with expectations for continued upward movement. TF : 1D Entry : $0.1629 Target : $0.2186 SL : $0.1469

Hashtags

American Crypto©

@americancryptotrading · Post #27577 · 03.04.2026 г., 09:16

🇺🇸#WOO/USDT is consolidating above the lowerborder of the fallingwedge on the 3D chart💁‍♂️ Rebound incoming✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27235 · 01.05.2025 г., 10:11

🇺🇸#WOO/USDT is breaching the descendingchannel formation on the daily timeframe🔥 Further rally is coming soon📈 American Crypto©

Hashtags

Coinlegs Cryptocurrency Signals

@coinlegs · Post #9547 · 15.12.2023 г., 10:06

#WOO Failure Swing Detection 👇 The chart fully and automatically generated by our algorithm. All drawings are based on only mathematical values and calculations instead of emotions. Interested? www.coinlegs.com

Hashtags

Crypto

@signal_bitcoins · Post #1802 · 12.12.2023 г., 07:19

#WOO bounced back from the Weekly Trendline and now hitted the Supply zone,in the case of breakout we will see another pump.🚀 otherwise wait to see the price reaction to the trendline again.👀 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

Mexc Crypto Signals Pumps Trading Kucoin

@mexc_signals_pumps_trading · Post #875 · 29.03.2024 г., 23:07

#WOO/USDT UPDATE: #WOO is now trading around 0.45$. #WOO has broken down of a bear flag on hourly time frame. Now the Possible scenario is according to the pattern, we can see 10-20% dump in this. Keep eye on it 👀Stay tuned with us for further updates✔️

Hashtags

Mexc Crypto Signals Pumps Trading Kucoin

@mexc_signals_pumps_trading · Post #871 · 28.03.2024 г., 18:58

#WOO/USDT UPDATE: #WOO is now trading around 0.454$. $WOO has formed a bear flag pattern on the hourly time frame. So the Possible scenario is If the price dumps and breaks down the pattern, we can see a dump in it. Keep eye on it👀. Stay tuned with us for further updates✔️

Hashtags

ПретходнаСтраница 1 од 3Следна