π₯ Day 9 | Python Strings Explained π» | (Beginner to Pro) π | 100 Days Python Challenge π―
π₯ 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 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.