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

Резултати

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

Пребарај: #temasek

当前筛选 #temasek清除筛选
Venture Village Wall 🦄

@venturevillagewall · Post #3952 · 22.01.2025 г., 16:00

Fraud Claims Hit Indonesian Unicorn EFishery, an Indonesian fish feeding startup, faces serious allegations of financial misconduct after raising $200 million backed by major investors like Temasek and Softbank. An internal investigation revealed inflated profits ($16M claimed vs. $35.4M actual loss) and exaggerated revenue ($752M claimed vs. $157M actual). Both founders have been removed from their positions following these revelations. For more details, read the article on Bloomberg. #Crypto#Startups#Investing#EFishery#Fraud#Finance#Bloomberg#Investors#Indonesia#Temasek#Softbank#MarketWatch

Venture Village Wall 🦄

@venturevillagewall · Post #4252 · 26.02.2025 г., 16:00

Indonesian Unicorn eFishery Faces Crisis eFishery, Indonesia's smart fish feeder unicorn, faces severe troubles after a board investigation revealed massive misrepresentation of business metrics. Initially claiming to have sold 400,000 units, true sales were only 6,300 with severe financial losses from 2018 to 2024. Recent data indicates $50 million left in accounts and substantial layoffs, shrinking from 2,600 to 200 employees. Investors like Temasek and Softbank now face losses, expecting only a fraction returned per dollar invested. Concerns arise regarding due diligence practices during funding rounds when financial issues were likely evident. Read more from Bloomberg here. #eFishery#Indonesia#Startup#Unicorn#Softbank#Temasek#Fintech#Investment#Business#Crisis#Economy#Funding#HealthTech#AgriTech#TechNews#FinancialFraud#DueDiligence#InvestorLoss#MarketTrends#Surveillance#TechIndustry