12 Videos - 46 Minutes

  • 1

    Chapter 1

    • Clip 1 - Intro

    • Clip 2 - What is programming?

    • Clip 3 - Why learn to programme

    • Clip 4 - Why Python?

    • Clip 5 - Course overview

    • Clip 6 - Interpretive vs Compiled language

    • Clip 7 - Installing Anaconda on Windows

    • Clip 8 - Installing Anaconda on Mac

    • Clip 9 - Intro to Anaconda Navigator

    • Clip 10 - Intro to Jupyter Notebook

    • Clip 11 - Getting started with Jupyter

    • Clip 12 - Kernels

  • 2

    Chapter 2

    • Comments

    • Dictionaires

    • Launching Jupyter Notebooks on Mac

    • Numbers

    • Strings

    • User Input

    • Variables and data structures

  • 3

    Chapter 3

    • Clip 1 - Intro

    • Clip 2 - Basic Logic

    • Clip 3 - If Statements

    • Clip 4 - Else and If Statements

    • Clip 5 - For Loops

    • Clip 6 - While Loops

    • Clip 7 - Break Statements

  • 4

    Chapter 4

    • Clip 1 - Intro to functions

    • Clip 2 - How to define a function

    • Clip 3 - Function example

    • Clip 4 - How to use functions

    • Clip 5 - Using arguments to compare peoples' age

    • Clip 6 - Not all functions are useful

    • Clip 7 - Finding a letter in a list of names

    • Clip 8 - Recursive definitions of functions

    • Clip 9 - Final Task