Hi, what do you want to do?
Curated Video
JAX in 100 Seconds
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.
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging
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...
Curated Video
Complete Python Scripting for Automation - How to define a Function and How to use defined Function, Types of Functions
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...
r/>
This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a...
Curated Video
Python for Network Forensics 2.3: Querying the Registry
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Write Your First Python Statement
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...
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Get User Input
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...
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...
Khan Academy
Khan Academy: Python Programming: Stepping Through Insertion Sort Function
Clarifying what "break" does in Python, and walking through the insertion sort function.
Khan Academy
Khan Academy: Python Programming: Diagramming What Happens With a Function Call
Explores what happens when we define a function in Python, then use it in the program.
Khan Academy
Khan Academy: Python Programming: Exercise Write a Sorting Function
A Khan Academy exercise will challenge students to write a Python function that can sort a list in-place. [2:12]