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

Резултати

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

Пребарај: #diseases

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

@interesting_planet_facts · Post #721 · 10.09.2025 г., 03:22

🌎 The mosquito is considered the deadliest animal on Earth, causing over 700,000 human deaths each year. Mosquitoes spread malaria, dengue, Zika, yellow fever, and other life-threatening diseases across tropical and subtropical regions, making them a major global health threat. ✨ #animals⚡#danger⚡#diseases 👉subscribe Interesting Planet ​

STAR VET BOOKS

@starvetbooks · Post #4519 · 31.08.2024 г., 04:27

‘Heart Water’ Disease: ******* Heart water also known as 1. Cowdriosis 2. Nintas 3. Ehrlichiosis. Heart water is a ricketsial disease of ruminats and some wild animals include cattle sheep and goats ans deer in domestic animals the incubation period varies because of dependent of their rout infection and age. ...................#Etiology.................... its a tick born rickettsial diseases caused by Ehrilichia ruminantum (foremaly known as cowdaria ruminuntum) its transmitted by tick genus of Ambylomma #NB cowdariosis is a notifiable disease. .................#Clinical#Sign.................. 1. Neurological signs. * Tremor * head pressing 2. Respiratory signs. * Cough *Nasal discharge. 3. Systemic sign. * Fever * Loss of appetite. 4. Physical examination. * petechiae of mucos membrane. * Tachycardia * Muffled heart sound 5. Very hard kicking 6. Oedema and diarrhoea. ...................#Diagnosis....................... #Post-#Mortum#Examination. 1. a light yellow transudate found * Thorax * Abdomen * Pericardium. 2. Pulmonary oedema 3. Most fetal cases is * Hydropericardium 4. Difinetly diagnosis you have to focus. * Hippocampus (Under gemsa stain ) or histopathology .......#Differential#Diseases.( look like )....... 1. Toxic plant 2. Tetanus ( just look for wound ) 3. Listeriosis. 4. Milk fever (but remeber its depends muturation during or after parturaion) 5. Mineral deficiency 6. And more others related muscles. ..............#Control. (Vector control )................. (Amblyomma hebraeum) 1. Ectoparasiticide control tick those cause diseases specially thse species * Boophilus * Hyalomma .................#Vaccination (young once )............. 1. a live blood vaccine ......................#Treatment......................... during early stage you can use 1. Sulfonamide 2. Tetracycline https://t.me/starvetbooks