Udemy

Introduction to Python Control Flow Statements

Enroll Now
  • 3,336 Students
  • Updated 6/2023
  • Certificate Available
4.6
(14 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
2 Hour(s) 39 Minute(s)
Language
English
Taught by
Bluelime Learning Solutions
Certificate
  • Available
  • *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Rating
4.6
(14 Ratings)
2 views

Course Overview

Introduction to Python Control Flow Statements

Learn from scratch how to execute code with control flow statements

A program’s control flow is the order in which the program’s code executes. The control flow of a Python program is regulated by conditional statements, loops, and function calls.

Often, you need to execute some statements only if some condition holds, or choose statements to execute depending on several mutually exclusive conditions. The Python compound statement if, which uses if, elif, and else clauses, lets you conditionally execute blocks of statements.

Control flow statements are an essential part of the Python programming language.

A control flow statement is a block of programming that analyses variables and chooses a direction in which to go based on given parameters. In simple sentence, a control structure is just a decision that the computer makes. So, it is the basic decision-making process in programming and flow of control determines how a computer program will respond when given certain conditions and parameters. It determines the  order in which the program’s code executes.

They are decision Making Statements  that allow the program to take the decision as which statement should be executed next.

Decision Making statements are used when we want a set of instructions should be executed in one situation and different instructions should be executed in another situation .Decision making can be implemented in python using:

  • if statements

  • else statements

  • elif statements

  • while loops

  • for loops

Course Content

  • 2 section(s)
  • 31 lecture(s)
  • Section 1 Installation and Setups
  • Section 2 Introduction to Control Flow Statements

What You’ll Learn

  • How to code if statements
  • How to code else statements
  • How to code elif statements
  • How to code while loop statements
  • How to code for loop statements
  • How to code nested for loop statements
  • How to use break statements
  • How to use continue statements
  • How to use for and range statements


Reviews

  • B
    Bondeth Khon
    4.0

    Very good course for beginner user and good explanation with example and result. But if you can make it a bit faster is good because i think it seems a bit slow.

  • N
    Nishant Patel
    4.0

    it is wonderful experience to learn the control flow statement in python.

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed