Learn Python – INDEX

This follows the lesson plan at https://edube.org

  • Notes 1 – 10
    • Enter and echo your name and age
    • Using commas and the Print Sep command
    • Using Print End and Sep
    • Octals and Hexidecimals
    • Forcing quotes using      \”
    • Using the  **  operator
    • Mathematical expression priorities
    • Significant Digits
  • Notes 11 – 20
    • Simple math with variables
    • Simple Do While
    • Shortcut operators
    • Input data from keyboard
    • Input of strings
    • Repetition of strings
    • Mathematical expression priorities (revisited)
    • If Elif Else
    • Equal and Not Equal and Is it Equal?
    • Thaler Tax Program (complete – mid range programming)
  • Notes 21 – 30
    • Leap year evaluation:     =     !=     //
    • Send multiple values to multiple variables
    • More on If  Elif  and Else
    • Endless While Loops
    • Equivalent Expressions – Time savers
    • Incrementing a Counter
    • FIRST GAME:  HURKLE
    • If and For Loops
    • HURKLE – Improved
    • Time delay and FOR Loops
  • Notes 31 – 40
  • X