|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/python-representation
课程评论:没有评论
课程名称:Python 数据表示 课程概述:本课程将继续介绍Python编程,接着之前的“Python编程基础”课程。我们将学习不同的数据表示,包括字符串、列表和元组,这些是所有Python程序的核心。同时,我们还将教您如何访问文件,使您能够在程序中存储和检索数据。这些概念和技能将帮助您操作数据并编写更复杂的Python程序。 课程结束时,您将能够编写可以处理存储在文件中的数据的Python程序。这将扩展您的Python编程专业知识,使您能够使用Python编写各种脚本。 本课程使用Python 3。尽管大多数Python程序仍使用Python 2,但Python 3是Python编程语言的未来。本课程介绍基本的桌面Python开发环境,让您可以直接在计算机上运行Python程序。这一选择使得从在线开发环境顺利过渡成为可能。 课程大纲: 1. **字符串**:本模块将教您Python字符串数据类型及其功能。字符串用于在程序中表示文本。 2. **列表基础**:本模块将教您Python列表数据类型的基础知识。列表用于在程序中存储一系列数据。 3. **列表操作**:本模块将深入探讨列表的使用。您将学习如何改变列表的内容及其影响。 4. **文件访问**:本模块将教您如何在Python中访问文件。
Name:Strings
Description:This module will teach you about Python's string data type and its capabilities. Strings are used to represent text within programs.
Name:Basics of Lists
Description:This module will teach you the basics of Python's list data type. Lists are used to hold a sequence of data within programs.
Name:List Manipulation
Description:This module will dive further into the use of lists. You will learn how about mutating the contents of a list and the implications of doing so.
Name:File Access
Description:This module will teach you how to access files in Python.
This course will continue the introduction to Python programming that started with Python Programming Essentials. We'll learn about different data representations, including strings, lists, and tuples, that form the core of all Python programs. We will also teach you how to access files, which will allow you to store and retrieve data within your programs. These concepts and skills will help you to manipulate data and write more complex Python programs. By the end of the course, you will be able to write Python programs that can manipulate data stored in files. This will extend your Python programming expertise, enabling you to write a wide 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 introduces basic desktop Python development environments, allowing you to run Python programs directly on your computer. This choice enables a smooth transition from online development environments.