Python List Methods and String Manipulation

💻 Day 9 – Python Full Stack Trainee Learning Journey Today I explored lists, nested lists, and string manipulations in Python. Here’s what I learned: Lists are used to store multiple items in a single variable. They are mutable, which means we can change their content after creation. Lists can contain different data types, including other lists (nested lists), which helps in storing complex data. Common list methods I practiced today: .append() → adds a single item at the end .extend() → adds multiple items or characters individually .remove() → deletes a specific element .pop() → removes an element by index or the last element I also practiced splitting strings, which is useful for handling structured input like time or CSV data. Understanding indexes in lists and nested lists is important to access the exact data we need. Small, consistent steps every day make Python learning easier and more practical. GitHub: https://lnkd.in/giyEbqTH #Python #100DaysOfCode #LearnPython #CodingJourney #ProgrammingBasics #Day9 #codegnan

  • graphical user interface, text, application, email

To view or add a comment, sign in

Explore content categories