Every programming language has special reserved words, or keywords, that have specific meanings and restrictions around how they should be used. Python is no different. Python keywords are the fundamental building blocks of any Python program.
In this video, you’ll find a basic introduction to all Python keywords.
This is a portion of the complete course, which you can find here:
https://realpython.com/courses/exploring-keywords-in-python/
The rest of the course covers:
- How keywords can be categorized
- Deprecated keywords and soft keywords