-
Introduction to Python
History, features, applications, installation, scripting, comments.
-
Keywords
List of different types of keywords & their usage.
-
Data types
Variables, integer, floats, Boolean, strings, lists.
-
Conditional statements
If, if-else, if-elif-else, nested conditions.
-
Looping
For loop, while loop, nested loops.
-
Control statements
Break, pass, continue statements.
-
Lists, Tuples, Dictionaries
About lists, Tuples, Dictionaries and syntax, Differences among them and their applications.
-
Functions
Definition, syntax, built-in functions, user defined functions, function scope.
-
Exception handling
Different types of exceptions, Exception handling with try, except, catch.
-
Design of python application
Design of a simple mathematical game using python .