Learn PYTHON Intro- Hands on Class

This is the material for our Hands on Intro to Python class. Please feel free to use this material to teach your own students, or use them as a study guide for yourself.

Chapter Time Marks

  • 00:00 Opening
  • 06:04 Introduction
  • 21:27 Python version
  • 24:19 Python Shell
  • 28:06 PIP
  • 33:39 Modules
  • 39:57 Comments
  • 43:11 Variables, Data Types, Concatenation, Print()
  • 48:58 If/ Elif/ Else Statements
  • 53:46 Lists
  • 01:00:31 Dictionaries
  • 01:05:20 While Loops
  • 01:10:16 Write to Files
  • 01:15:59 Read from File
  • 01:22:26 Final Thoughts