Conditional Statements & Loops: If-else Control Structures in Python
Python 3.0
| Beginner
- 15 Videos | 1h 40m 55s
- Includes Assessment
- Earns a Badge
Learners will explore implementations of the order of precedence of operators, using if-elif-else statements to evaluate multiple conditions and conversions between various data types in Python, in this 15-video course. Key concepts covered here include how conditions in Python work, and how to evaluate conditions by involving primitive data types using if statements and complex data types using if statements. Next, evaluate multiple conditions for decision making with nested control structures; identify how to use the if-else statement to make decisions involving complex data types such as lists, tuples, and dictionaries; and learn how to convert an integer to a float and a float or an integer to a string, and vice-versa. Learners then observe how to convert primitive data types to complex data types, to convert between various complex data types, and to convert between various complex data types and view base conversions with Python built-in functions; and to solve various programming problems with Python built-in methods. Finally, you will learn to solve various programming problems by using if-elif-else statements and nested if-else statements.
WHAT YOU WILL LEARN
-
discover the key concepts covered in this courseidentify how conditions in Python workevaluate conditions involving primitive data types using if statementsevaluate conditions involving complex data types using if statementsevaluate multiple conditions for the purpose of decision makingevaluate multiple conditions for the purpose of decision making using the nested control structuresidentify how to use the if-else statement to make decisions involving complex data types such as lists, tuples, and dictionariesrecall how to convert an integer to a float, and a float or an integer to a string and vice-versa
-
recall how to convert a primitive datatype to a complex datatype and to convert between various complex datatypesrecall how to convert between various complex datatypes and view base conversions using the Python built-in functionsimplement basic concepts into some real programming such as conversions between datatypes and some Python built-in methodssolve various programming problems using some Python built-in methodssolve various programming problems using if-elif-else statements and nested if-else statementssolve coding problems using a combination of the different forms of if-else statementsrecall details related to the order of precedence in Python and apply if-else statements to solve basic programming problems
IN THIS COURSE
-
1.Course Overview2m 17sUP NEXT
-
2.Python Conditions9m 51s
-
3.If Statements with Primitive Datatypes5m 33s
-
4.If Statements with Complex Datatypes5m 33s
-
5.If-else Elif Statements7m 4s
-
6.Nested If-else Statements8m 59s
-
7.If-else Statements with Complex Datatypes9m 42s
-
8.Type Conversions with Primitive Datatypes9m 24s
-
9.Type Conversions with Complex Datatypes7m 37s
-
10.Type Conversions and Base Conversions3m 27s
-
11.Basic Programs - Part 14m 40s
-
12.Basic Programs - Part 26m 35s
-
13.Basic Programs - Part 37m 26s
-
14.Basic Programs - Part 48m 30s
-
15.Exercise: If-else Statements in Python4m 16s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion of this course, which can be shared on any social network or business platform
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE

BOOK
The Pythonic Way