|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/python-programming
课程评论:没有评论
课程名称:Python编程基础 课程概述:本课程将带您进入令人惊叹的Python编程世界!我们将学习编程的基本要素以及如何构建基本的Python程序。课程将涵盖表达式、变量、函数、逻辑和条件,这些都是计算机编程的基础概念。同时,我们还将教授如何使用Python模块,使您能够利用Python语言中已包含的大量功能。这些概念和技能将帮助您开始具备计算机程序员的思维方式,并理解如何编写Python程序。 到课程结束时,您将能够编写短小的Python程序,用于完成实际的任务。此课程是建立Python编程专业知识的基础。作为专业化学习的第一门课程,它为您成功学习编写更复杂的Python程序提供了必要的基础。 本课程使用Python 3版本。虽然许多Python程序仍在使用Python 2,但Python 3是Python编程语言的未来。该课程将使用专为初学者设计的CodeSkulptor开发环境的Python 3版本,该环境可以在任何现代网络浏览器中运行,无需安装任何软件,让您可以立即开始编写和运行小程序。在此专业化的后续课程中,我们将帮助您转向更复杂的桌面开发环境。 课程大纲: 1. 名称:Python作为计算器 描述:本模块将让您接触到Python,以便运行您的第一个简单程序。您将使用Python计算算术表达式的结果,就像使用计算器一样。 2. 名称:函数 描述:本模块将教您如何定义和调用函数。函数使您能够编写一次代码,并可以以不同的输入重复执行。 3. 名称:逻辑与条件 描述:本模块将教您如何使用逻辑和条件根据程序中的值改变程序行为。 4. 名称:Python模块 描述:本模块将向您介绍模块的概念。Python模块允许将代码分为不同文件并在不同程序中重用。Python提供了许多可在程序中使用的模块。
Name:Python as a Calculator
Description:This module will expose you to Python so that you can run your first simple programs. You will use Python to compute the results of arithmetic expressions, as you would when using a calculator.
Name:Functions
Description:This module will teach you how to define and call functions. Functions allow you to write code once that you can execute repeatedly with different inputs.
Name:Logic and Conditionals
Description:This module will teach you how to use logic and conditionals to change the behavior of the program based upon values within the program.
Name:Python Modules
Description:This module will introduce you to the concept of modules. Python modules allow code to be divided up into different files and reused in different programs. Python provides many modules that you can use within your programs.
This course will introduce you to the wonderful world of Python programming! We'll learn about the essential elements of programming and how to construct basic Python programs. We will cover expressions, variables, functions, logic, and conditionals, which are foundational concepts in computer programming. We will also teach you how to use Python modules, which enable you to benefit from the vast array of functionality that is already a part of the Python language. These concepts and skills will help you to begin to think like a computer programmer and to understand how to go about writing Python programs. By the end of the course, you will be able to write short Python programs that are able to accomplish real, practical tasks. This course is the foundation for building expertise in Python programming. As the first course in a specialization, it provides the necessary building blocks for you to succeed at learning to write more complex Python programs. This course uses Python 3. While many Python programs continue to use Python 2, Python 3 is the future of the Python programming language. This first course will use a Python 3 version of the CodeSkulptor development environment, which is specifically designed to help beginning programmers learn quickly. CodeSkulptor runs within any modern web browser and does not require you to install any software, allowing you to start writing and running small programs immediately. In the later courses in this specialization, we will help you to move to more sophisticated desktop development environments.