Logical Operators | Simple Python Tutorial | #Shorts

preview_player
Показать описание
Logical operators in python are ‘and’, ‘or’ and ‘not’. These relate to True or False in boolean logic. In an if statement we normally see one condition, but we can use two with either ‘and’ or ‘or’. Not reverses a True to False and a False to True.

#Shorts

Python short video for beginners

Python short video exercises

More python - short video tutorials

#pythonbasics #pythontutorials #pythonforbeginners

Python playlists on YouTube:
Python Coder – Beginner
More Simple Python Tutorials
Simple Python
Fun & Games
Python Regular Expressions

Why learn coding with Dr Codie:
If you want to learn to code, these python programming tutorials are for you. Hi, my name is Dr Codie and I teach programming to University students using Scratch, python and other programming languages. In these videos you see how to learn python using your existing knowledge and gain some tips for learning how to code in python. Codie means ‘helpful person’ and we want to help you not just learn python but to enjoy learning python.

In my experience, success with coding comes down to getting the fundamentals right. You can then move onto advanced programming concepts and skills. You will understand how to do simple coding tasks and then we will show you the simple methods of putting lines or blocks of code together using this knowledge. Practice is essential for your skills to grow but again do not fear we will help you practice as well.
Learn to understand the logic and design aspects needed to become a good programmer, let us help you practice to keep improving and don’t forget the bonus of seeing first hand how to build the code and possible stumbling blocks when we explain the answers to the tasks set within the tutorial. You do not need to watch the whole video but if you do you will improve as a python coder!
SUBSCRIBE and you will know when the videos are available! Good luck!
Find us at:

Рекомендации по теме
Комментарии
Автор

Following the video on boolean we have boolean logic in logical operators. These are 'and', 'or' and 'not'. A short video but useful to know!.

DrCodie