Dashboard Week: Pixar Movies

Dashboard Week: Pixar Movies

The Data For This Dashboard This dashboard week, the focus was on Pixar movies. This meant the data was on details about the movies, the actors, and the people working on the movies. Since this was our last day, the data didn’t need to be cleaned and came...
Python List Comprehension

Python List Comprehension

Introduction Hi there, this blog is meant to be a tutorial focusing on teaching Python list comprehensions through a video. The video mostly highlights the similarities between for loops and list comprehensions, comparing the two and creating the same output in easy,...