Python Basics by A K Singh
Python Basics by A K Singh
Quizzes)
Learning Objectives:
By the end of this course, you will be able to:
Write basic Python programs.
Work with essential data structures like lists,
dictionaries, and sets.
Utilize control flow statements like if, else, and for
loops.
Handle data using libraries like NumPy and Pandas.
Create basic data visualizations with Matplotlib.
Course Structure:
The course is divided into several modules, each building upon
the previous one.
2. Quizzes:
a. Multiple-choice quizzes to test understanding of data
types and operators.
b. Short coding exercises to practice writing simple
programs for calculations and user input.
Module 2: Control Flow and Functions
1. Subtopics:
a. Conditional Statements (if, else, elif)
b. Loops (for, while)
c. Functions (Defining and Calling)
2. Quizzes:
a. Coding challenges to write programs using if statements
for decision-making.
b. Exercises to create functions for repetitive tasks.