Course curriculum

  • 1

    Introduction

    • Welcome
  • 2

    Comments in Code

    • How to put comments in your code
    • Quiz - Comments in Code
  • 3

    Functions

    • Simple Functions
    • Simple Functions 2
    • Using Parameters
    • Using Return in Functions
    • Putting it all together
    • Practice - Functions
    • Practice - Answers
  • 4

    Arrays/Lists

    • Arrays (Lists) : Introduction
    • Arrays (Lists) in Python
    • Zero indexed arrays
    • Printing an item in an array
    • Changing and deleting items in an array
    • Find an item in the array
    • Sorting an array
    • Getting the Length of a list
    • Practice with Arrays/Lists
    • Practice with Arrays/Lists - Answers
  • 5

    Tuples/Dictionaries

    • Tuples
    • Dictionaries
    • Practice - Tuples/Dictionaries
    • Practice - Answers
  • 6

    For Loops

    • For Loops 1
    • For Loops with Lists/Arrays
    • Practice - For Loop
    • Practice - Answers
  • 7

    Putting it all together: DVD program

    • DVD Program - Part 1
    • DVD Program - Part 2
    • DVD Program - Part 3
    • DVD Program - Part 4
    • DVD Program - Part 5
    • DVD Program - Part 6
    • DVD Program - Part 7
    • DVD Program - Part 8
  • 8

    Exception/Error Handling

    • Exception/Error Handling
  • 9

    Bonus material: File I/O

    • File I/O - Part 1
    • File I/O - Part 2
    • File I/O - Part 3
    • File I/O - Part 4