Programming From The Very Basics Using Python - Session 20 - Using lists in python - Part 1

Опубликовано: 09 Февраль 2026
на канале: Chandrashekar Babu
39
5

In this video, I will guide you through the usage of lists in python where you will learn how to create lists using literal notation, constructor expression and also create a list using list-comprehension. You will also learn about how to apply most sequence operations on a list just like you would on a tuple. You will also learn more about mutating a list - adding new items, removing items, replacing items of a list. Towards the end, I will explain how you can implement a stack using a list.

Code samples and notebooks used in the videos / demonstration are available at https://github.com/slashprog/programm...