|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/introduction-to-python-data-structures-for-beginners/
课程评论:没有评论
**课程名称:** Python for Beginners: Data Structures Introduction (Python初学者:数据结构入门) **课程概述:** 本课程是为Python初学者设计的,重点介绍Python编程语言中至关重要的数据结构。数据结构是组织和存储数据的方式,能够确保数据的有效访问和高效处理。它们定义了数据之间的关系以及可对数据执行的操作。 课程将介绍Python的核心内置数据结构,特别强调在处理数据时,需要将数据存储在变量中以便进行操作。您将学习Python提供的以下几种内置数据结构: * **列表 (List)** * **元组 (Tuple)** * **集合 (Set)** * **字典 (Dictionary)** 在本课程中,您将学习如何使用这些数据结构,以及掌握一些常用的操作方法。 ** syllabus:** [无]
Data structures are an essential part of the Python programming language.They are a way of organizing and storing data so that they can be accessed and worked with efficiently. They define the relationship between the data, and the operations that can be performed on the data. This course will introduce the core data structures of the Python programming language. When working with data, we need ways to store it in variables so we can manipulate it. Python has the following built-in data structures:ListTupleSetDictionaryIn this course you will learn about some of the methods you can use with the data structures