Why Python? Reasons for Python as the learner are first programming language
  • Why Python? Reasons for Python as the learner are first programming language
Introduction to the IDLE interpreter (shell) and its documentation.
  • Introduction to the IDLE interpreter (shell) and its documentation.
Understanding variables.
  • Understanding variables.
Building Blocks of Program: Data, Data Types, Data Binding, Variables, Constants
  • Building Blocks of Program: Data, Data Types, Data Binding, Variables, Constants
Use of Relational Operators
  • Understanding Relational Operators
Use of Logical operators in Python
  • Understanding logical operators
Simple input-output and Sequence statement
  • Simple input-output and Sequence statement
Understanding simple sequential programs
  • Understanding simple sequential programs
Precedence of operators in Python
  • Precedence of Operators
Conditions
  • If else condition, when to use if condition ,its execution and indentation
Executing the conditions using if..elif..else etc
  • Executing the conditions using if..else..elif statements and indentation
  • If else condition along with nested if that is if inside another if condition
Understanding Loops like while loop and for loop
  • Understanding loops and iterative constructs
  • Write a program for showing first 10 numbers from 1 to 10 using while loop.
Understanding concept of Jupyter Notebook
  • Understanding Jupyter Notebook and working on it to execute simple program
Concept of For Loop in Python
  • For loop in Python with an example
Learning Lists, User Defined Functions ,Introduction to Tkinter,DB connectivity
  • To learn about lists, User Defined Functions along with introduction to Tkinter