Python Course
In this course, we will learn about the Python course, click on any card topic of your choice and start learning.
Happy Learning!
Introduction and Basics
Operators in Python
Variables and its types
Strings in Python
In this exercise, we will learn about the Strings in Python.
In this exercise, we will learn about the String Methods in Python.
In this exercise, we will learn about the String Slicing in Python.
In this exercise, we will learn about how to iterate through a string in Python.
Control Flow and Loops
In this exercise, we will learn about the If-Else statement in Python.
In this exercise, we will learn about the Match Case statement in Python.
In this exercise, we will learn about the For Loop in Python.
In this exercise, we will learn about the For Loop with else in Python.
In this exercise, we will learn about the While Loop in Python.
In this exercise, we will learn about the While Loop with else in Python.
In this exercise, we will learn about the Break and Continue keywords in Python.
Functions in Python
In this exercise, we will learn about the Functions in Python.
In this exercise, we will learn about the return statement in Python.
In this exercise, we will learn about the Function Arguments in Python.
In this exercise, we will learn about the Lambda Function in Python.
In this exercise, we will learn about the Recursive Function in Python.
Data structure in Python
In this exercise, we will learn about the Lists in Python.
In this exercise, we will learn about the Slicing of Lists in Python.
In this exercise, we will learn about the list methods in Python.
In this exercise, we will learn about the list comprehension in Python.
In this exercise, we will learn about the list unpacking in Python.
In this exercise, we will learn about the dictionary in Python.
In this exercise, we will learn about the dictionary methods in Python.
In this exercise, we will learn about the dictionary comprehension in Python.
In this exercise, we will learn about the tuple in Python.
In this exercise, we will learn about the tuple methods in Python.
In this exercise, we will learn about the tuple slicing in Python.
In this exercise, we will learn about the sets in Python.
In this exercise, we will learn about the sets methods in Python.
In this exercise, we will learn about the iterating through set in Python.
In this exercise, we will learn about the in keyword with sets in Python.
Object Oriented Programming in Python
In this exercise, we will learn about the class in Python.
In this exercise, we will learn about the instance method in Python.
In this exercise, we will learn about the self in Python.
In this exercise, we will learn about the class attribute in Python.
In this exercise, we will learn about the class methods in Python.
In this exercise, we will learn about the inheritance in Python.
In this exercise, we will learn about the super method in Python.