Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Real Python - Using the Python or Operator

Posted By: ELK1nG
Real Python - Using the Python or Operator

Real Python - Using the Python or Operator
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 20 Lessons (1h) | Size: 211.1 MB

There are three Boolean operators in Python: and, or, and not. With them, you can test conditions and decide which execution path your programs will take. In this tutorial, you’ll take a deep dive into the Python or operator and how to use it.


By the end of this course, you’ll have learned:

How the Python or operator works
How to use the Python or operator in Boolean and non-Boolean contexts
What kind of programming problems you can solve by using or in Python
How to read and better understand other people’s code when they use some of the special features of the Python or operator
You’ll learn how to use the Python or operator by building some practical examples. Even if you don’t really use all the possibilities that the Python or operator offers, mastering it will allow you to write better code.