58:12 Object-oriented Programming in Python 101 - Classes, Methods, and __init__ Constructor Tutorials Kris Jordan 14.2K views - 4 years ago
33:09 Jupyter Notebooks in VS Code Extension - Tutorial Introducing Kernels, Markdown, & Cells Kris Jordan 27.3K views - 4 years ago
31:10 Python 101 Tutorial - importing modules & functions - Why is __name__ "__main__" and when is it not? Kris Jordan 9.8K views - 4 years ago
44:10 Dictionaries - Python 101 Tutorial on the dict Data Type, key value pairs, checking keys, KeyError Kris Jordan 14.4K views - 4 years ago
54:21 Python 101 Lists Tutorial - How to construct, append, access with subscription indices, sum, and pop Kris Jordan 8.4K views - 4 years ago
39:50 Python 101 Tutorial - while Loop Statements - Writing simple loops and avoiding infinite loops. Kris Jordan 9.7K views - 4 years ago
32:28 Python 101 Tutorial - if else conditional statements for dynamic control flow in programs Kris Jordan 6.7K views - 4 years ago
38:58 Vectorized Operations in Python - Introductory Tutorial on the Semantics of Numpy-style Operators Kris Jordan 3.4K views - 4 years ago
18:21 Tutorial on Operator Overloading in Python with Special Methods such as __add__ and __getitem__ Kris Jordan 6.9K views - 4 years ago
30:29 Methods in Python - Tutorial on the self parameter and writing mutable vs. immutable methods Kris Jordan 2.5K views - 4 years ago
31:55 Filtering Column-oriented Data using a list of booleans as seen in Numpy, Pandas, R, and More Kris Jordan 6.8K views - 4 years ago
11:37 3rd Party Libraries in Python - Finding on PyPI, Installing with pip, and Importing in Programs Kris Jordan 8.5K views - 4 years ago
27:30 Import Modules and Functions from the Python REPL, other Modules, and Jupyter Notebooks Tutorial Kris Jordan 7.2K views - 4 years ago
23:26 Jupyter Notebooks in VS Code with Python Extension - Tutorial Introducing Kernels, Markdown, & Cells Kris Jordan 34.3K views - 4 years ago
23:57 for..in loops in Python for iterating through collections of values or indices within a range Kris Jordan 4.7K views - 4 years ago
25:35 range in Python - Representing an immutable sequence of integers! Kris Jordan 1.6K views - 4 years ago
33:29 Introduction to Sorting in Python with sorted, list.sort, and an implementation of insertion sort Kris Jordan 2.1K views - 4 years ago
17:40 Functions 101 - An Intuitive Introduction in Python - Part 1 of 3 Kris Jordan 7K views - 5 years ago
23:02 What are Programs, Languages, and Interpreters? An introduction in the context of Python and CS1. Kris Jordan 8.1K views - 5 years ago
20:16 Brief Introduction to Computing Systems - User Space Processes, Shells, Kernels, and Hardware - CS1 Kris Jordan 21.6K views - 5 years ago
14:02 Intermediate Python Puzzle #1: List Comprehensions - Powerful Syntax for Building Lists in Python Kris Jordan 1.7K views - 5 years ago
51:57 From Python to Java - Variables, If-else, while loops, comments, and basic type casting tutorial Kris Jordan 5.2K views - 5 years ago
18:12 Learning Java after Python - "Hello, World!" - Comparing a Simple Program Structure Kris Jordan 13.7K views - 5 years ago
11:16 Python's Magic Method __repr__ Tutorial - Automagically produce string representations of objects. Kris Jordan 9.9K views - 5 years ago
16:58 Generating Linked Lists Recursively - A tutorial and strategy for constructing recursive structures. Kris Jordan 2.6K views - 5 years ago
18:21 Recursion Practice & Strategies in Python: A Tutorial on Solving Recursive Problems and Algorithms Kris Jordan 31.4K views - 5 years ago
30:24 Recursive Data Structure in Python - Singly Linked List Introductory Tutorial Kris Jordan 6.1K views - 5 years ago
25:50 Why is recursion important? A conceptual intro to recursion and recursive concepts in Python! Kris Jordan 2.4K views - 5 years ago
30:05 Project 2 Setup - Simple 2D Simulations with OOP in Python Kris Jordan 10.8K views - 5 years ago
22:18 Tracing Python Constructor and Method Calls in a Memory Diagram - Practice with Object-oriented Code Kris Jordan 3K views - 5 years ago
29:51 Defining and Calling Methods in Python - An intro tutorial to method definitions and method calls Kris Jordan 7.2K views - 5 years ago
23:46 Constructors in Python - Intro tutorial to the __init__ magic method for initializing new objects Kris Jordan 17.8K views - 5 years ago
34:28 C "Modules" - Tutorial on .h Header Files, Include Guards, .o Object Code, & Incremental Compilation Kris Jordan 54.6K views - 5 years ago
6:38 String Interpolation with f-Strings in Modern Python an Introductory Tutorial Kris Jordan 1.6K views - 5 years ago
33:36 Structs (Structures) in C - An Introductory Tutorial on typedefs, struct pointers, & arrow operator Kris Jordan 41.5K views - 5 years ago
19:46 Function Pointers in C - How to Read and Write Function Pointer Types and use Dynamic Dispatch Kris Jordan 13.3K views - 5 years ago
14:46 Basic Class and Object Syntax in Python with Static Type Annotations Kris Jordan 1.7K views - 5 years ago
17:25 Read CSV Files in Python with csv.DictReader - Iterate through Rows as Dicts with Columns as Keys Kris Jordan 55.5K views - 5 years ago
37:21 Use Command-line Interface (CLI) Arguments via Python's sys.argv to Write Flexible Terminal Scripts Kris Jordan 17.3K views - 5 years ago
1:03:39 malloc, calloc, realloc, and free - Introducing Dynamic Heap Memory System Calls in C's stdlib.h Kris Jordan 12.3K views - 5 years ago
40:15 Quantified Shakespeare - Python Tutorial Counts the Frequency of EVERY Letter in the Complete Canon Kris Jordan 2.3K views - 5 years ago
31:33 Dictionaries in Python with the Dict Type - Key/Value pairs are "Hash Maps" for flexible indexing Kris Jordan 4.1K views - 5 years ago
46:00 Static Memory and Static Lifetimes in the C Programming Language Kris Jordan 3.5K views - 5 years ago
32:50 The Lifetime of Automatic, Stack Variables in the C Programming Language Kris Jordan 3.2K views - 5 years ago
50:51 Introductory Tutorial on Unit Testing Python Functions with Pytest, Visual Studio Code, Command-line Kris Jordan 70.2K views - 5 years ago
21:52 Where in a Process' Memory are Arguments and Environment Variables? Let's explore in a C program! Kris Jordan 3.8K views - 5 years ago
50:35 Stochastic Simulation of Rolling a Pair of Dice: An Intro Python Lesson with Lists and for..in Loops Kris Jordan 2.3K views - 5 years ago
42:29 Binary Representation of Floating-Point Values - Mini-float 8-bit Floats Kris Jordan 27K views - 5 years ago