Python Data Structures
Description
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: This course will introduce the core data structures of the Python programming language. We will move past the basics of procedural programming and explore how we can use the Python built-in data structures such as lists, dictionaries, and tuples to perform increasingly complex data analysis. This course will cover Chapters 6-10 of the textbook “Python for Everybody”. This course covers Python 3.
Created by: University of Michigan-
Taught by: Charles Severance, Associate Professor
School of Information
Frequently asked questions
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: This course will introduce the core data structures of the Python programming language. We will move past the basics of procedural programming and explore how we can use the Python built-in data structures such as lists, dictionaries, and tuples to perform increasingly complex data analysis. This course will cover Chapters 6-10 of the textbook “Python for Everybody”. This course covers Python 3.
Created by: University of Michigan-
Taught by: Charles Severance, Associate Professor
School of Information
Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.
Help from your peersConnect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.
CertificatesEarn official recognition for your work, and share your success with friends, colleagues, and employers.
University of Michigan The mission of the University of Michigan is to serve the people of Michigan and the world through preeminence in creating, communicating, preserving and applying knowledge, art, and academic values, and in developing leaders and citizens who will challenge the present and enrich the future.Syllabus
WEEK 1
Chapter Six: Strings
In this class, we pick up where we left off in the previous class, starting in Chapter 6 of the textbook and covering Strings and moving into data structures. The second week of this class is dedicated to getting Python installed if you want to actually run the applications on your desktop or laptop. If you choose not to install Python, you can just skip to the third week and get a head start.
7 videos, 5 readings expand
- Video: Video Welcome - Dr. Chuck
- Reading: Reading: Welcome to Python Data Structures
- Reading: Textbook
- Reading: Welcome to Python 3
- Reading: Submitting Assignments
- Video: 6.1 - Strings
- Video: 6.2 - Manipulating Strings
- Video: Worked Exercise: 6.5
- Video: Bonus: Office Hours New York City
- Video: Bonus: Monash Museum of Computing History
- Video: Fun: The Textbook Authors Meet @PyCon
- Reading: Audio Versions of All Lectures
Graded: Chapter 6 Quiz
Graded: Assignment 6.5
WEEK 2
Unit: Installing and Using Python
In this module you will set things up so you can write Python programs. We do not require installation of Python for this class. You can write and test Python programs in the browser using the "Python Code Playground" in this lesson. Please read the "Using Python in this Class" material for details.
5 videos, 2 readings expand
- Reading: Important Reading: Using Python in this Class
- Reading: Notes on Choice of Text Editor
- Video: Demonstration: Using the Python Playground
- LTI Item: Python Code Playground
- Video: Windows 10: Installing Python and Writing A Program
- Video: Windows: Taking Screen Shots
- Video: Macintosh: Using Python and Writing A Program
- Video: Macintosh: Taking Screen Shots
- Peer Review: Optional- Installing Python Screen Shots
WEEK 3
Chapter Seven: Files
Up to now, we have been working with data that is read from the user or data in constants. But real programs process much larger amounts of data by reading and writing files on the secondary storage on your computer. In this chapter we start to write our first programs that read, scan, and process real data.
5 videos, 1 reading expand
- Video: 7.1 - Files
- Video: 7.2 - Processing Files
- Video: Demonstration: Worked Exercise 7.1
- Reading: Where is the 7.2 worked exercise?
- Video: Bonus: Office Hours Barcelona
- Video: Bonus: Gordon Bell - Building Blocks of Computing
Graded: Chapter 7 Quiz
Graded: Assignment 7.1
Graded: Assignment 7.2
WEEK 4
Chapter Eight: Lists
As we want to solve more complex problems in Python, we need more powerful variables. Up to now we have been using simple variables to store numbers or strings where we have a single value in a variable. Starting with lists we will store many values in a single variable using an indexing scheme to store, organize, and retrieve different values from within a single variable. We call these multi-valued variables "collections" or "data structures".
7 videos expand
- Video: 8.1 - Lists
- Video: 8.2 - Manipulating Lists
- Video: 8.3 - Lists and Strings
- Video: Fun: Python Lists in Paris
- Video: Worked Exercise: Lists
- Video: Bonus: Office Hours - Chicago
- Video: Bonus: Rasmus Lerdorf - Inventing the PHP Language
Graded: Chapter 8 Quiz
Graded: Assignment 8.4
Graded: Assignment 8.5
WEEK 5
Chapter Nine: Dictionaries
The Python dictionary is one of its most powerful data structures. Instead of representing values in a linear list, dictionaries store data as key / value pairs. Using key / value pairs gives us a simple in-memory "database" in a single Python variable.
7 videos expand
- Video: 9.1 - Dictionaries
- Video: 9.2 - Counting with Dictionaries
- Video: 9.3 - Dictionaries and Files
- Video: Worked Exercise: Dictionaries
- Video: Bonus: Office Hours - Amsterdam
- Video: Bonus: Brendan Eich - Inventing Javascript
- Video: Fun: Dr. Chuck Goes Motocross Racing
Graded: Chapter 9 Quiz
Graded: Assignment 9.4
WEEK 6
Chapter Ten: Tuples
Tuples are our third and final basic Python data structure. Tuples are a simple version of lists. We often use tuples in conjunction with dictionaries to accomplish multi-step tasks like sorting or looping through all of the data in a dictionary.
6 videos expand
- Video: 10 - Tuples
- Video: Worked Exercise: Tuples and Sorting
- Video: Bonus: Office Hours - Puebla, Mexico
- Video: Bonus: John Resig - Inventing JQuery
- Video: Douglas Crockford: JavaScript Object Notation (JSON)
- Video: Fun: The Greatest Taco in the World
Graded: Chapter 10 Quiz
Graded: Assignment 10.2
WEEK 7
Graduation
To celebrate your making it to the halfway point in our Python for Everybody Specialization, we welcome you to attend our online graduation ceremony. It is not very long, and it features a Commencement speaker and very short commencement speech.
1 video, 1 reading expand
- Video: Graduation Ceremony
- Reading: Please Rate this Course on Class-Central
Share your review
Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.