Back to Browse

πŸ”₯ Day 9 | Python Strings Explained πŸ’» | (Beginner to Pro) πŸš€ | 100 Days Python Challenge πŸ’―

33 views
Apr 22, 2026
13:25

πŸ”₯ Day 9 | Python Strings Explained πŸ’» | Strings in Python (Beginner to Pro) πŸš€ | 100 Days Python Challenge πŸ’― Welcome to Day 9 of the 100 Days Python Challenge πŸ”₯ In this video, we learn Python Strings from basic to advanced with real-life examples πŸ’» πŸ‘‰ Strings are everywhere in programming β€” messages, names, data, everything! πŸ‘‰ If you understand strings, your coding becomes powerful πŸ’― ━━━━━━━━━━━━━━━━━━━ 🎬 What you will learn in this video: βœ” What is String in Python? βœ” How to create strings βœ” Indexing (Access characters) βœ” String Slicing βœ” String Methods (upper, lower) βœ” String Concatenation βœ” Length of String (len function) βœ” Real-life examples + coding demo βœ” Practice tasks for beginners ━━━━━━━━━━━━━━━━━━━ πŸ’‘ Simple Explanation: πŸ‘‰ String = Text data (characters) Example: πŸ‘‰ "Hello", "Nirmal", "Python" β†’ These are strings πŸ’― πŸ‘‰ Real life: Messages πŸ’¬, names πŸ‘€, comments πŸ“ β€” all are strings ━━━━━━━━━━━━━━━━━━━ 🎯 Why Strings are Important? πŸ‘‰ Used in almost every program πŸ‘‰ Helps to display messages πŸ‘‰ Used in user input & output πŸ‘‰ Important for real projects πŸ’» ━━━━━━━━━━━━━━━━━━━ ⏱️ TIMESTAMPS (13 MIN VIDEO): 00:00 πŸ”₯ Hook (What is String?) 00:40 πŸ‘‹ Introduction (mrniritech) 01:30 🎯 What is String? 03:00 🌍 Real-life examples 04:00 πŸ’» Create String 05:30 πŸ” Indexing 06:30 🌍 Real-life connection 07:30 βœ‚οΈ String Slicing 08:30 πŸ”  String Methods 09:30 πŸ”„ Concatenation 10:30 🌍 Real-life use 11:30 πŸ“ Length of String 12:30 πŸ§ͺ Practice Task 13:00 πŸš€ Outro ━━━━━━━━━━━━━━━━━━━ πŸ’» Example Codes from Video: πŸ‘‰ Create String: "name = "Nirmal"" πŸ‘‰ Indexing: "print(name[0])" πŸ‘‰ Slicing: "print(name[0:3])" πŸ‘‰ Methods: "text.upper()" "text.lower()" πŸ‘‰ Concatenation: "print("Hello " + name)" πŸ‘‰ Length: "print(len(name))" ━━━━━━━━━━━━━━━━━━━ πŸ’¬ Your Task (Must Do πŸ’ͺ): πŸ‘‰ Take input from user πŸ‘‰ Print "Hello + Name" πŸ‘‰ Convert into uppercase πŸ‘‰ Find length of string πŸ‘‰ Share your output in comments πŸ”₯ ━━━━━━━━━━━━━━━━━━━ πŸ“Œ Important Tips: πŸ‘‰ Strings = communication in programming πŸ’― πŸ‘‰ Practice daily πŸ‘‰ Try your own examples ━━━━━━━━━━━━━━━━━━━ 🎬 Next Video: πŸ‘‰ Day 10 – Lists πŸ”₯ ━━━━━━━━━━━━━━━━━━━ πŸš€ About This Challenge: This is a complete journey from Zero to Job-Level Python Developer πŸ’»πŸ”₯ πŸ‘‰ Daily coding πŸ‘‰ Nepali + English explanation πŸ‘‰ Real-life examples πŸ‘‰ Practical projects ━━━━━━━━━━━━━━━━━━━ πŸ‘‰ Don’t forget to Like πŸ‘ Share πŸ” Comment πŸ’¬ Subscribe πŸ”” πŸ‘‰ Channel: mrniritech πŸ’» πŸ‘‰ Let’s grow together πŸš€ πŸ‘‰ See you in Day 10 πŸ’― ━━━━━━━━━━━━━━━━━━━ #100DaysPython #PythonStrings #LearnPython #CodingNepal #PythonBeginner #ZeroToHero #mrniritech

Download

1 formats

Video Formats

360pmp49.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

πŸ”₯ Day 9 | Python Strings Explained πŸ’» | (Beginner to Pro) πŸš€ | 100 Days Python Challenge πŸ’― | NatokHD