Variables & Data Types
Learn about variables, strings, numbers, and basic data types in Python.
1
Hello World
Write your first Python program and learn the print() function
2
Variable Assignment
Learn to store and manipulate data using Python variables
3
Working with Strings
Learn how to create, manipulate, and format strings in Python.
4
Python Numbers and Math
Master numeric data types and mathematical operations in Python.
5
Python Lists Basics
Learn to create and manipulate lists, Python's most versatile data structure.
6
Python Dictionaries
Learn to store and access data using key-value pairs with Python dictionaries.
7
Type Conversion in Python
Learn to convert between different data types in Python.