Course curriculum
-
1
Introduction to Python Programming
-
What is Programming?
-
Features of Python Programming Language
-
-
2
Setting Up Python IDE
-
Installing Python IDE
-
Writing Your First Program
-
-
3
Data Display
-
Print Function
-
Syntax: To Print Messages
-
Syntax : To print Numbers
-
Let’s write a Program.
-
Tasks
-
-
4
Python Program Structure
-
Indentation Structure in Python
-
Reference Code
-
-
5
Working with Data
-
Understanding Variables
-
Working with Variables
-
Introduction to Data Types
-
-
6
Typical Mistakes in writing program by Beginner
-
Error Handling
-
-
7
Mathematical Operations
-
Introduction to Mathematical Operators
-
Let’s create an Application using Math Operators
-
Use of Operators with String
-
Reference Code
-
Error Handling in Mathematical Operations
-
-
8
Taking Input from the User
-
Introduction to Input Function
-
Taking String Input
-
Taking Integer Input
-
Taking Float Input
-
Use of All Inputs in one Program
-
-
9
Handling Conditions : If-Else
-
If Statements
-
Comparison Operators
-
String Comparisons
-
Logic Operators
-
Else-If Ladder: elif statements
-
-
10
Loops
-
Introduction to Loops
-
For Loops
-
For Loop with Different Range Settings
-
For Loop with Steps Setting
-
While Loops
-
-
11
Advanced DataTypes
-
Dictionary
-
List : Introduction
-
List: Operations
-
-
12
PyGame
-
PyGame Introduction
-
Displaying Image
-
Display and Update Text
-
Rotate Image
-
Moving an Image
-
-
13
Functions
-
What are Functions?
-