Continuing My Python Journey: Working with Lists 🙌 Today’s learning was all about Python Lists, and it was a really insightful session! Under the guidance of Dr. Ankush Joshi, Isha Rajput, I explored how lists work as a mutable data type and how powerful they can be in programming. I learned various list operations and methods: ● Insertion operations – insert(), append(), extend() ● Deletion operations – clear(), remove(), pop(), del ● Slicing and iterating using for loops ● Creating matrices using nested lists Some key takeaways: ● append() adds elements at the end, while insert() places them at a specific index ● extend() helps combine lists ● pop() removes the last element by default ● del can delete elements or even the entire list 👌 Best part: Practice and clear explanations made the concepts easy to understand and apply. Grateful for such interactive learning and guidance Special thanks to: Dr. Gesu Thakur Dr. Ankush Joshi Isha Rajput Dr.Chinnaiyan Ramasubramanian #Python #Programming #CodingJourney #BCA #Learning #PythonBasics
Keep coding dear Ishika Rawat
Nice to see this progress—your Python journey looks exciting!
Keep it up