Libraries and Documentations | ehealth Coding Tutorial

By the end of this tutorial, you will be able to:

  1. use libraries in Python
  2. read other people's documentation to learn how to re-use their code such that you don't need to "reinvent the wheel"
  3. understand the concept of libraries in coding in general
  4. understand the use of libraries in intermediate level Python tutorials
  5. understand and explain libraries in coding to a non-technical person

Tutorial Series

Episode Title Length
1 Introduction 3:42
2 Installing Python and Jupyter Notebook 7:02
3 Running Jupyter Notebook 3:33
4 Numbers 7:30
5 Variables 9:45
6 Functions 15:34
7 Strings 12:10
8 Lists 19:49
9 If-Else 22:03
10 Loops 9:46
11 Dictionaries 14:47
12 Libraries and Documentation 17:20