Programming 102: Think Like a Computer Scientist

Go to class
Write Review

Free Online Course: Programming 102: Think Like a Computer Scientist provided by FutureLearn is a comprehensive online course, which lasts for 4 weeks long, 2 hours a week. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from FutureLearn. Programming 102: Think Like a Computer Scientist is taught by James Robinson.

Overview
  • Find out what else you can do with Python

    On this course, you’ll explore Python programming at an intermediate level.

    You’ll discover how to break down problems into smaller parts, and then design and apply algorithms to data. You’ll also explore list structures and their various uses.

    Ultimately, what you learn will build upon your foundational Python skills - preparing you to progress onto more advanced programming.

    This course would suit teachers with some Python experience, who are able to write simple programs demonstrating sequencing, selection, iteration and data types.

    To take part in this course you’ll need to download Python, or use an online IDE.

Syllabus
    • Function as units of code
      • About this course
      • Preparing to learn
      • Functions with parameters and returns
      • Teaching functions
      • Week review
    • Algorithms, lists & counting
      • Algorithms
      • Lists
      • Algorithms and counting
      • Recap of week 2
    • Sorting
      • Welcome to week 3
      • Bubble Sort
      • Insertion Sort
      • Merge Sort
      • Week 3 recap
    • Searching
      • Welcome to week 4
      • Linear Search
      • Binary Search
      • Embedding your learning by teaching
      • End of the Course