Python Programming Tutorial #10 - String Methods

preview_player
Показать описание
This is the 10th video in my python programming series. Today I talk about a number of different string methods and their uses.
- .upper()
- .lower()
- .strip()
- .split()
and the len() function

As always please LIKE and SUBSCRIBE for more content daily.

Video Tags: python,python tutorial,python language,python full course,python course,learn python,learn python programming,python tutorial for beginners,python tutorial 2018,python programming tutorial,python programming language,software development,programming tutorial,tech with tim
Рекомендации по теме
Комментарии
Автор

So i did a while loop with a set of statements for this upper case string method(actually idk what i'm talking about but it worked)


text = input('input something: ')
while text != text.upper():
text = input('Please type in upper case: ')
if text == text.upper():
print(text)

mephystto
Автор

Thanks for the tutorials man, god bless you.

grebe
Автор

Great tutorial. This method is key in LLMs (probably)
I'm commenting on everything, in case that helps the youtube algorithm (even through this is an old video)

AliAliOxenFree
Автор

Print ("Thanks Tim, you are the best, you're video's are SUPER COOL, keep it up")

>>> Thanks Tim, you are the best, you're video's are SUPER COOL, keep it up

abdallahkrwat
Автор

bro thank's for uploading this video, it 's help full

natnaeldebebenegash
Автор

video I think you mean delineate and not deliminate

arroneisen
Автор

When did you actually use the methods when doing development?

arifbasri
Автор

So .strip only loses any rogue spaces prior to the text entry?

compostmentis
Автор

Nice video
Watched at 2x
Meet you in next one

eswarspython
Автор

Burning trough the videos for the basics

caesarxinsanium
Автор

Cool man!!! im making videos like these.. could you come and check them out? thanks

riseoftechk