Looking to gain some clarity around Python's use of terms array and list? We'll I tried my best to do that! Let's get confused together.
Tag: Data Structures
Watch a guy try to shrink the size of his favorite Python program, Rock Paper Scissors, using his favorite language features.
How to Plot a Line Using Matplotlib in Python: Lists, DataFrames, and More
In this article, we'll take a look at creating a line plot using Matplotlib. Since there are a lot of ways to do this, you'll have plenty of options.
How to Remove Duplicates From a List in Python: Sets, Dicts, and More
When it comes to lists, sometimes it's helpful to be able to remove duplicates. That's the target of this article!
How to Iterate Over Multiple Lists at the Same Time in Python: Zip() and More!
One common scenario when working with lists is the desire to loop over them in parallel. In this article, we cover a few ways to do just that.
In the world of Python, there are a lot of fun and interesting data structures. The one we'll cover today is the dictionary.