WEBVTT 1 00:00:00.000 --> 00:00:15.000 Introduction 2 00:00:15.000 --> 00:01:52.000 Programming Languages 3 00:01:52.000 --> 00:06:28.000 Machine Code 4 00:06:28.000 --> 00:10:10.000 Source Code 5 00:10:10.000 --> 00:13:33.000 Compiler 6 00:13:33.000 --> 00:17:54.000 Interpreter 7 00:17:54.000 --> 00:19:47.000 Bytecode 8 00:19:47.000 --> 00:20:31.000 Virtual Machine 9 00:20:31.000 --> 00:24:44.000 Programming Languages (continued) 10 00:24:44.000 --> 00:25:52.000 hello0.py 11 00:25:52.000 --> 00:29:29.000 hello1.py 12 00:29:29.000 --> 00:31:34.000 hello2.py 13 00:31:34.000 --> 00:34:15.000 hello3.py 14 00:34:15.000 --> 00:39:45.000 arithmetic.py 15 00:39:45.000 --> 00:44:26.000 conditions.py 16 00:44:26.000 --> 00:45:47.000 answer.py 17 00:45:47.000 --> 00:52:21.000 return.py 18 00:52:21.000 --> 00:56:56.000 positive.py 19 00:56:56.000 --> 01:01:37.000 score.py 20 01:01:37.000 --> 01:02:34.000 Data Types 21 01:02:34.000 --> 01:05:48.000 imprecision.py 22 01:05:48.000 --> 01:08:08.000 RAM (Random Access Memory) 23 01:08:08.000 --> 01:08:34.000 Floating Point Imprecision 24 01:08:34.000 --> 01:15:27.000 Integer Overflow 25 01:15:27.000 --> 01:18:03.000 pseudorandom.py 26 01:18:03.000 --> 01:20:22.000 guess.py 27 01:20:22.000 --> 01:21:15.000 mario0.py 28 01:21:15.000 --> 01:22:50.000 mario1.py 29 01:22:50.000 --> 01:24:56.000 mario2.py 30 01:24:56.000 --> 01:25:28.000 Programming Languages (continued)