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

Резултати

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

Пребарај: #cambridgeanalytica

当前筛选 #cambridgeanalytica清除筛选
Ciencia, tecnología y política 🇦🇷

@cienciaytecnologiaarg · Post #793 · 09.03.2019 г., 12:45

A partir del caso #CambridgeAnalytica y de la instalación del fenómeno de las campañas de desinformación (mal llamadas #FakeNews o noticias falsas) en el discurso público, se presentó, desde los gobiernos (apoyados por los medios de comunicación hegemónicos) la necesidad de regular. El resultado, hasta el momento, son proyectos que dañan a la libertad de expresión, necesaria para cualquier sistema democrático, y dejan en manos de un puñado de empresas la autoridad para decidir qué discurso es "verdadero" y cuál es "falso" 😳

🦅 [ perspective ix ]

@perspectiveix · Post #1232 · 30.04.2018 г., 15:00

​​📈Facebook Remains Strong Despite "Important Challenges" Despite the #CambridgeAnalytica scandal still swirling around #Facebook, resulting in a grilling at the hands of the U.S. Congress for CEO Mark Zuckerberg and the spurring on of the #DeleteFacebook movement, the company recorded strong quarterly figures for Q1 this year - including user growth. This chart concentrates on revenue and profit. Although there was a dip in revenue compared to the previous quarter, net income rose and both figures are healthily up on a year-on-year basis. 🚀@PerspectiveIX 🌀 ⁣http://prs.pctvix.co/TelegramIX

🦅 [ perspective ix ]

@perspectiveix · Post #1377 · 03.07.2018 г., 12:00

📰#iXDailyBrief STAT ⚡️ 72 percent of respondents to a recent Pew Research survey believe social media companies actively censor political views that disagree with their own. (Source: Pew Research Center) INSIGHT 💼 Learn to Become - Find Your Career: prs.pctvix.co/2tQ63x3 OTHER NEWS 🤬 Some #Samsung users say their phones randomly sent photos to contacts: t.me/iXNews/28698 🤖 A Buddhist temple in Beijing built a robotic monk to spread the word: t.me/iXNews/28703 ✋️#Instagram’s Do Not Disturb and “Caught Up” deter overgramming: t.me/iXNews/28654 👊 Facebook is shutting down Hello, Moves and the anonymous teen app tbh due to ‘low usage’: t.me/iXNews/28690 🤫 Federal investigators want to know if #Facebook lied about #CambridgeAnalytica: t.me/iXNews/28688 🎧#Spotify is testing a data-friendly ‘Lite’ app for Android: t.me/iXNews/28651 — EXTRA 📗#Instagram Creators Handbook - #IGTV (PDF): prs.pctvix.co/2MGEehC — ❓ What do you like about our channel? What don't you like? What do you want us to share? Join the discussion group: t.me/joinchat/ACtN6EJ2YNbLsZyziZzNEA Have a great week! Ben, @iXNews

🦅 [ perspective ix ]

@perspectiveix · Post #1907 · 07.08.2019 г., 14:01

📉Facebook losing the battle for Customer Satisfaction Pinterest keeps its top place for another year with 80% customer satisfaction rate in 2019, with no changes from 2018. Snapchat's customer satisfaction rate was measured for the first time (by ASCI) in 2019 at 71%, just below the #SocialMedia average at 72%. After the #CambridgeAnalytica scandal, it comes as no surprise that #Facebook is still struggling to revive its plummeting reputation, scoring the worst out of all platforms. They were also accused of dispersing disinformation, censoring political speeches and allowing foreign interference in the US 2016 election and Brexit. #️⃣#Pinterest#Snapchat#Twitter#YouTube#Wikipedia#Instagram#LinkedIn#Tumblr 🦅@PerspectiveIX