Completed
Questions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Debugging Your Code with Data Visualization
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How much time do we spend
- 3 Debugging
- 4 Debugging Matters
- 5 Traditional Debugging Methods
- 6 Problems with Debugging
- 7 Three Visualizations
- 8 Sequence Diagram
- 9 Expect 100 Continue
- 10 The Plan
- 11 The Code
- 12 Debug PI Module
- 13 Objects
- 14 Sequence
- 15 Message
- 16 HTTP Connection
- 17 Render Sequins
- 18 Request Sequence Diagram
- 19 Connection Pooling
- 20 The Fix
- 21 Internal State
- 22 Downloading a File
- 23 Sequential Data Writing
- 24 AWS CLI
- 25 Buffer
- 26 Sliding Window
- 27 Logging
- 28 Plots
- 29 Window Sizes
- 30 Creating a Custom Diagram
- 31 Explaining New Concepts
- 32 Uploads
- 33 Worker Thread
- 34 Main Takeaway
- 35 Data Visualization
- 36 Pillow
- 37 Code
- 38 Recap
- 39 Questions