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

Резултати

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

Пребарај: #cryptovc

当前筛选 #cryptovc清除筛选
Crypto M - Crypto News

@CryptoM · Post #65423 · 13.04.2026 г., 07:05

🚀 Varys Capital's Tom Dunleavy Highlights Dramatic Shift in Crypto Funding Landscape The cryptocurrency market has experienced a significant shift in its funding environment over the past six months, according to Odaily. Tom Dunleavy, Head of Venture Capital at Varys Capital, shared on X that the process for venture capitalists (VCs) to secure promising projects has changed drastically. Previously, VCs had to engage in extensive networking, content creation, podcast appearances, and numerous calls to attract investments. Now, simply having available funds is sufficient, as projects are actively seeking out VCs. Currently, most VC firms are in one of three states: they have exhausted their funds, shifted focus to later-stage investments (Series A and beyond), or are in the process of fundraising, albeit with difficulty. Fundraising timelines have extended from 2-3 weeks to 2-3 months. Projects with questionable business models or those merely replicating the latest trends are struggling to secure new or follow-up funding, which Dunleavy views as a positive development. There are fewer than 20 firms actively investing in pre-seed or seed rounds. VCs now have the luxury of selecting projects more carefully and conducting thorough due diligence. The investment cycle of 2025-2026 is anticipated to be a historic 'golden opportunity,' provided VCs can endure the current market conditions. #CryptoFunding#VentureCapital#CryptoMarket#PreSeed#SeedInvestment#DueDiligence#InvestmentTrends#CryptoVC#FundingLandscape#GoldenOpportunity