|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/python-crash-course
课程评论:没有评论
课程名称:Python速成课程 概述:本课程旨在教授您编写简单Python程序的基础知识,使用最常见的结构。无需之前编程经验。课程结束时,您将理解IT角色中编程的好处;能够使用Python编写简单程序;了解编程的基本构建模块如何结合在一起;并运用所学知识解决复杂的编程问题。我们将首先深入计算机程序的基础知识。在此过程中,您将通过互动练习和真实示例获得编程概念的实践经验。您将迅速看到计算机如何执行多种任务——您只需编写代码来告诉它们该做什么。 课程大纲: 1. **Hello Python!** 描述:在本模块中,我们将介绍Coursera平台和课程格式。接下来,我们将深入编程语言和语法的基础知识,以及使用脚本进行自动化。我们还将介绍Python编程语言的一些基本功能和关键字,以及一些算术操作。最后,我们将讨论一些可以用于编写Python代码的代码编辑器和IDE。 2. **Basic Python Syntax** 描述:在本模块中,您将学习Python中的不同数据类型、如何识别它们以及如何进行转换。您还将学习如何使用变量来赋值和引用变量。深入探讨函数的定义、参数传递以及返回信息的功能,同时探索代码重用、代码风格与复杂代码的重构,以及有效使用代码注释。最后,您将学习如何使用平等和逻辑运算符比较数据,并利用这些构建复杂的分支脚本。 3. **Loops** 描述:在本模块中,您将探索Python中循环的复杂性!您将学习如何使用while循环持续执行代码,以及如何识别和修复无限循环错误。您还将学习使用for循环来迭代数据,并了解如何在for循环中使用range()函数。此外,还将探讨使用for循环时常见错误及其解决方案。 4. **Strings, Lists and Dictionaries** 描述:在本模块中,您将深入学习如何使用索引、切片和高级格式化来更高级地操作字符串。您还将探索更高级的数据类型:列表、元组和字典。您将学习如何在这些结构中存储、引用和操作数据,以及如何组合它们以存储复杂数据结构。 5. **Final Project** 描述:在本模块中,您将学习如何应用问题解决框架来应对挑战性项目。您将学习如何制定问题陈述以理解挑战,进行一些研究以查看可用的选项,然后开始规划如何解决问题。
Name:Hello Python!
Description:In this module we’ll introduce you to the Coursera platform and the course format. Then, we’ll dive into the basics of programming languages and syntax, as well as automation using scripting. We’ll also introduce you to the Python programming language and cover some basic functions and keywords of the language, along with some arithmetic operations. Lastly, we'll go over some code editors and IDEs that you can use to write Python code.
Name:Basic Python Syntax
Description:In this module you’ll learn about different data types in Python, how to identify them, and how to convert between them. You’ll also learn how to use variables to assign data and to reference variables. You’ll deep dive into functions: how to define them, pass them parameters, and have them return information. You’ll explore the concepts of code reuse, code style, and refactoring complex code, along with effectively using code comments. Finally, you’ll learn about comparing data using equality and logical operators, and leveraging these to build complex branching scripts using if statements.
Name:Loops
Description:In this module you'll explore the intricacies of loops in Python! You'll learn how to use while loops to continuously execute code, as well as how to identify infinite loop errors and how to fix them. You'll also learn to use for loops to iterate over data, and how to use the range() function with for loops. You'll also explore common errors when using for loops and how to fix them.
Name:Strings, Lists and Dictionaries
Description:In this module you'll dive into more advanced ways to manipulate strings using indexing, slicing, and advanced formatting. You'll also explore the more advanced data types: lists, tuples, and dictionaries. You'll learn to store, reference, and manipulate data in these structures, as well as combine them to store complex data structures.
Name:Final Project
Description:In this module, you'll learn how to apply a problem-solving framework to tackle a challenging project. You'll learn how to formulate a problem statement to understand a challenge, conduct some research to see what options are available, then begin planning how you to solve a problem.
This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you'll understand the benefits of programming in IT roles; be able to write simple programs using Python; figure out how the building blocks of programming fit together; and combine all of this knowledge to solve a complex programming problem. We'll start off by diving into the basics of writing a computer program. Along the way, you’ll get hands-on experience with programming concepts through interactive exercises and real-world examples. You’ll quickly start to see how computers can perform a multitude of tasks — you just have to write code that tells them what to do.