Introduction to python , Print Statement , Assignment operator, Use of Comments
  • Introduction to python , Print Statement , Assignment operator, Use of Comments
  • Write a program to print "Python Programming for Kids" using print statement
  • Write a program to print your name and age using print statement.
Variable, Separator, Input Keyword
  • Types of Variables, Separator keyword to print multiple variables ,Input keyword
  • Take Day ,Time and Year as input from user and print them as Day:Time:Year
Arithmetic, Assignment, Comparison and Logical Operators
  • Arithmetic, Assignment, Comparison and Logical Operators
Operation on Text : String Indexing, String Slicing
  • String Operations : String Indexing and String slicing
  • Extract last name using slicing operation and reverse the first name
String Operations ,String methods and  Format methods
  • String Joining , String Multiplication, String Methods , Format method to print
Conditional Operator : Isdigit, If, Else ,Elif statements
  • If, Else ,Elif conditional statements and isDIgit,IsAlpha IsSpace functions
For loop to iterate from sequence
  • For loop syntax and use , For loop with step , For loop with end keyword
Additional Resources : Setup and Tips
  • Tools setup : Python installation , Anaconda Installation, Jupiter Editor