<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python Lists :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/15-collections/04-python/04-lists/video/index.html</link>
    <description>Resources Slides Video Script First, let’s take a look at one of the most commonly used data structures from the Java collections library, the list. A list is a data type that can store any number of elements in a sequence. In addition, lists can be searched, elements can be removed, and lists are easily sortable. In Python, we’ve already learned about lists, so this is not really that new to us. However, previously we would treat our lists as arrays, knowing the size of them ahead of time and not removing elements once they’ve been inserted, mainly to remain the same as other programming languages such as Java in this course. Now we can explore lists to their full potential!</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/15-collections/04-python/04-lists/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>