Welcome to python
  • Setup python on windows
The Basics of the language
  • Python as a calculator
  • Data types and Variables
  • Variables Names
  • Assignment Operators
  • Comparison Operators
  • Logical Operators
  • Operators
  • Data types Conversion
  • Take input from user
  • Writing scripts
Strings
  • strings
  • String concatenation and repeation
  • Access String elements by index
Collections
  • Lists
  • Tuples
  • Dictionaries
Conditions
  • If Statement
  • If else Statement
Looping
  • For loop
  • While Loop
Functions
  • Create your own function
  • Function that returns a value
Examples
  • Example 1
  • Example 2
  • Example 3