Chevron Left
Back to Python Functions, Files, and Dictionaries

Learner Reviews & Feedback for Python Functions, Files, and Dictionaries by University of Michigan

4.8
stars
4,957 ratings

About the Course

This course introduces the dictionary data structure and user-defined functions. You’ll learn about local and global variables, optional and keyword parameter-passing, named functions and lambda expressions. You’ll also learn about Python’s sorted function and how to control the order in which it sorts by passing in another function as an input. For your final project, you’ll read in simulated social media data from a file, compute sentiment scores, and write out .csv files. It covers chapters 10-16 of the textbook “Fundamentals of Python Programming,” which is the accompanying text (optional and free) for this course. The course is well-suited for you if you have already taken the "Python Basics" course and want to gain further fundamental knowledge of the Python language. Together, both courses are geared towards newcomers to Python programming, those who need a refresher on Python basics, or those who may have had some exposure to Python programming but want a more in-depth exposition and vocabulary for describing and reasoning about programs. This is a follow-up to the "Python Basics" course (course 1 of the Python 3 Programming Specialization), and it is the second of five courses in the specialization....

Top reviews

SD

Jun 24, 2020

Good course, had a great hands on practice with the Runestone Notebook Environment.

Appreciate the efforts of the instructors and whoever has designed in making the course and helped delivering it.

SG

Sep 15, 2019

It's amazing learn for beginner .A wonderful learning resource and very simple way explains everything . Excellent lessons ,check your understanding ,e-book ,practice, and quiz work and lot of thing

Filter by:

51 - 75 of 796 Reviews for Python Functions, Files, and Dictionaries

By PANIDAPU H C

Apr 7, 2020

FIRSTLY,I WOULD LIKE TO THANK ALL THE INSTRUCTORS.THE WAY OF TEACHING IS EXCELLENT.I LIKE THIS COURSE.I THINK IT WILL HELP ME MORE FOR LEARNING MORE PROGRAMMING LANGUAGES.

I LIKE PROFESSOR STEVE ONEY AND PROFESSOR PAUL RESNICK LECTURES.ONCE AGAIN I WOULD LIKE TO THANK PROFESSOR STEVE ONEY AND PROFESSOR PAUL RESNICK FOR INSTRUCTING ME VERY WELL.

By Kevin M

Mar 29, 2021

Fantastic course. This course and specialization so far are superbly taught and very enjoyable and I am learning the material well. I have two degrees from Michigan and the instruction in this course is as good, if not better, than what I have experienced even in the most excellent of courses in my prior experience. Great job!

By Irène N

Mar 30, 2022

Great comprehensive course. The code lense wouldn't work in all cases sadly, but that didnt' hurt much. It definitely worked for the pre-written examples. It was really helpful to see what is going on inside Python when dealing with dictionaries and functions.

I'd like to have more problem sets for practicing in my IDE though.

By Sara T

Jun 7, 2020

The course content is great and the instructors are brilliant because they can illustrate the course content to people with basic knowledge and make them understand every single detail. Thank you for explaining in a very simple way and giving us such assignments to check our understanding and engage us better in deep learning.

By Michael J

Oct 28, 2022

I've learned so much from this Phyton fundamental course. The assessment tests, exercises, the tools, such as codelens are just amazing. I'm off to a great start to learning the next in the 5-series specialization courses which is Data and Processing with Python. Kudos to the people who created this course. THANK YOU!

By Santiago F M S

Dec 25, 2020

Of the courses I have taken so far, this one was one of the best. I almost did not watched the videos, only read and practiced using the book.

I was not 100% happy with the instructions provided to use google sheets on the last assignment. I think this should be improved, as many people may not have experience using it.

By Muhammad A

Jun 19, 2022

The course material is excellent and the way the Professors conveyed that is exceptional. I am thankful to coursera and University of Michigan for providing this learning plateform and assisting learners accros the globe. Now I am confident that I can prove myself on educational level and upcoming industry level.

By Jinesh S

Jun 23, 2020

The course goes on a prefect pace with great in depth insights and knowledge. Great instructors and course material with practice tools, interactive textbook, and exercises are the perfect way to learn programming. Many examples to follow through and sense of logical reasoning is also included for each examples.

