用Python玩转数据 Data Processing Using Python

Product type

用Python玩转数据 Data Processing Using Python

Coursera (CC)
Logo Coursera (CC)
Provider rating: starstarstarstar_halfstar_border 7.2 Coursera (CC) has an average rating of 7.2 (out of 6 reviews)

Need more information? Get more details on the site of the provider.

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: 本课程主要面向非计算机专业学生,从Python基本语法开始,到Python中如何从本地和网络上进行数据获取,如何表示数据,再到如何对数据进行基础和高级的统计分析及可视化,到最后如何设计一个简单的GUI界面来表示和处理数据,层层推进。 整个课程以Yahoo财经数据为基础,通过构建一个个喜闻乐见的案例,让大家可以以更直观的方式领略Python的简洁、优雅和健壮,同时探讨Python除了在商业领域之外在文学、社会学和新闻等人文社科类领域以及在数学和生物等理工类领域同样拥有便捷高效的数据处理能力,并可以触类旁通将其灵活应用于各专业中。

Created by:   Nanjing University
  • Taught by:    张莉, 副教授

    计算机科学与技术系
Commitment 2-5小时/周 Language Chinese (Simplified), Subtitles: English How To Pass Pass all graded assignments to complete the course. User Ratings 4.7 stars Average User Rating 4.7See all 132 reviews Coursework

Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and…

Read the complete description

Frequently asked questions

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

Didn't find what you were looking for? See also: Python, R Programming, M&A (Mergers & Acquisitions), Joint Venture, and Data Warehouse.

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: 本课程主要面向非计算机专业学生,从Python基本语法开始,到Python中如何从本地和网络上进行数据获取,如何表示数据,再到如何对数据进行基础和高级的统计分析及可视化,到最后如何设计一个简单的GUI界面来表示和处理数据,层层推进。 整个课程以Yahoo财经数据为基础,通过构建一个个喜闻乐见的案例,让大家可以以更直观的方式领略Python的简洁、优雅和健壮,同时探讨Python除了在商业领域之外在文学、社会学和新闻等人文社科类领域以及在数学和生物等理工类领域同样拥有便捷高效的数据处理能力,并可以触类旁通将其灵活应用于各专业中。

Created by:   Nanjing University
  • Taught by:    张莉, 副教授

    计算机科学与技术系
Commitment 2-5小时/周 Language Chinese (Simplified), Subtitles: English How To Pass Pass all graded assignments to complete the course. User Ratings 4.7 stars Average User Rating 4.7See all 132 reviews Coursework

Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.

Help from your peers

Connect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.

Certificates

Earn official recognition for your work, and share your success with friends, colleagues, and employers.

About Nanjing University Nanjing University (NJU) is committed to excellence in teaching and research. Located on the prosperous eastern coast of China, NJU provides a dynamic environment that nurtures learning, creativity, and discovery on one of the most beautiful campuses in the country. Taking NJU's university offerings on Coursera will be a rewarding experience for learners from every corner of the world.

Syllabus


WEEK 1


欢迎学习《用Python玩转数据》
欢迎你学习《用Python玩转数据》这门课程,本课程用非计算机专业的小伙伴们能听得懂的方式来讲述如何利用Python这种简单易学的程序设计语言方便快捷地获取数据、表示数据、分析数据和展示数据,通过多个案例让大家轻松愉快地学会用Python玩转各领域数据。相信《用Python玩转数据》是一门可以让你不再害怕数据处理的计算机程序设计课,大壮老师期待你的加入! 


1 video, 2 readings expand

Python基础
小伙伴们,欢迎来到Module 01"Python基础"的学习! 先带大家领略一下Python简单易学和优雅健壮的特性,less is more,Python的设计者绝对深谙此道。本模块学完以后,大家可以掌握Python的基本语言结构、数据类型、基本运算、条件和循环、函数和模块等内容,用它们就可以写一些有用的程序了! 


13 videos, 2 readings expand
Graded: 走近Python quiz

WEEK 2


数据获取与表示
欢迎进入“数据获取与表示”的学习!学完本模块,大家将会掌握Python在本地数据和网络数据获取的方式,会使用Python中基础但功能十分强大的数据结构序列、字符串、列表、元组快速有效地进行数据表示以及做简单的数据处理。 


6 videos, 3 readings expand
Graded: 数据获取与表示 quiz

WEEK 3


强大的数据结构和Python扩展库
欢迎来到”强大的数据结构和Python扩展库”!现在有没有觉得自己离可以用Python玩转数据又进了一步,学完本模块,大家将会掌握Python中高级的数据结构字典和集合,在某些应用中使用它们会非常方便,特别的,大家还会领略到Python最著名使用最广泛的科学计算包SciPy中ndarray、Series和DataFrame这些简洁高效的数据结构的魅力。 


7 videos, 2 readings expand
Graded: 强大的数据结构和Python扩展库 quiz

WEEK 4


Python数据统计和可视化
欢迎小伙伴们来到"Python数据统计和可视化"模块的学习!本模块将从数据处理的整个过程展现Python在数据处理和分析上独特的优势,将用很多耳熟能详喜闻乐见的案例让大家领略并掌握方法和特点,学完本模块,你可以从一堆数据中快速有效地挖掘出你想要的或者你期待的又或者是未知的结果,也可以将这些数据用各类图像来表示。另外,Python中各种第三方包的数据统计方式就如开了外挂一样强大到让你咋舌,但却是普通人也可以理解并拥有的。 


14 videos, 6 readings expand
Graded: Python基本数据统计 quiz

WEEK 5


面向对象和图形用户界面
"面向对象和图形用户界面"欢迎你!本模块将会带大家去理解什么是面向对象,图形用户界面与面向对象的关系,这部分内容只要求理解概念,将来可以在用各种新函数时更自如更简单地上手,不要求写程序。另外图形用户界面的基本框架、常用的组建和布局管理也是大家需要掌握的部分,学完它们你会发现图形用户界面开发其实并非遥不可及。本模块有彩蛋哟~~~ 


8 videos, 1 reading expand
Graded: 面向对象和图形用户界面 quiz
There are no reviews yet.
  • View related products with reviews: Python.

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.