In this tutorial, we will learn about Python keywords. How many types of Python keywords? What are value, operator, control flow, and iteration keywords in Python?
Author: Pythonista
Python Keywords (Part 1): Keywords in Python? Keywords vs. Built-in Function?
In this tutorial, we will learn about Python keywords. What are reserved keywords in Python? Also learn the difference between built-in function and keywords
Python Variables (Part 4): What are Local and Global Variables? Identifier vs. variables?
In this tutorial, we will learn about Python variables. We will learn about global and local variables. Also learn the difference between an identifier and variables.
Python Variables (Part 3): Variables Output And Variables Naming Rules In Python
In this tutorial, we will learn about Python variables. We will learn about variable naming rules in Python. Also learn about various options for variable output.
Python Variables (Part 2): Case-Sensitive and Dynamically Typed: Assign Multiple Values And Unpack a Collection
In this tutorial, we will learn about Python variables. We will learn about dynamic type and case-sensitiveness in variables. Also, we will learn about how to assign multiple values to variables.
Python Variables (Part 1): What Are Variables In Python?
In this tutorial, we will learn about Python variables. What are variables? How do we create variables? Also, we will learn about different kinds of values that are stored in variables.