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

Резултати

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

Пребарај: #rareearths

当前筛选 #rareearths清除筛选
IELTS|Newspapers & Magazines|English

@emagzinewspars · Post #9641 · 02.12.2025 г., 04:59

#Beijing_Review🇨🇳📕[PDF]⬇️ 27 #November2025 #Weekly_Magazines For learning, for free(dom). @backupofmagazines This issue explores how China is moving beyond carbon with broader #ClimateAction shaping its next-stage #Sustainability agenda. Features highlight the “Great Green Shift,” Shenzhen’s zero-carbon urban experiments, and debates on #RareEarths as global competition intensifies. Opinion pieces examine Japan’s emerging geopolitical alignment and how industrial modernization supports the #EnergyTransition. Cultural coverage looks at Silk Road relics and evolving global cinema. A special report questions whether children’s smart watches have gone too far, adding a tech-and-society lens to this week’s #ChinaEconomy narrative.

Crypto M - Crypto News

@CryptoM · Post #64948 · 10.04.2026 г., 11:55

🚀 Commodities to Outshine Stocks Amid Geopolitical and Economic Turmoil, Says Bank of America Strategist Bank of America strategist Michael Hartnett has indicated that investors should pivot towards the commodities market in the coming years, as this asset class is poised to benefit from global geopolitical and macroeconomic instability. According to Jin10, the ongoing Middle East conflicts and the race in artificial intelligence have heightened concerns over supply chains. Governments worldwide are striving to curb the soaring prices of energy and other natural resources, which impact industries and consumers, while also ensuring the supply of critical minerals like rare earths, essential for manufacturing and technology. Hartnett suggests that for the remainder of this decade, commodities will replace stocks as the primary choice for investors seeking to hedge against risks, inflation, and a weakening dollar. This shift is expected as investors move away from equities in favor of commodities, which are anticipated to become the biggest winners in the "buy anything but bonds" trade. The strategist also notes that excessive fiscal expansion could lead to more frequent bear market rallies in government bonds rather than sustained bull markets. #Commodities#Stocks#Geopolitics#Macroeconomics#Investment#Inflation#Energy#RareEarths#SupplyChain#AI#FiscalPolicy#MarketTrends

An analysis of the list of agreements signed during Shavkat Mirziyoyev’s November 2025 visit to the United States. Cooperation areas include rare earth metals, technology, water systems, aviation, and agriculture. https://yep.uz/en/2025/11/uzbekistan-us-agreements-list-analysis/ #c5plus1#uzbekistan#usatrade#investments#economicpartnership#rareearths#infrastructure#ai#aviation#agriculture