Python Programming: A Concise Introduction

所在平台: CourseraArchive

课程类别: 其他类别

大学或机构: CourseraNew

课程主页: https://www.coursera.org/archive/python-programming-introduction

课程评论:没有评论

第一个写评论        关注课程

课程简介

Wesleyan University

课程大纲

In this module we introduce writing functions in Python using the convenient Spyder development environment. The lesson begins with instructions on installing the popular Anaconda distribution of Python, which includes Spyder. It continues by showing how to use the editor in Spyder to type in a function and then run it. Each lesson alternates between introducing a concept by example and having the student test his/her understanding by constructing a function similar to that example. The module lecture is contained in a single program source file named Exercises1.py. This file, which should be downloaded by the student at the beginning of the module, contains the complete lecture except the solutions to the ungraded exercises. The student should work each of these before viewing the instructor's solution. By using the unique capability of Spyder (using IPython Notebooks), the program file is segmented into cells each of which can be executed independently of the others. Thus the student does not have to manage multiple program files and finishes with a lecture file with filled-in student exercises that can be used for reference. Python topics included in this module are print statement, arithmetic operators, input statement, combining of strings, if statement, while loop, and for loop. The module ends with a series of small functions to write to be submitted for grading. Grading is done by custom software and should normally take only minutes with no limit to the number of re-submissions. Hopefully, you'll finish with a perfect score.

课程评论(0条)

课程详情

The goal of the course is to introduce students to Python Version 3.x programming using hands on instruction. It will show how to install Python and use the Spyder IDE (Integrated Development Environment) for writing and debugging programs. The approach will be to present an example followed by a small exercise where the learner tries something similar to solidify a concept. At the end of each module there will be an exercise where the student is required to write simple programs and submit them for grading. It is intended for students with little or no programming background, although students with such a background should be able to move forward at their preferred pace. The course is four modules long and is designed to be completed in four weeks.

Python编程:简要介绍:本课程的目标是通过动手操作向学生介绍Python版本3.x编程。它将展示如何安装Python以及如何使用Spyder IDE(集成开发环境)来编写和调试程序。该方法将是一个示例,然后是一个小练习,学习者尝试类似的方法来巩固概念。在每个模块的末尾,将有一个练习,要求学生编写简单的程序并将其提交评分。它适用于几乎没有编程背景的学生,尽管具有这种背景的学生应该能够以自己喜欢的速度前进。 该课程共四个模块,计划在四个星期内完成。

课程标签

0人关注该课程

主题相关的课程