|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/python-analysis
课程评论:没有评论
课程名称:Python 数据分析 课程概述:本课程将继续介绍Python编程,接续于“Python编程基础”和“Python数据表示”课程。我们将学习读取、存储和处理表格数据,这些都是常见的任务。课程中还会介绍CSV文件以及Python对其读写的支持。CSV文件是一种通用的纯文本文件格式,允许在不同程序之间交换表格数据。掌握这些概念和技能将进一步扩展您的Python编程知识,使您能够处理更复杂的数据。 课程结束时,您将能够自信地使用Python处理表格数据,提升您的Python编程专业能力,使您能够编写更广泛的Python脚本。 本课程使用Python 3,尽管大部分Python程序依然使用Python 2,Python 3是Python编程语言的未来。课程将采用基本的桌面Python开发环境,使您能够直接在计算机上运行Python程序。 课程大纲: 1. 名称:字典 描述:本模块将介绍Python的字典数据类型及其功能。字典用于在程序中将键映射到值。 2. 名称:表格数据与嵌套数据结构 描述:本模块将教您如何使用列表和字典在Python程序中存储表格数据。 3. 名称:表格数据与CSV文件 描述:本模块将教授CSV文件的基本知识以及如何从Python程序中读取它们。我们将讨论使用Python的csv模块来访问CSV文件中的表格数据。 4. 名称:数据整理 描述:本模块将教您如何在Python中对数据进行排序。您将有机会组织和分析表格数据。
Name:Dictionaries
Description:This module will teach you about Python's dictionary data type and its capabilities. Dictionaries are used to map keys to values within programs.
Name:Tabular Data and Nested Data Structures
Description:This module will teach you about storing tabular data within Python programs using lists and dictionaries.
Name:Tabular Data and CSV Files
Description:This module will teach you the basics of CSV files and how to read them from Python programs. We will discuss the use of Python's csv module to help you access tabular data in CSV files.
Name:Organizing Data
Description:This module will teach you how to sort data in Python. You will organize and analyze tabular data.
This course will continue the introduction to Python programming that started with Python Programming Essentials and Python Data Representations. We'll learn about reading, storing, and processing tabular data, which are common tasks. We will also teach you about CSV files and Python's support for reading and writing them. CSV files are a generic, plain text file format that allows you to exchange tabular data between different programs. These concepts and skills will help you to further extend your Python programming knowledge and allow you to process more complex data. By the end of the course, you will be comfortable working with tabular data in Python. This will extend your Python programming expertise, enabling you to write a wider range of scripts using Python. This course uses Python 3. While most Python programs continue to use Python 2, Python 3 is the future of the Python programming language. This course uses basic desktop Python development environments, allowing you to run Python programs directly on your computer.