Start
  • introduction
  • first program
Variables
  • define and use variables
  • variables types
  • strings
  • numbers
Standard Input/Output
  • print
  • input
Conditions
  • if/else/elif
  • example
Loops
  • while loop
  • example
  • for loop
  • break and continue
  • nested loops
Complex data types
  • list
  • tuple
  • set
  • dictionary
  • 2d list
functions
  • define and call a function
  • more about functions
Modules
  • standard modules
  • define your own module
  • Main module
End of the course
  • Conclusion