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

Пребарај: #company

当前筛选 #company清除筛选
NEWS 鏈新聞-ABMedia

@abmedia_news · Post #24168 · 27.04.2026 г., 13:31

【🚀 AI 人工智慧|YC 合夥人分享如何用 AI 從頭開始建立公司,新創應將 AI 當作業系統而非工具 】 #AI#Company#YC 📍 請見報導: https://abmedia.io/yc-partner-building-ai-native-company 📍 訂閱鏈新聞頻道:https://linktr.ee/abmedia.io

🇺🇿Biznes va tadbirkorlik oliy maktabi tinglovchilari ishonchlilik va samaradorlik bo‘yicha yetakchi sifatida e’tirof etilgan maishiy texnika ishlab chiqaruvchi “Artel” kompaniyasiga tashrif buyurishdi. 🏙 Kompaniyada nafaqat ishlab chiqarish faoliyati, shuningdek, kompaniyaning operatsion jarayonlari va uning strategik maqsadlari bilan ham yaqindan tanishdilar. #GraduateSchool#Artel#Technology#Company 🔝Web-site |🔝Facebook | 🔝Instagram | 🔝Youtube

Art Photo Projects

@artphotoproject · Post #72 · 04.01.2023 г., 19:51

📣🥁Celebration Shooting Day! 27 February 2023 Very important day for me as art-director!! Our 5 year of official existence as Art Photo Projects is going to be a big shooting party at a gorgeous royal location ❤️😍 in The Netherlands. 👑We reserved ALL rooms for 8 hours long in a castle Slot Zeist for you. 👑You can join as #model#photographer#designer#company and shoot together what you like. 👑Experience is NOT mandatory. it's an extremely unique chance to use location and boost your portfolio with amazing results 😀 👑We will bring dresses and props from Holland Dress Rental and we will work with our best team. 💎Entrance is 195 pp inclusive taxes. EARLY BIRD IS ON WEBSITE NOW https://www.artphotoprojects.world/event-details/slot-zeist-castle-portfolio-shooting-day-all-rooms 💎Places are limited, because we don't want chaos and rush, we want comfortable collaborations. 💎Only this day ANY style can be shot, even wedding. However entry counts for every model/photographer place. Assistance can join free. 💎Interested ? See link and claim your spot immediately.

Startup: A Primer A startup is a company designed to grow fast. Being newly founded does not in itself make a company a startup. Nor is it necessary for a startup to work on technology, or take venture funding, or have some sort of "exit." The only essential thing is growth. Startups are so hard that you can't be pointed off to the side and hope to succeed. You have to know that growth is what you're after. The good news is, that if you get growth, everything else tends to fall into place. This means you can use growth like a compass to make almost every decision you face. #Monday#Day -1 #Startup#Business#Entrepreneur#Marketing#Founders#Company Read :- https://t.me/startup_Unicon_EdusCommunity

Venture Village Wall 🦄

@venturevillagewall · Post #3415 · 18.12.2024 г., 12:11

Turn Therapeutics Secures $75M Funding Turn Therapeutics, specializing in advanced wound and dermatologic care, has raised $75 million in funding. The investment aims to boost their innovative pharmaceutical and medical device offerings using proprietary technology. For more details, visit their website: Turn Therapeutics. #Funding#Biotech#Healthcare#Pharmaceuticals#MedicalDevices#WoundCare#Dermatology#Investment#Innovation#Technology#TurnTherapeutics#Proprietary#AdvancedCare#Medical#Company#Therapeutics#Research#Development#Startups