From the course: Python for Non-Programmers
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Lists - Python Tutorial
From the course: Python for Non-Programmers
Lists
- [Instructor] Now that you've finished your first Python project, you've gotten a good idea for the flow of this course. We learned some Python concepts and then bring them all together when we create a project. So it's time for us to learn some new Python concepts in preparation for our next project. So in this video, we're going to be learning about lists. Now this is a new type to us in Python and all it is is it's an ordered list of information. So some examples might be a list of our favorite food. The list showing the results of a race, maybe even just our to do's that we've got to get done and that they're in a particular order, like this thing is more important than that thing. With lists, the big thing to remember is that they have an order to them. So let's go ahead and create our first example of a list. Let's list out our favorite movies. These are going to be my favorite movies, so feel free to list your own…