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 слични објави

Пребарај: #tyler

当前筛选 #tyler清除筛选
Pensive|

@PensivePost · Post #5426 · 25.09.2021 г., 20:27

The sunrays taking; All the darkness away, Love taking all hatred away, Miniature hopes in shapes of stars, Now subsiding in beautiful destiny, Happiness taking all the pain away. In midst the beautiful world, I laid here, Breathless, My sould taken away by you, My heart given to beat in someones Else's cage, My body drifted with fire, My voice taken away by deafening silence, My memories now, washed away, Fading away with new ones. This is how, A beautiful day began, Changing my life, To be dreadful forever, In midst the beautiful world, I laid here as a dead lover. #tyler#review

Pensive|

@PensivePost · Post #5419 · 24.09.2021 г., 06:30

She's like a poem, Waiting to be read. She's like a song, Waiting to be sung. She's like a melody, Waiting to be heard. She's like a book, Waiting to be understood. She's like a dance, Waiting to be performed. She's like a beauty, Waiting to be cherished. She's like art, Waiting to be crafted. She's you, Waiting to be found. She's you, Waiting to be loved. She's not just a girl, She's within all of you, She resides somewhere inside, Somewhere the golden rays don't reach, Somewhere the silver shine doesn't work, Somewhere in you, She stays, Waiting to be acknowledged. #tyler#review

Pensive|

@PensivePost · Post #5418 · 24.09.2021 г., 06:29

She's like a poem, Waiting to be read. She's like a song, Waiting to be sung. She's like a melody, Waiting to be heard. She's like a book, Waiting to be understood. She's like a dance, Waiting to be performed. She's like a beauty, Waiting to be cherished. She's like art, Waiting to be crafted. She's you, Waiting to be found. She's you, Waiting to be loved. She's not just a girl, She's within all of you, She resides somewhere inside, Somewhere the golden rays don't reach, Somewhere the silver shine doesn't work, Somewhere in you, She stays, Waiting to be acknowledged. #tyler#review

Pensive|

@PensivePost · Post #5410 · 22.09.2021 г., 10:32

During a dreadful night, I managed to put up a fight. Maybe the strong me died, And weak me survived. The constant voices in my ears, Here I am living in my fears. Like a painful reminder of that night, Where I lost a outnumbered fight. Wondering if I am even right, While holding myself tight. The night is long dead, Here my tears still wetting my bed. That dreadful night, The cause of my fright. These thoughts make me shiver, The fear making me quiver. My painful screams, Still haunting my dreams. Maybe the strong in me died, And weak me survived. I haven't given up the fight, Because I know, I can still make it right. #tyler#review

Trump's Ear

@trumpsear_tg · Post #1527 · 18.09.2025 г., 14:35

The correspondence of Tyler Robinson, a suspect in the murder of Charlie Kirk, with his transgender lover, with whom he lived, has been published. The name of the roommate is not mentioned. #correspondence#tyler#robinson#suspect #Trump#Democrats 👂More on Trump's Ear ⚠️