Learn all about the string data type in Python!
π Links π
π Python Fundamentals playlist: https://youtube.com/playlist?list=PLzo7LopEoRYWGKR9DjWVqBpDiqecJF3MO
π Text-based tutorial: https://github.com/futureprogrammer360/Python-Fundamentals/blob/master/1.%20Basic%20Syntax%2C%20Data%20Types%2C%20and%20Variables/1.2%20Strings.ipynb
β‘ Like and Subscribe! β‘
β If you enjoyed the video, make sure to like, share, comment, and subscribe!
β Timeline β
β 00:00 Introduction
β 00:42 String concatenation and str() function
β 02:11 Getting string length - len() function
β 03:15 Case conversion
β 04:20 Indexing
β 05:24 Slicing
β 07:11 Replacing substrings - .replace() method
β 08:01 Cleaning strings - .strip() method
β 09:57 Checking substrings within strings - in keyword
β 10:46 Summary and conclusion
β Hashtags β
#FutureProgrammer
#Python
#Programming