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

Резултати

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

Пребарај: #diving

当前筛选 #diving清除筛选
Interesting Planet 🌍

@interesting_planet_facts · Post #485 · 02.08.2025 г., 13:22

🌎 Along the Antarctic coast, Weddell seals can dive over 600 meters deep and hold their breath for up to 90 minutes. Special blood proteins store extra oxygen, letting them hunt under ice where few predators can reach. ✨ #antarctica⚡#mammals⚡#diving 👉subscribe Interesting Planet

🗺 Travel the World | Private Expeditions

@expeditionsworldwide · Post #562 · 24.07.2024 г., 18:33

🌊Dive Into Adventure with 5elementos.expeditions! Ready to explore the breathtaking underwater world? Join our scuba diving expedition and discover some of the most stunning dive sites out there! With our professional dive instructors, top-notch equipment, and the best team around, you’ll experience the ocean like never before. ❓What to Expect: - Expert guidance from experienced instructors - Modern, high-quality diving equipment - An unforgettable adventure in stunning destinations - Opportunities to learn more about marine life - Emotions and memories that will last a lifetime Dive into the adventure and book your spot today! DM us to learn more and reserve your place on our next expedition #ScubaDiving#Diving

Одна из жемчужин ЮАР — Марико Уг, потрясающее место для любителей фридайвинга. Система пресноводных пещер расположена в Северо-Западной провинции. Температура воды в течение всего года колеблется от 20 до 24 °C, что делает её идеальной для длительных погружений. Любители приключений съезжаются сюда со всего мира, чтобы получить необыкновенный опыт и незабываемые впечатления. _____________ One of many South Africa's gems is the Marico Oog, a captivating destination for freediving enthusiasts. This freshwater cave system is situated in the North West Province. The water temperature remains stable throughout the year, ranging between 20°C to 24°C (68°F to 75°F), making it ideal for extended dives. This diving offers an unforgettable underwater experience for adventurers seeking to explore a hidden world beneath the surface. #nature#sport#diving #природа#спорт#дайвинг Видео/Videos: https://t.me/woohworld/460, https://www.youtube.com/watch?v=jivOcP720VY.

Одна из жемчужин ЮАР — Марико Уг ✨ Потрясающее место для любителей фридайвинга и спокойных глубоких погружений. Система пресноводных пещер расположена в Северо-Западной провинции. Температура воды держится от 20 до 24 °C круглый год, что делает её идеальной для длительных погружений. Любители приключений съезжаются сюда со всего мира, чтобы получить уникальный опыт и незабываемые впечатления. 🌍💦 #Природа#Спорт#Дайвинг#SouthAfrica#Freediving#Adventure _________________ One of South Africa’s true gems — the Marico Oog ✨ A captivating destination for freediving enthusiasts. This freshwater cave system is located in the North West Province. With water temperatures ranging from 20°C to 24°C (68°F to 75°F) all year round, it’s perfect for long and relaxing dives. Adventurers travel here from around the globe to enjoy an unforgettable underwater experience. 🌍💦 #Nature#Sport#Diving#SouthAfrica #Freediving#Adventure 📹https://t.me/woohworld/460 📹https://www.youtube.com/watch?v=jivOcP720VY

🐙Oscar-Winning My Octopus Teacher – A Deep Dive into Unlikely Friendship 🇿🇦 Burnt out and emotionally drained, filmmaker Craig Foster found healing in the ocean off Cape Town. Over eight years, he formed an extraordinary bond with a wild octopus — a creature that became his unexpected teacher. 🎬My Octopus Teacher (2021) is a beautifully shot documentary about connection, balance, and rediscovering the natural world. 🏆 The film won the Oscar and BAFTA for Best Documentary Feature — a must-watch for nature lovers and seekers of meaning. 📽Official trailer (with Russian subtitles): 🔗https://www.youtube.com/watch?v=yP-dgd852Ro #MyOctopusTeacher#Documentary#NatureFilm#OceanLife#CapeTown#SouthAfrica#OscarWinner#BAFTA#Wildlife#Diving#Mustwatch

🗺 Travel the World | Private Expeditions

@expeditionsworldwide · Post #488 · 03.07.2023 г., 13:03

🫶 Dear subscribers! We delighted that you're following our channel! On our channel, you'll find everything about travel! By using hashtags, you can easily find the content that interests you. CHANNEL CONTENT: 📹#videoclips 🧭#expedition 🏔️#hiking 🤿#diving 🧨#unusualplaces ⛩#bridges 🏔#mountains ⌛️#facts ✈️#airplanecemeteries 🗻#hills 🏜#discoveries 🏖#beaches 🈴#China 🕌#India 💒#temples 🏤#architecturalmasterpieces 🚆#journeys 🏜#vacations 🎇#UNESCO ⛰#cliffs 🌋#canyon 🌊#lakes 🏢#skyscrapers ⛲️#waterfalls ⛴#dam 🏕#inaccessibleplaces 🌋#volcano 🚀#traveladvice 🌊#sea 🌲#forest 🏝#island 🌅#desert 🌫#ponds ⛰#cave ⭐️#travelhacks ⛺️#nationalpark Thank you for being a part of our travel community! Happy exploring! 🪐Discover upcoming expeditions — https://4elementos.shop