In this tutorial we will explore Python string data type.
In Python, strings are immutable sequences of characters, and are used to handle textual data.
⭐️ Timeline
0:00 - Introduction
0:53 - Creating a string
6:03 - Accessing characters from a string
8:41 - Finding characters in a string
10:15 - Slicing a string
13:15 - Iterating over a string
14:11 - Concatenate multiple strings
18:27 - Split a string
21:25 - Conclusion
📄 Resources
- Full article with Python code: https://pyshark.com/python-string-data-type-explained/
🔗 My Social Media
- YouTube: https://www.youtube.com/channel/UCDw1ADRUpbu-wo7rG_Uc87A
- Website: https://pyshark.com
- LinkedIn: https://www.linkedin.com/in/mikhail-sidyakov
- TikTok: https://www.tiktok.com/@mishamisha_sv
- Instagram: https://www.instagram.com/mishamisha_sv
- Twitter: https://twitter.com/mishamisha_sv
- GitHub: https://github.com/misha-pyshark
🎬 My YouTube Equipment
- Microphone (Blue Yeti): https://amzn.to/3IeIsLg
- Keyboard (Razer Ornata V2): https://amzn.to/3aeJIBt
- Mouse (Logitech G403): https://amzn.to/3ReLUK4
- Headphones (Bose Quiet Comfort 35 II): https://amzn.to/3uqidMq
💸 Donations
💵 One-Time Donations: https://www.paypal.com/donate/?hosted_button_id=7QP8DZT48K9TC
💰 Patreon: https://www.patreon.com/misha_sv
--------------------------------------------------------------------------------------------------------------
⭐️ Tags
- Python string
- String data type