Instructional Video2:45
Curated Video

JAX in 100 Seconds

12th - Higher Ed
JAX is a Python library similar to NumPy for scientific computing and linear algebra, but designed to run on accelerators like Cuda-based GPUs and Google's TPUs.
Instructional Video6:59
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging

Higher Ed
In this video, you will learn to use ChatGPT to create a computer program and effectively debug it. We will use ChatGPT's capabilities to generate code snippets, optimize algorithms, and identify and fix bugs, leveraging ChatGPT3 as a...
Instructional Video18:03
Curated Video

Complete Python Scripting for Automation - How to define a Function and How to use defined Function, Types of Functions

Higher Ed
Functions: How to define a Function and How to use defined Function, Types of Functions
r/>
This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a...
Instructional Video8:26
Curated Video

Python for Network Forensics 2.3: Querying the Registry

Higher Ed
In this video, we will become familiar with the Windows registry and how the key:value data store maintains OS configuration data. • Learn how to interact with the registry using regedit • Use Python to interact with the registry by...
Instructional Video3:00
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Write Your First Python Statement

Higher Ed
This video demonstrates how to use Python Shell and write your first statement.
r/>
This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This...
Instructional Video2:42
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Get User Input

Higher Ed
This video demonstrates how to get user input in a specific program.
r/>
This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about...
Instructional Video
Khan Academy

Khan Academy: Python Programming: Stepping Through Insertion Sort Function

9th - 10th
Clarifying what "break" does in Python, and walking through the insertion sort function.
Instructional Video
Khan Academy

Khan Academy: Python Programming: Diagramming What Happens With a Function Call

9th - 10th
Explores what happens when we define a function in Python, then use it in the program.
Instructional Video
Khan Academy

Khan Academy: Python Programming: Exercise Write a Sorting Function

9th - 10th
A Khan Academy exercise will challenge students to write a Python function that can sort a list in-place. [2:12]