Introduction to Programming

Introduction to Programming

Text Book

Introduction to Programming Using Python by Liang, Y. D. (2013),Pearson.

Syllabus

WeekDateCovered TopicsComments
19/11Course organization 
2IntroductionLecture 1
3Repetition (loops)
and Selection (if/else)
Lecture 2
4
7Data TypesLecture 3
5Exercises with Solutions
6Sets in PythonLecture 4
8
9Second Course
10Function in Python
11Python Calculator Using Functions main.zip
12
13
14
15 
16Bank Account Manager Using Pythonbank account manager