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.
Category: Code
Well it's October, and the Python dev team just released Python 3.9. Let's talk about how it's going to make our lives easier!
Watch me attempt to compress nearly 700 lines of code down to 280 for the purposes of social media dopamine.
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 Swap Variables in Python: Temporary Variables and Iterable Unpacking
Looking for a couple quick ways to swap variables in Python? Look no further than this list.