Programming for Everybody (Getting Started with Python)

所在平台: Coursera

课程主页: https://www.coursera.org/learn/python

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:编程基础(Python 入门) 概述:本课程旨在教导每个人使用 Python 编程计算机的基础知识。我们将介绍如何从一系列简单的指令构建 Python 程序。该课程不要求先决条件,并且避免复杂的数学问题。拥有中等计算机经验的任何人都应能够掌握本课程的材料。课程将涵盖《Python for Everybody》教科书的第一至第五章,完成此课程后,学生将准备好参加更高级的编程课程。本课程使用 Python 3 进行教学。 课程大纲: - **第一章:为什么我们编程?** 这一部分介绍了写程序的概念,并提供了课程的总体材料。在第三周结束时完成第一章的学习,并进行测验和第一次作业。建议在课程期间返回查看这些资料。 - **安装 Python** 在此模块中,您将设置环境,以便能够编写 Python 程序。并非所有活动都是本课程所需,请阅读“在本课程中使用 Python”的材料以获取详细信息。 - **第一章:为什么我们编程(续)** 本章旨在提供编程的“全景”,作为后续章节的内容目录。不要担心第一次听时不完全理解,阅读书中的章节有助于更好地理解。 - **第二章:变量与表达式** 本章讲解程序如何利用计算机内存存储、检索和计算信息。 - **第三章:条件代码** 在这一部分,我们从顺序代码转向条件代码,进行一些步骤的跳过,这是计算机软件进行“选择”的基础。 - **第四章:函数** 这是一个相对较短的章节,讲解函数的概念及其使用方法。尽管前几章的程序不大,但随着书本内容的深入,函数将成为我们理解代码的重要工具。 - **第五章:循环与迭代** 循环和迭代完成了我们四种基本编程模式的学习。循环是我们指示 Python 重复执行某些操作的方式,也是构建解决问题程序的基础。 通过本课程,学生将为进一步的编程学习打下坚实基础。

课程大纲

Name:Chapter One - Why we Program?

Description:These are the course-wide materials as well as the first part of Chapter One where we explore what it means to write programs. We finished Chapter One and had the quiz and first assignment in the third week of the class. Throughout the course, you may want to come back and look at these materials. This section should not take you an entire week.

Name:Installing Python

Description:In this module you will set things up so you can write Python programs. Not all activities in this module are required for this class so please read the "Using Python in this Class" material for details.

Name:Chapter One: Why We Program (continued)

Description:In the first chapter, we try to cover the "big picture" of programming so you get a "table of contents" of the rest of the book. Don't worry if not everything makes perfect sense the first time you hear it. This chapter is quite broad and you would benefit from reading the chapter in the book in addition to watching the lectures to help it all sink in. You might want to come back and re-watch these lectures after you have finished a few more chapters.

Name:Chapter Two: Variables and Expressions

Description:In this chapter we cover how a program uses the computer's memory to store, retrieve and calculate information.

Name:Chapter Three: Conditional Code

Description:In this section we move from sequential code that simply runs one line of code after another to conditional code where some steps are skipped. It is a very simple concept - but it is how computer software makes "choices".

Name:Chapter Four: Functions

Description:This is a relatively short chapter. We will learn about what functions are and how we can use them. The programs in the first chapters of the book are not large enough to require us to develop functions, but as the book moves into more and more complex programs, functions will be an essential way for us to make sense of our code.

Name:Chapter Five: Loops and Iteration

Description:Loops and iteration complete our four basic programming patterns. Loops are the way we tell Python to do something over and over. Loops are the way we build programs that stay with a problem until the problem is solved.

课程评论(0条)

课程详情

This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course. This course will cover Chapters 1-5 of the textbook “Python for Everybody”. Once a student completes this course, they will be ready to take more advanced programming courses. This course covers Python 3.

课程标签

0人关注该课程

主题相关的课程