Python - Strings

preview_player
Показать описание
Strings and string functions in Python.

00:05 - Introduction to the string data type (str)
01:04 - Example input
02:32 - Learning objectives
03:20 - What is "whitespace"?
04:25 - Splitting a string
06:06 - Converting data types in a split string
06:37 - Conditionally executing based on a split string
07:30 - Running the split example
08:40 - Concatenating strings (merging two or more strings into one)
13:30 - String slices
18:02 - Finding data within of a string
24:32 - Replacing values within a string
27:05 - Joining a list to produce a string
29:52 - Transforming capitalization using lower(), upper(), and capitalize()
33:18 - Stripping leading and trailing whitespace
Рекомендации по теме
join shbcf.ru