Summary
Keywords
Full Transcript
Welcome to Lecture 40 of the course "Programming in Python" by Prof. Sudarshan Iyengar. Full Course: https://study.iitm.ac.in/ds/course_pages/BSCS1002.html Video Overview In this lecture we introduce the basics of lists in Python one of the most fundamental data structures for representing sequences of elements. You will learn how to create modify and access list elements using the interactive Python shell (IPython). We also explore how lists can be used to represent matrices in a naive way introducing the idea of two dimensional data structures through lists of lists. The lecture demonstrates operations such as appending removing and accessing elements while also highlighting important differences between lists and sets. By the end you will understand how to use lists to represent data and even build simple matrix structures in Python. About IIT Madras' online Bachelor of Science programme IIT Madras offers four year BS programmes that aim to provide quality education to all irrespective of age educational background or location. The BS programme has multiple levels which provide flexibility to students to exit at any of these levels. Depending on the courses completed and credits earned the learner can receive a Foundation Certificate from IITM CODE (Centre for Outreach and Digital Education), Diploma(s) from IIT Madras or BSc/BS Degrees from IIT Madras. For more details Visit: https://www.iitm.ac.in/academics/study-at-iitm/non-campus-bs-programmes #python #lists #datastructures #programming #tutorial #ipython #coding #matrix #twodimensionaldata #append #remove #elements #sets #datascience #beginner #pythontutorial #listmanipulation #computationalthinking #programmingfundamentals #pythonfordatascience
