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

TGINSIGHT SIMILAR POSTS

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

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

Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления. from __future__ import division Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда. Например: int/int => int int/float => float В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float. Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float. 12/float(5) => float Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//". >>> 3/2 1.5 >>> 3//2 1 То есть теперь деление int на int даёт float если результат не целое число. В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами. Данный переход описан в PEP238. #pep#2to3#basic

Резултати

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

Пребарај: #cryptofinance

当前筛选 #cryptofinance清除筛选
FXStreet Crypto News

@fxstreetcrypto · Post #53550 · 27.03.2026 г., 14:37

🚨NASDAQ Tokenization is here. The SEC just approved NASDAQ’s move to 24/7 trading with T+0 settlement for major indices. It’s no longer a crypto experiment – this is institutional-grade, on-chain access to the US stock market. S&P Dow Jones Indices just licensed data for perpetual futures on Hyperliquid, bypassing traditional brokers. This isn’t niche. It’s the future of trading. Don't get left behind. 👇Watch the breakdown now: 🔗https://www.youtube.com/watch?v=qMNRqfVgqPE #NASDAQTokenization#CryptoFinance#Blockchain

Crypto M - Crypto News

@CryptoM · Post #64931 · 10.04.2026 г., 10:34

🚀 Orderly Network Announces Management Transition for OmniVault Orderly Network has announced that Vovega will take over management responsibilities for OmniVault from Kronos. According to Foresight News, the transition will maintain the current management authorization and style, continuing to operate under a fully hedged strategy framework. The focus will remain on minimizing net exposure and drawdowns, aiming to provide depositors with more stable returns. The transition is scheduled for April 12, with a temporary suspension of deposits and withdrawals at 13:00, resumption at 16:00, and formal completion at 17:00. #OrderlyNetwork#OmniVault#ManagementTransition#HedgingStrategy#CryptoFinance#StableReturns

Crypto M - Crypto News

@CryptoM · Post #64749 · 09.04.2026 г., 17:59

🚀 Tokenized RWA Market Expected to Reach $400 Billion by 2030 The distributed tokenized real-world asset (RWA) market is projected to expand significantly, growing from approximately $29 billion today to $400 billion by 2030. According to NS3.AI, a report by Keyrock and Securitize highlights this anticipated growth, noting that RWA perpetual futures volumes have increased 40 times over six months, reaching $67 billion in monthly volume. Additionally, the report indicates that tokenized Treasury bills offered higher returns than DeFi's benchmark stablecoin lending rate on 98% of days in the first quarter of 2026. #TokenizedAssets#RWA#DeFi#Blockchain#FinancialMarkets#TreasuryBills#DigitalFinance#CryptoFinance#InvestmentTrends#FinTech