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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #84 · 13 мај

В продолжение прошлого поста про цифры в мире строк. Почему методы isdigit() и isnumeric() не определяют в строке float и отрицательные значения? Дело в том, что эти методы работают с ЦИФРАМИ, то есть с единичным символом. А строка "-2" или "3.4" это уже ЧИСЛО. То есть не символ а значение, записанное несколькими символами. Все озвученные методы проходятся по каждому символу строки и проверяют их индивидуально. В юникоде есть символы цифр с точками "🄀⒈⒉⒊⒋⒌⒍⒎⒏⒐" Каждая из них это ОДИН СИМВОЛ, поэтому он будет считаться цифрой >>> '⒌'.isdigit(), '⒌'.isnumeric() True, True Но когда мы пишем это выражение в два символа ( 5+точка), то это не работает. >>> '5.'.isdigit(), '5.'.isnumeric() False, False А еще есть такие символы >>> '⑴⑵⑶⑷⑸'.isdigit() True >>> '🄁🄂🄃'.isdigit() True Но они не преобразуются в десятичные цифры >>> '⒈'.isdecimal() False >>> '🄃'.isdecimal() False >>> '⑶'.isdecimal() False #basic

Hashtags

Резултати

Пронајдени 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