Instructional Video8:14
Curated Video

Python Lesson 5

9th - Higher Ed
Here we discuss the "if" statement in Python and how we can use it to selectively execute code.
Instructional Video5:54
Curated Video

Python Lesson 8

9th - Higher Ed
In this lesson, we learn about the nested "if" statements to see how we can have multiple layers of checks for our data.
Instructional Video6:53
Curated Video

Python Lesson 9

9th - Higher Ed
In this class, we introduce you to Loops using the "while" statement. Learn how to create a loop that executes statements continuously based on a logic check.
Instructional Video7:55
Curated Video

Python Assignment 3

9th - Higher Ed
This assignment reviews the concepts of the if-elif-else sequence of checks. Make sure you try out the question before looking at the video! :)
Instructional Video4:14
Curated Video

All About Mojo Programming Language

12th - Higher Ed
Mojo is a new LLVM programming language designed as a superset of Python with the low-level performance of C. It is optimized to run on GPUs with CUDA and other exotic hardware for deep learning and Artificial Intelligence.
Instructional Video2:39
Curated Video

PyTorch in 100 Seconds

12th - Higher Ed
PyTorch is a deep learning framework for used to build artificial intelligence software with Python. Learn how to build a basic neural network from scratch with PyTorch 2.
Instructional Video2:58
Curated Video

Using Python in Microsoft Excel

12th - Higher Ed
Microsoft Excel just added support for Python, allowing developers to code and run custom functions directly inside a spreadsheet. Let's take a first look at how Python support will work in Excel.
Instructional Video4:01
Curated Video

All About the Bend Programming Language

12th - Higher Ed
What is the Bend programming language for parallel computing? Let's take a first look at Bend and how it uses a Python-like syntax to write high performance code that can run on the GPU.
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 Video8:18
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Reconnaissance Methods

Higher Ed
In this lesson, you will learn about footprinting, or the art of collecting information about a person or object of interest, called reconnaissance.
Instructional Video10:32
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python

Higher Ed
In this video, you will explore name mangling in Python, a technique to change class attribute names to avoid conflicts. You will learn how to create private attributes using name mangling and understand the rules and conventions...
Instructional Video7:42
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Naming Convention

Higher Ed
In this video, you will learn about naming conventions in Python classes and objects. You will understand the importance of following naming conventions for better code readability and maintainability. This video will cover the commonly...
Instructional Video10:28
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Introduction to Object-Oriented Programming

Higher Ed
In this video, you will learn the basics of object-oriented programming. You will understand the concept of objects and classes, and this video will provide a comprehensive overview of OOP in Python and its advantages.
Instructional Video8:37
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Create Your First Class with OOP

Higher Ed
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Instructional Video7:21
Curated Video

Write Your First Lines of Python

Pre-K - Higher Ed
Ever wondered how to start coding in Python? Join Mark from SkillSprints as he walks you through writing your very first lines of Python code. In this beginner-friendly tutorial, you’ll learn the basics of Python programming, set up...
Instructional Video6:41
Curated Video

How to Self-host and Hyperscale AI with Nvidia NIM

12th - Higher Ed
Learn how to build a futuristic workforce of AI agents, then self-host and scale them for any workload thanks to Nvidia NIM - a platform that containerizes AI models and runs them on any GPU with Kubernetes. Topics Covered: How to scale...
Instructional Video4:15
Curated Video

All About Deno 2.0

12th - Higher Ed
Take a first look at Deno 2.0 - a JavaScript runtime with first-class TypeScript support, and now full compatibility with Node.js Topics Covered: Deno 2.0 new features Deno vs Node.js Deno vs Bun.js
Instructional Video2:18
Curated Video

Python

6th - 12th
How is a python able to swallow prey larger than its own head? Biology - Animal Kingdom - Learning Points. Pythons are constrictors, which means they kill their prey by squeezing. Since snakes cannot chew or tear into their food, they...
Instructional Video3:59
Great Big Story

Swamp apes, veterans and python hunt in the everglades

12th - Higher Ed
Discover the Swamp Apes, an initiative where veterans tackle personal challenges by capturing invasive pythons in the Everglades, aiding both mental health and the environment.<br/>
Instructional Video2:38
Curated Video

High Five Facts - Python

Pre-K - 5th
Dive into 'Python' and see how it tells computers what to do! A simple, fun intro to coding for kids.
Instructional Video13:28
Instructional Video8:30
Curated Video

Machine Learning: Random Forest with Python from Scratch - Sets

Higher Ed
Our next datatype is a set, an unordered collection of iterable and mutable data.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video9:11
Curated Video

Machine Learning: Random Forest with Python from Scratch - Lists

Higher Ed
We shall look at the following datatype: lists, mutable (changeable) after creation.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video7:12
Curated Video

Machine Learning: Random Forest with Python from Scratch - Hello World

Higher Ed
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...