Python syllabus
Python syllabus
TOTAL 75
CO Course Outcomes
CO1 Outline the basic concepts in python language.
Textbooks
ReemaThareja, ―Python Programming using problem solving approach‖, First Edition,
2017, Oxford University Press.
Dr. R. NageswaraRao, ―Core Python Programming‖, First Edition, 2017, Dream tech
Publishers
Reference Books
1. VamsiKurama, ―Python Programming: A Modern Approach‖, Pearson Education.
2. Mark Lutz, ‖Learning Python‖, Orielly.
MAPPING TABLE
CO/PSO PSO1 PSO2 PSO3 PSO4 PSO5 PSO6
CO1 3 2 2 3 2 2
CO2 2
2 3 3 2 2
CO3 2
2 3 2 3 1
CO4 2
1 2 1 3 2
CO5 2
2 2 1 3 3
Weightageof
coursecontributedto
each
PSO 10 12 10 10 13 10
CORE 10: PYTHON PROGRAMMING LAB
Subject Inst. Marks
L T P S Credits CIA External Total
Code Hours
CC10 0 0 5 V 4 5 25 75 100
Learning Objectives
Understand the fundamentals of programming using Python, such as variables, data
LO1 types, control structures, and functions.
LO2 Learn how to use Python libraries and modules to solve problems.
Practice writing Python code to solve real-world problems and build basic
LO3
applications.
Gain experience with common programming paradigms, such as object-oriented
LO4
programming and functional programming.
LO5 Understand best practices for debugging and testing code.
List of Exercises No of Hours
1. Program using variables, constants, I/O statements in
Python.
2. Program using Operators in Python.
3. Program using Conditional Statements.
4. Program using Loops.
5. Program using Jump Statements.
6. Program using Functions.
7. Program using Recursion. 75
8. Program using Arrays.
9. Program using Strings.
10. Program using Modules.
11. Program using Lists.
12. Program using Tuples.
13. Program using Dictionaries.
14. Program for File Handling.
TOTAL 75
CO Course Outcomes
Understand the significance of control statements, loops and functions in creating
CO1
Simple programs.
CO2 Interpret the core data structures available in python to store, process and sort the data.
CO3 Develop the real time applications using python programming language.
CO4 Analyze the real time problem using suitable python concepts.