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

TGINSIGHT SIMILAR POSTS

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

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

Метод строки split() разделяет строку на несколько строк по указанному символу >>> "a_b_c".split('_') ['a', 'b', 'c'] Можно указать максимальное количество разделений >>> "a_b_c".split('_', 1) ['a', 'b_c'] Или резать с другой стороны с помощью rsplit() (right split) >>> "a_b_c".rsplit('_', 1) ['a_b', 'c'] А что будет если оставить аргументы пустыми? >>> "a_b_c".split() ['a_b_c'] Получаем список с одним элементом, потому что по умолчанию используется пробельный символ. >>> "a b c".split() ['a', 'b', 'c'] То есть это равнозначно такому вызову? >>> "a b c".split(" ") ['a', 'b', 'c'] Кажется да, но нет! Давайте попробуем добавить пробелов между буквами >>> "a b c".split(" ") ['a', '', '', 'b', '', '', 'c'] И вот картина уже не так предсказуема 😕 А вот что будет по умолчанию >>> "a b c".split() ['a', 'b', 'c'] Всё снова красиво! 🤩 По умолчанию в качестве разделителя используется любой пробельный символ, будь то табуляция или новая строка. Включая несколько таких символов идущих подряд. А также игнорируются пробельные символы по краям строки. >>> "a\t b\n c ".split() ['a', 'b', 'c'] Аналогичный способ можно собрать с помощью регулярного выражения. Но пробелы по краям строки придется обрабатывать дополнительно. >>> import re >>> re.split(r"\s+", ' a b c '.strip()) ['a', 'b', 'c'] Здесь тоже можно указать количество разделений >>> re.split(r"\s+", 'a b c', 1) ['a', 'b c'] А что если мы хотим написать красиво, то есть split() без аргументов, но при этом указать количество разделений? В этом случае первым аргументом передаём None >>> "a\n b c".split(None, 1) ['a', 'b c'] Данный метод не учитывает строки с пробелами, взятые в кавычки 'a "b c" '.split() ['a', '"b', 'c"'] Но для таких случаев есть другие способы. #tricks#basic

Резултати

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

Пребарај: #collectiveintelligence

当前筛选 #collectiveintelligence清除筛选
EdgeMarket.AI 📣

@edgemarketai · Post #8169 · 09.05.2026 г., 11:11

The internet rewards attention. EdgeMarket is designed to reward accuracy. We are building a decentralised validation layer where communities collectively identify signal, filter noise, and strengthen truth through time. Noise: • Clickbait • Manipulation • Speculation • Fear • Bias Signal: • Clarity • Accuracy • Alignment Maybe the future isn’t predicted. Maybe it’s discovered. $SIGNAL powers the ecosystem. Validate. Earn. Shape the future. #EdgeMarket#SIGNAL#Web3AI#TruthValidation#CollectiveIntelligence

EdgeMarket.AI 📣

@edgemarketai · Post #8007 · 25.02.2026 г., 12:02

Cultural dominance isn’t random. Streams, momentum, timing signal compounds before headlines notice. EdgeMarket tracks collective conviction before outcomes are obvious. Earn for validating truth. 👉https://edgemarket.ai/bnb/validate-results #EdgeMarket#CollectiveIntelligence#CulturalTrends#SignalOverNoise#DecentralizedAI

EdgeMarket.AI 📣

@edgemarketai · Post #8002 · 23.02.2026 г., 14:09

By February 23, the story will already be written. EdgeMarket explores how decentralised oracles, collective intelligence, and AI signals converge to forecast global outcomes — transparently, without manipulation. Prediction is infrastructure. Truth is a system. #EdgeMarket#DecentralisedOracles#CollectiveIntelligence#AIInference#OlympicData#FutureOfPrediction#Web3Infrastructure

EdgeMarket.AI 📣

@edgemarketai · Post #8170 · 09.05.2026 г., 11:13

🚨 SIGNAL TGE • MAY 2026 🚨 EdgeMarket is entering the next phase. $SIGNAL will power the liquidity layer behind a new generation of AI validated prediction infrastructure. This is not just another token launch. This is the activation of decentralised truth validation infrastructure. ⚡ Launching with DAO Maker EdgeMarket has secured a DAO Maker launchpad partnership, aligning with one of Web3’s strongest distribution and community ecosystems. Designed for: • High quality participant onboarding • Long term ecosystem alignment • Structured and credible market entry What $SIGNAL powers: • Liquidity infrastructure on BNB Chain • Market participation and pricing • The bridge between prediction, validation, and settlement • Core infrastructure within the EdgeMarket dual layer architecture EdgeMarket System: 🔶 $SIGNAL on BNB Liquidity • Markets • Settlement 🔵 BETON on TON Validation • Reputation • Truth Consensus How the network evolves: • Markets generate signals • Validators verify outcomes • Reputation strengthens through accuracy • Truth becomes scalable infrastructure No hype driven mechanics. No manipulated narratives. No centralised gatekeepers. Only: Conviction. Validation. Results. 📅 DAO Maker Launchpad — May 30 2026 📅 $SIGNAL TGE — May 30 2026 🌐https://edgemarket.ai/bnb/tokenomics Prediction becomes intelligence. Edge is earned. #EdgeMarket#SIGNAL#DAOmaker#BNBChain#TON#AI#Web3#PredictionMarkets#Crypto#DecentralizedAI#TruthValidation#CollectiveIntelligence#Blockchain#TGE#Launchpad