_    ___ ___      _                               
/ \ |_ _/ _ \ ___| |_ _ __ ___ __ _ _ __ ___ ___
/ _ \ | | | | / __| __| '__/ _ \/ _` | '_ ` _ \/ __|
/ ___ \ | | |_| \__ \ |_| | | __/ (_| | | | | | \__ \
/_/ \_\___\___/|___/\__|_| \___|\__,_|_| |_| |_|___/
Twitch
Invidious (YT)

Invidious > Channel > Kris Jordan

Trending
Kris Jordan 14500 subscribers    RSS
View channel on YouTube
Videos
Playlists

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