Introduction to Python Scripting for DevOps

开始时间: 12/21/2023 持续时间: 4 weeks of 4-6 hours/week

所在平台: Coursera

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

课程评论:没有评论

第一个写评论        关注课程

课程详情

This course is the first course in a series that aims to prepare you for a role working as a programmer. In this course, you will be introduced to the five main concepts in procedural programming: user input, console output, variable declaration and assignment, decision branching and iteration. Labs will allow you to apply the material in the lectures in simple computer programs designed to re-enforce the material in the lesson.

课程大纲

Name:Console Input and Output

Description:In this module, we roll up our sleeves and start coding! We will learn to use both IDLE to develop code and also to compile code from the command line. The Python scripts can be written on a Windows, Mac OS or Linux machine and I will show you how to do so. Our first programs will focus on reading input from the keyboard and outputting the results of the program to the console output.

Name:Data Types

Description:In the second module of this course, we will look at how computers store data during the execution of a program. We will look at storing whole numbers, decimal numbers, boolean values and strings. We will explore how you can convert between different types of variables. Lastly, we will look at how long a variable stays in existence and when it is visible to the pieces of the code.

Name:Decision Branching

Description:In the third module of this course, we will learn how to change the flow of a program’s executionSometimesr based on a test. We will look at single tests utilizing if statements in our code. We follow up with multiple tests with the addition of the else clause. Lastly, we look at the case statement as an alternative expression of the flow of the program.

Name:Iteration

Description:In the fourth module of this course, we learn how to change the flow of our programs by repeating code iteratively. We will start with a look at loops that repeat a fixed number of times. We will follow up with writing loops that continue while a test is positive. Lastly, we will look at how we can modify the flow to immediately break from a loop or jump back to the test condition.

课程评论(0条)

课程简介

This course is the first course in a series that aims to prepare you for a role working as a programmer. In this course, you will be introduced to the

课程标签

0人关注该课程

主题相关的课程