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.
제공자:


이 강좌에 대하여
This specialization is for anyone interested in learning more about computer programming.
배울 내용
Develop computer programs that utilize classes and objects to solve business and mathematical problems
귀하가 습득할 기술
- Data Type
- For Loop
- Control Flow
This specialization is for anyone interested in learning more about computer programming.
제공자:

LearnQuest
LearnQuest is the preferred training partner to the world’s leading companies, organizations, and government agencies. Our team boasts 20+ years of experience designing, developing and delivering a full suite industry-leading technology education classes and training solutions across the globe. Our trainers, equipped with expert industry experience and an unparalleled commitment to quality, facilitate classes that are offered in various delivery formats so our clients can obtain the training they need when and where they need it.
강의 계획표 - 이 강좌에서 배울 내용
Console Input and Output
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.
Data Types
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.
Decision Branching
In the third module of this course, we will learn how to change the flow of a program’s execution 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.
Iteration
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.
검토
- 5 stars55.55%
- 4 stars23.61%
- 3 stars8.33%
- 2 stars8.33%
- 1 star4.16%
INTRODUCTION TO PYTHON SCRIPTING FOR DEVOPS의 최상위 리뷰
It should have been more context related, I mean, this course contains nothing with DevOps. However the assignments are pretty challenging and beneficial.
Wonderful courses worked on with many pratice programs
this really helped me understand were i need to go further on
Python Scripting for DevOps 특화 과정 정보
In the first course, you will learn some of the concepts of procedural programming: user input, console output, variable declaration and assignment, decision branching and iteration.

자주 묻는 질문
강의 및 과제를 언제 이용할 수 있게 되나요?
이 전문 분야를 구독하면 무엇을 이용할 수 있나요?
재정 지원을 받을 수 있나요?
궁금한 점이 더 있으신가요? 학습자 도움말 센터를 방문해 보세요.