https://www.gcreddy.com/2021/07/python-variables.html
Python Variables, Creating Python Variables, Assigning Values to Variables, Variable Types in Python, Global and Local Variables in Python.

Python Data Types, What is a Data Type?, Built-in Data Types, Getting the Data Type, Setting the Data Type, and Setting the Specific Data Type.

What is a Variable?
Rules for creating variables in Python
Creating Variables
Assigning a single value to multiple variables
Assigning different values to multiple variables
Global and Local Variables in Python

What is a Data Type?
Python Built-in Data Types
Getting the Data Type
Setting the Data Type
Setting the Specific Data Type

Python Step by Step Tutorials
https://www.gcreddy.com/2021/07/python-tutorial.html

1. Introduction to Python Programming Language
https://www.gcreddy.com/2021/07/introduction-to-python-programming-language.html

2. Download and Install Python
https://www.gcreddy.com/2021/07/download-and-install-python.html

3. Python Language Syntax
https://www.gcreddy.com/2021/07/python-language-syntax.html

4. Python Keywords and Identifiers
https://www.gcreddy.com/2021/07/python-keywords-and-identifiers.html

5. Python Variables
https://www.gcreddy.com/2021/07/python-variables.html

6. Python Data Types
https://www.gcreddy.com/2021/07/python-data-types.html

7. Python Operators
https://www.gcreddy.com/2021/07/python-operators.html

8. Python Conditional Statements
https://www.gcreddy.com/2021/07/python-conditional-statements.html

9. Python Loop Statements
https://www.gcreddy.com/2021/07/python-loops.html

10. String Handling in Python
https://www.gcreddy.com/2021/07/string-handling-in-python.html

11. Python Lists
https://www.gcreddy.com/2021/07/python-lists.html

12. Python Tuples
https://www.gcreddy.com/2021/07/python-tuples.html

13. Dictionaries in Python
https://www.gcreddy.com/2021/07/python-dictionaries.html

14. Python Modules
https://www.gcreddy.com/2021/07/python-modules.html

15. File Handling in Python
https://www.gcreddy.com/2021/09/file-handling-in-python.html