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

Резултати

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

Пребарај: #gothic

当前筛选 #gothic清除筛选
movies & series 🍿

@images · Post #1573 · 24.06.2024 г., 16:11

🍿 Bill Skarsgård Rises from the Dead in Robert Eggers' 'Nosferatu' 📆Premiere: December 25, 2024 🎭Genre: #Horror · #Gothic 🎬 The highly anticipated remake of 'Nosferatu' directed by Robert Eggers finally unveils its first trailer, promising a terrifying and dark experience. Bill Skarsgård, famous for 'It', completely transforms into Count Orlok, a vampire who haunts a tormented young woman played by Lily-Rose Depp. The director of 'The Lighthouse' and 'The Northman' surprises us once again with his unique gothic vision, using 2,000 real rats in one scene. With a stellar cast that includes Nicholas Hoult and Willem Dafoe, this version promises to redefine classic horror with a modern and chilling twist. 🎥🦇

Velvet Pages | eLibrary 🥂

@bookslibraryofficial · Post #1244 · 25.04.2025 г., 10:45

📖Title : Conjure Wife ✍️Author : Fritz Leiber ⭐️Rating : 3.80/5 (Goodreads) 📆Published : Apr 1, 1943 ———————————————— Summary:In Conjure Wife by Fritz Leiber, Norman Saylor, a rational-minded sociology professor, is shocked to learn that his wife, Tansy, has been secretly practicing witchcraft to protect him from harm and academic sabotage. Believing it's mere superstition, he convinces her to stop. However, as soon as she does, Norman's life begins to unravel—he faces inexplicable misfortunes and threats from unseen forces. Realizing too late that the magical protections were real, Norman must confront a hidden world of witchcraft and rival sorcery. The novel explores themes of gender, power, and the clash between rationalism and the supernatural in modern society. ———————————————— #horror#fantasy#fiction#wicthes#gothic@Bookslibraryofficial@free_novellas

Velvet Pages | eLibrary 🥂

@bookslibraryofficial · Post #1473 · 16.11.2025 г., 15:17

📖Title : Blackthorn ✍️Author : J.T. Geissinger ⭐️Rating : 4.03/5 (Goodreads) 📆Published : Nov 04, 2025 ———————————————— Summary:Blackthorn follows Maven Blackthorn as she returns to her haunted hometown after her grandmother’s funeral—only to discover the body has mysteriously vanished. Caught in a generations-old feud between the Blackthorns and the powerful Croft family, Maven is forced to confront Ronan Croft, her first love and the son of her mother’s suspected killer. Their dangerous chemistry resurfaces as whispers of occult rituals, buried secrets, and horrific betrayals emerge. As Maven digs deeper, she uncovers a terrifying truth that threatens everyone she loves. In a town where the dead refuse to rest, love becomes both a weapon and a deadly curse. ———————————————— #romance#gothic#romantasy#fantasy#paranormal@Bookslibraryofficial@free_novellas@eternalmantra

Welcome🖤 https://x.com/taya_oco/status/1972648026520084951?s=46&t=FAkoqte8XWC8yE4d-Cf0sw Source by pixiv TAYA 原始标签:#女孩子#原创#gothic#长手套#银发#黑色连衣裙 自定义标签:#甜妹 尺寸: 1505x2314 @CosineGallery | 网站 | 3563

Нейросуть | Malikov AI

@neuralsense · Post #540 · 24.07.2025 г., 16:21

Моё первое творческое видео ❤️ Изначально хотела сделать что-нибудь миленькое про эльфов, но наткнулась на красивую мрачную картинку и понеслось... Как вам? Сценарий и картинки: ChatGPT Анимация/монтаж: Kling, Runway, Luma, CapCut #aivideo#kling#runway#luma#chatgpt#gothic

12
ПретходнаСтраница 1 од 2Следна