Course Review: Python Data Structures

This course is the second of a collection of courses in the Python for Everybody Specialization by the University of Michigan on Coursera. The course is a very popular one on Coursera and 2.3 million people have already taken the course. The course is also highly rated with 4.8/5 from 195,792 reviews.

Course Link: Python Data Structures

Course Contents

The course builds on the previous course in the series and correlates to the specialization’s book. The chapters in this course are:

Chapter 6 – Strings

Lecture material (2 videos, 32 minutes)

Chapter 7 – Files

Lecture material (2 videos, 19 minutes)

Chapter 8 – Lists

Lecture material (3 videos, 26 minutes)

Chapter 9 – Dictionaries

Lecture material (3 videos, 33 minutes)

Chapter 10 – Tuples

Lecture material (1 video, 17 minutes)

Review

As we move forward, this course contains chapters 6-10 of the course’s book.

As mentioned, this is a follow-up course to the previous course, which I reviewed here. It goes further into Python’s different data types. Also, an essential course to take if you’re starting out your Python journey.

The information in this course and the previous one is fundamental to your learning. You will learn valuable concepts that you will work with throughout your Python career.

The course is quick and easy, and you can easily go through the lecture material in one day.

Similar Posts