Chevron Left
返回到 Python Functions, Files, and Dictionaries

学生对 University of Michigan 提供的 Python Functions, Files, and Dictionaries 的评价和反馈

4.8
5,437 个评分

课程概述

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....

热门审阅

BA

Nov 6, 2019

The course met all my expectations and went beyond. The instructors' explanations were easy to understand and the innovative method of having a digital textbook was undoubtedly convenient.

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.

筛选依据:

776 - Python Functions, Files, and Dictionaries 的 800 个评论(共 909 个)

创建者 Amine F

May 16, 2022

good

创建者 Deleted A

Mar 13, 2022

good

创建者 Nikolay S

Dec 26, 2021

...

创建者 Lukáš H

Feb 24, 2021

Neat

创建者 SAMARTH P S

Nov 7, 2020

GOOD

创建者 POOVITHA R

Sep 18, 2020

good

创建者 Souhardya G

Sep 10, 2020

Good

创建者 PRAWIN K P

Jul 28, 2020

good

创建者 maligireddy l

Jul 3, 2020

good

创建者 Li K

Jun 25, 2020

good

创建者 A-011 S Y

Jun 1, 2020

cool

创建者 Bhargavi V

May 14, 2020

good

创建者 Rishita S

May 6, 2020

nice

创建者 Dao X H

Jul 6, 2019

good

创建者 Hongyi P

Apr 4, 2019

Nice

创建者 Xusniddin X

Feb 21, 2024

c x

创建者 MUXAMMADYUSUF M

Aug 6, 2024

21

创建者 Botirbek S

Apr 15, 2024

ok

创建者 Francisco A F A

Mar 22, 2022

👌

创建者 Nguyen Q T ( H

May 6, 2021

ok

创建者 Abduxoliq A

Mar 31, 2024

1

创建者 mostafa m m z

Aug 13, 2022

A

创建者 otman

May 23, 2022

.

创建者 Nurbol S

May 8, 2021

+

创建者 Sourav C

Oct 6, 2019

I find this course very useful. Only one observation -

At the end of this course, it is asking for sentiment analysis, where you need to upload csv file to excel or google drive and then needs to generate scatter plot. How to do this is need explained anywhere in the course. Moreover, required libraries to perform this activity is not present in coursera and I have to install Python Anaconda and using Jupyter notebook, I could able to generate this scatter plot. How to process csv file to generate scatter plot, I have search in google and learn it outside this course.