Vigyata.AI
Is this your channel?

L-3 Lists in Python (Full Beginner Guide) | AI & ML Preparation

462 views· 32 likes· 19:22· Mar 3, 2026

🛍️ Products Mentioned (1)

In this lecture of our Python for AI & Data Science series, we learn one of the most important concepts in Python — Lists. GitHub: https://github.com/codewithaarohi/Python_for_DataScience/blob/main/list_program.ipynb In Data Science, we don’t work with just one number. We work with thousands or even millions of data points. So how do we store multiple values together? That’s where Python Lists come in. In this video, you will learn: ✔ What is a List ✔ How to create a list ✔ Indexing (including negative indexing) ✔ Finding length using len() ✔ Adding elements using append() ✔ Removing elements using remove() ✔ Modifying list values (Mutable concept) ✔ Looping through a list ✔ Calculating average using a list ✔ Why lists are important in AI & Machine Learning You’ll also understand how lists are the foundation of libraries like NumPy and pandas. If you want to start Machine Learning confidently, this is a MUST-WATCH lecture. Practice the task given in the video and comment “LIST DONE” after completing it 💬 📸 Follow me on Instagram: @codewithaarohihindi 🔗 https://instagram.com/codewithaarohihindi 📧 You can also reach me at: aarohisingla1987@gmail.com

About This Video

इस लेक्चर में मैं Python Lists बिल्कुल beginner level से समझाती हूं—क्योंकि AI, Data Science, ML में हम single value नहीं, हजारों-लाखों data points के साथ काम करते हैं। इसलिए variables से आगे बढ़कर हमें एक ऐसा container चाहिए जिसमें same name के अंदर multiple records store हो सकें—और वही concept है List. मैं आपको list का syntax (square brackets), list create करना (numbers, names और mixed data types वाली list), और फिर print करके output verify करना step-by-step दिखाती हूं। फिर मैं indexing cover करती हूं—0 से start होने वाली indexing, specific element निकालने के लिए list[index], और जब list बड़ी हो और last index पता न हो तब negative indexing (-1) कैसे use करते हैं। इसके बाद len() से list की total length निकालना, remove() से particular value delete करना, append() से last में नया element add करना, और mutable होने की वजह से existing value modify करना (index की help से) सब practical करके दिखाती हूं। एंड में मैं for loop के साथ list पर काम कराती हूं और indentation error क्यों आता है, वो भी live समझाती हूं। वीडियो के end में आपकी practice के लिए assignment भी है—और complete करके “LIST DONE” comment करना है।

Frequently Asked Questions

🎬 More from Code With Aarohi Hindi