Python - Strings!
Adrian Dolinay
Tutorial on how to work with string types in Python. Learn how to index, slice, concatenate and use built in functions with strings.
GitHub repo containing the notebook under "Python YouTube Tutorials" - https://github.com/tudev/Workshops-2020-2021
CONNECT: LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/ GitHub: https://github.com/ad17171717 Twitter: https://twitter.com/DolinayG
------Video Chapters------ 0:00 - Intro 0:06 - String type definition 0:26 - Creating a string 1:05 - Indexing and slicing elements within a string 2:04 - Immutability of strings 3:20 - Printing strings 6:46 - Concatenating (combining) strings 8:55 - Convert strings to a integer or float type 12:58 - Capitalizing, lowercasing and uppercasing letters 15:07 - Splitting a string 16:45 - Finding an element within a string 19:10 - References and additional learning ... https://www.youtube.com/watch?v=QFzf1gVSp2Y
51311762 Bytes