By Ha T L A

Aug 13, 2021

I have always been scared of dictionary, mixing between tuple, list, etc...However, this course had changed everything. I'm so confident working with these type of data. Highly recomment this course, very details, a lots of exercises to practice, instruction is easy to understand and follow. Thank you all!

By Bijoy K B

Feb 7, 2021

It is good course which covers Files and Dictionaries. I learnt about lambda expressions and how to use them as key in sorted function, through which I can specify the comparison criteria. The textbook was also good, providing all the key information. Overall it's a great course to learn more of python.

By Tushar S

Apr 29, 2020

This course was a bliss to complete. I loved the way it takes you through the various concepts. The tutors make it so much happening that you will not feel bored about it, especially Paul Resnick's jokes, haha you can giggle for minutes .

Thanks to all the tutors and Coursera for making such a course.

By Brian U

Jul 24, 2020

I had very high expectations for this course after taking the first course in the sequence and a couple of Dr. Chuck Severance's courses. The combination of the online Runestone textbook with short videos and daily practice is fantastic. I look forward to my 5 practice questions every morning.

By Scot H

Jun 1, 2022

Well done. However, there were some Runestone lessons that were poorly worded as to the action required to achieve a passing score. Also, at least one of the lesson was flat wrong (according to the way the question was worded and the solution that resulted in a passing score).

By Sai V

Mar 21, 2020

A very well structured course that teaches you a lot of fundamental programming structures and how they are implemented with python. I learnt a lot on this course and it's been very helpful. Looking forward to use this course and move on to the next one on the specialization !

By Howoo J

Jan 25, 2020

Final project will test you cumulative contents learned from the course 1. By this time, you probably know that copy and paste don't really help. Try not too much use google. Once you write project on your code, you , you will definitely feel like you have made a quantum jump.

By Keli C M A

Oct 31, 2019

I am so happy for that conquer. Seriously. I took Python classes at college, it wasn't that effective at all. I had so much advance on this course that I am very interested in getting more advanced python courses. Thank you, Coursera, and my colleagues and Michigan University.

By Zach H

Dec 4, 2022

Great course to follow the Python Basics course. The instructors have a great method of teaching and then reinforcing the basics in more advanced situations. I'm even surprising *myself* with some of the problems I've been able to solve and the code I've been able to write.

By Christiano d S

Jul 5, 2020

This is a great course. the explanations are clear, there are the interative page that allows us to run code and test many times what we have learned. I really like that the videos are not too long and we can do exercises watching them. I am learning a lot.

By Fabian d A G

Jun 18, 2021

Continuing on the previous course, "Python Functions, Files, and Dictionaries" provides a solid introduction to handling files, dictionaries and functions, and also little nuances and quirks that are unique to Python. Well-paced, and extremely enjoyable.

By Nicolás S V

Apr 12, 2020

It was a good course because of the concepts addressed, pretty much what the title says. The only constructive thing that I have to say is that the course can be improved by adding more challenging problems, because at some point they become repetitive.

By Phillip D

Jul 8, 2019

I loved this class. They cover the material is a slow and methodical manner. The instructors are clear and concise in their lectures. I've learned a lot and look forward to finishing this specialization before moving on to more advanced Python classes.

By Eduardo S P

Apr 28, 2021

This course is a great way to continue learning python. The lectures are well structured and the interactive book is one of the best tools I have seen for learning a new programming language. It is also not too intensive so it is very easy to complete.

By Ines S

Jun 4, 2020

The Runestone plateform is sometimes not working and the revision feature crashes a lot. Moreover, I wish there was a book to revise some things... other than that, it is a great course and you do learn a lot. The lecturers do a good job at explaining.

By Jerbie d l C

Oct 8, 2019

Things are getting more challenging and exciting with this 2nd course in the specialization. Topics build on previous lessons and apply them in more challenging ways. I'm really glad I took this series of courses to help me get the right skills I need

By Sahitya P

Jun 16, 2022

This course is well designed to give its learners the best learning experience. Every concept is explained in a simple manner with good examples. All of the tools available for reading and practicing have been really helpful throughout the course.