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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #60 · 31 мар.

Вторая по частоте future-функция, которую я использовал, это абсолютный импорт from __future__ import absolute_import Что она делает? Изменения, которые вносит эта инъекция описаны в PEP328 Покажу простой пример. Допустим, есть такой пакет: /my_package /__init__.py /main.py /string.py Смотрим код в my_package/main.py # main.py import string Простой пример готов) Вопрос в том, какой модуль импортируется в данном случае? Есть два варианта: 1. модуль в моём пакете my_package.string 2. стандартный модуль string И вот тут вступает в дело приоритет импортов. В Python2 порядок следующий: помимо иных источников, раньше ищется модуль внутри текущего пакета, а потом в стандартных библиотеках. Таким образом мы импортнём my_package.string. Но в Python3 это поведение изменилось. Если мы указываем просто имя пакета, то ищется именно такой модуль, игнорируя имена в текущем пакете. Если мы хотим импортнуть именно подмодуль из нашего пакета то, мы должны теперь явно это указывать. from my_package import string или относительный импорт, но с указанием пути относительно текущего модуля main from . import string Еще одной неоднозначностью меньше 😎 Подробней про импорты здесь: https://docs.python.org/3/tutorial/modules.html #2to3#pep#basic

Резултати

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

Пребарај: #cryptofunding

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

@CryptoM · Post #65320 · 12.04.2026 г., 22:29

🚀 Aave DAO Approves $25 Million Funding for Aave Labs Aave DAO has approved a significant funding proposal, granting Aave Labs $25 million in aEthLidoGHO and 75,000 AAVE tokens. According to NS3.AI, the proposal received substantial support, passing with 522,780 votes in favor and 175,310 against, reflecting approximately 75% approval. This decision pertains solely to the funding aspect of a larger framework, with growth and development grants to be addressed through separate proposals. #AaveDAO#AaveLabs#FundingProposal#aEthLidoGHO#AAVETokens#NS3AI#Crypto#Blockchain#DAO#GrowthAndDevelopment#CryptoFunding

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