Python Course Outline: Duration for this course is 1 month in which there will be 3 classes each week of 1-1.5 hours.
Course outline
● Introduction of Python
● Installing Python IDES – Python IDLE and Anaconda
● Writing Your First Python Program ● Data-types in Python
● Variables in Python – Declaration and Use
● Typecasting in Python
● Operators in Python – Assignment, Logical, Arithmetic etc.
● Taking User Input (Console)
● Conditional Statements – If else and Nested If else and elif
● Python Collections (Arrays) – List, Tuple, Sets and Dictionary
● Loops in Python – For Loop, While Loop & Nested Loops
● String Manipulation – Basic Operations, Slicing & Functions and Methods
● User Defined Functions – Defining, Calling, Types of Functions, Arguments
● Lambda Function
● Importing Modules – Math Module