This course is meant for the people who wish to learn about the Python programming starting from the basic level up to the advanced level.
The students would be introduced to different programming techniques with Python. The students would first be introduced to the different data structures of Python, which includes lists, dictionaries, tuples, sets, data frames and arrays.
The students would be taught how to create these data structures and also manipulate them.
The students would also be taught on how the inputs can be taken from the user and how they can be stored in these data structures.
After the data structures, the students would be introduced to the conditional statements like if, if...else, if...elif statements. These conditional statements are used during the programming to make decisions based on the inputs given by the user.
This would be followed by the loops like for, while and repeat loops which are used to perform a set of instructions a multiple numbers of times.
The students would also be taught about the OOPS (Object Oriented Programming System) which is a very part of the Python Programming course.