DEPARTMENT OF COMPUTER SCIENCE
ONLINE CERTIFICATE COURSE - PYTHON FOR EVERYONE
After the completion of this course the students should be able to
l
Understand how the real life problems solved using python.
l
Understanding the current trends in python.
l Understand how python is so reliable
UNIT I:
Introduction:
History Features Setting up Path Working with Python Basic Syntax
Variable and Data Types Operator.
UNIT II:
Conditional Statements If If
else Nested if-else Looping For While- Nested loops.
UNIT III:
Control Statements Break Continue Pass String
Manipulation Accessing Strings Basic Operations String slices Function
and Methods.
UNIT IV:
Lists: Introduction Accessing list Operations
Working with lists Function and Methods Tuple: Introduction- Accessing
tuples Operations Working Functions and Methods.
UNIT V:
OOPs concept: Class and Object Attributes Inheritance
Overloading Overriding Data hiding.