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 слични објави

Пребарај: #planb

当前筛选 #planb清除筛选
SIN LÍNEA MX (OFICIAL)

@SINLINEAMXnoticias · Post #31729 · 25.04.2026 г., 01:13

¡Ya es oficial! ✅ 🔴 El #PlanB de reforma electoral contempla la reducción de salarios a funcionarios electorales 🇲🇽👏🏻👀 https://revistaelpolitico.com/nacional/publican-plan-b-reforma-electoral-dof/

Hashtags

SIGNAL

@finsignal · Post #2690 · 30.11.2023 г., 11:46

Trader #PlanB expressed an interesting idea about how future large ETFs provide themselves with Bitcoins: "ETFs, in my opinion, such as #BlackRock, are currently loading $BTC through miners, not through exchanges. Buying #BTC directly on exchanges will affect the price too much. An indirect purchase from miners will affect the hashrate, but not the price. This can explain the current hashrate explosion"

SIN LÍNEA MX (OFICIAL)

@SINLINEAMXnoticias · Post #31404 · 11.04.2026 г., 00:27

¡No más privilegios! ❌💰 🔴#Sheinbaum celebró que el #PlanB ya es constitucional enlistando los 6 logros de esta ley que sigue haciendo llorar a la oposición 🗳️👏🏻

SIN LÍNEA MX (OFICIAL)

@SINLINEAMXnoticias · Post #31224 · 02.04.2026 г., 13:48

Tsss… 😱 🔴 Luego de la postura en contra del #PlanB de Sheinbaum, los mexicanos disminuyeron su confianza en el #PT🔥‼️👇🏻 https://sinlineamx.com/voto-de-pt-contra-plan-b-representa-ruptura-con-morena/

Hashtags

SIN LÍNEA MX (OFICIAL)

@SINLINEAMXnoticias · Post #31124 · 28.03.2026 г., 03:44

¡Necios, pero necios! 🙄 🔴 A pesar de que muchos mostraron descontento por la decisión, el #PT sigue insistiendo en no hacer cambios a la iniciativa del #PlanB enviada desde el Senado 🤬🇲🇽🗳️ https://revistaelpolitico.com/nacional/pt-aprobara-plan-b-si

Hashtags

SIN LÍNEA MX (OFICIAL)

@SINLINEAMXnoticias · Post #31085 · 26.03.2026 г., 15:54

¿Se consumó una nueva traición? 🤔 🔴 El #PT jugó del lado del McPRIAN y tumbó la revocación de mandato con una reserva al #PlanB🙄 | Así se vivió la sesión 👇🏻 https://sinlineamx.com/revocacion-de-mandato-queda-fuera-plan-b-pt/

Hashtags

Blockchain Digital Capital Russia

@blockchaincap · Post #10799 · 18.04.2024 г., 09:01

Аналитик PlanB ожидает, что после халвинга курс биткоина достигнет $100 000 в 2024 году, а на пике в 2025 году — $300 000. Он считает, что текущий цикл ничем не отличается от предыдущих и заявил, что лучшая стратегия — покупка биткоина за 6 месяцев до халвинга и продажа через 18 месяцев. При таких прогнозах курс Крипто Индекса WBT может достигнуть цены в 5 usdt. Сегодня самое время докупиться. #халвинг#мнение#PlanB

Venture Village Wall 🦄

@venturevillagewall · Post #4165 · 16.02.2025 г., 10:00

PlanB Shifts Funds to Crypto ETFs Crypto analyst PlanB has transitioned his capital from Bitcoin savings to spot ETFs based on digital gold, deeming it a rational progression towards Bitcoin adoption. His move sparked mixed reactions within the community, with some viewing it as a mistake. Meanwhile, BNB Chain's team is optimizing transaction processing for meme coins following updates aimed at increasing the validator's capacity to process transactions efficiently. Recent judicial developments involving Binance and the SEC may also be influencing market dynamics. #Crypto#Bitcoin#ETF#BNBChain#SEC#MemeCoins#PlanB

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