CS22-OOP2-Module-6
CS22-OOP2-Module-6
I. INTRODUCTION
In this lesson.
II. OBJECTIVES
1. Identify what is a List. Understand the basic
Module 6 syntax for creating lists. Learn how to access
elements in a list using indexing
2. Explore common operations on lists, such as
LIST appending, extending, and removing
elements. Understand the concept of list
slicing and its applications.
3. Learn how to create and work with nested
lists. Understand the concept of a 2D list and
its applications
Page 1 of 3
CS22-OOP2(Object Oriented Programming 2)
College of Computer Studies
Note: For dealing with matrices the numpy module is a better choice.
Page 2 of 3
CS22-OOP2(Object Oriented Programming 2)
College of Computer Studies
V. PRACTICE EXERCISES/ACTIVITIES
VI. ADDITIONAL RESOURCES
VII. ASSESSMENT
VIII. REFERENCES
Allen B. Downey, ``Think Python: How to Think Like a Computer Scientist‘‘, 2nd edition, Updated
for Python 3, Shroff/O‘Reilly Publishers, 2016
https://www.stat.berkeley.edu/~spector/python.pdf
Page 3 of 3