|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/introduction-python-fundamentals
课程评论:没有评论
课程名称:Python基础入门 概述:你是否曾经决定学习一门编程语言,却在某个阶段遇到困难,感到沮丧并选择放弃?本课程旨在帮助那些几乎没有编程经验的学习者,使用Python作为数据处理的工具。 课程的第一部分将介绍编程语言,以Python为例。你将学习如何使用变量和运算符,以及输入/输出和流程控制来构建简单的Python程序。 课程大纲: 1. **你好,Python** - 描述:欢迎加入!本模块将介绍计算机、编程语言及Python的基础知识。你将学习基本的输入和输出方法,并编写你的第一个交互式Python程序。准备好了吗?让我们开始吧! 2. **变量与操作** - 描述:本模块将介绍变量的概念和基本数据类型。你还将学习Python的基本操作:赋值、算术、关系和逻辑操作。掌握这些工具后,你能创建更有用的计算程序。准备好了吗?让我们开始吧! 3. **流程控制 - 分支** - 描述:本模块将介绍流程控制的概念。你将学习分支方法,并能够对于不同条件使用选择性、替代性或嵌套分支。准备好了吗?让我们开始吧! 4. **流程控制 - 循环** - 描述:本模块将介绍重复流程控制的方法。你将能够使用基于条件的重复或基于计数的重复,来处理复杂的程序。准备好了吗?让我们开始吧! 本课程将为学习者提供坚实的Python基础,适合希望通过编程处理数据的初学者。
Name:Hello, Python
Description:Welcome on board! This first module will introduce you the basics about Computers, Programming Languages, and Python. You are going to learn basic input and output methods, and you are going to write your first interactive Python program. Are you ready? Let's go!
Name:Variables and Operations
Description:This module will introduce you the concept, Variables, and primitive data types. You will also learn the fundamental operations in Python: Assignment, Arithmetic, Relational, and Logical operations. With these tools unlocked, you can create a more useful computational program. Are you ready? Let's go!
Name:Flow Control - Branching
Description:This module will introduce you the concept, Flow Control. You will learn the branching methods, and be able to use optional, alternative, or nested branching for different conditions. Are you ready? Let's go!
Name:Flow Control - Repetition
Description:This module will introduce you the repetitive flow control methods. You will be able to use condition-based repetition, or count-based repetition, for complex programs. Are you ready? Let's go!
How many times have you decided to learn a programming language but got stuck somewhere along the way, grew frustrated, and gave up? This specialization is designed for learners who have little or no programming experience but want to use Python as a tool to play with data. The first course will introduce you to programming languages, with Python as an example. You are going to learn how to use variables and operators, as well as input/output and flow controls to build simple Python programs.