Week - 1 |
Introduction to algorithms: Construction of a flow diagram |
Week - 2 |
Introduction to algorithms: Writing a pseudo-code |
Week - 3 |
Saving and running a code, using input-output functions for data exchange |
Week - 4 |
Conditional control structures and operators |
Week - 5 |
For loop |
Week - 6 |
While loop |
Week - 7 |
Break and Continue functions |
Week - 8 |
Handling-Exceptions: Try-Except Structure |
Week - 9 |
Handling-Exceptions: raise and finally statements |
Week - 10 |
Introduction to functions |
Week - 11 |
Identification of appropriate input parameters of functions |
Week - 12 |
Using global, return and pass statements |
Week - 13 |
Embedded functions |
Week - 14 |
Documentation of functions |