Hi, what do you want to do?
Curated Video
Design test cases to verify a computer program : Testing External Libraries
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python.<b<br/>r/>
This video explains how to test external libraries.
This video explains how to test external libraries.
Curated Video
Describe an advanced data structure : From Painfully Slow to Optimal: The Maximum Sum Subarray
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but...
Curated Video
Implement arithmetic operations in a computer program : Arithmetic operators in Python: Python Basics
From the section: Setting up Python and Jupyter Notebook. This section gets you started with Python. This section will help you set up the python and Jupyter environment on your system and it'll teach you how to perform some basic...
Makematic
UN Global Goal 14: Life Below Water (Ages 5 - 11)
Short animation explaining UN Sustainable Development Goal 14: Life Below Water for younger students
The Wall Street Journal
The Search for New Drugs: Part II
The vast majority of experimental medicines never make it to market. How can drug makers reduce the risk of costly failures and still invest in innovation? Where is innovation getting applied most effectively?
Barcroft Media
I'm Not A Child, I'm 20
A 20-YEAR-OLD woman has a rare genetic disease that means she is regularly mistaken for a child half her age. Michelle Kish, from Illinois, USA, was born was Hallermann-Streiff syndrome, a condition so rare that at the time of her birth...
Makematic
UN Global Goal 4: Quality Education (Ages 5 - 11)
Short animation explaining UN Sustainable Development Goal 4: Quality Education for younger students
Curated Video
Training and Development Strategies for Businesses
In this educational video, the speaker discusses training and development strategies for businesses to equip their workers with the necessary skills and knowledge to carry out their jobs effectively. The speaker explores various methods...
Curated Video
Evaluate visual representations of data that models real-world phenomena or processes : Visualizing Text Data
From the section: NLP Visualization and Model Experimentation. Visualize text data and view data embeddings. View and track hyperparameter tuning and display training configurations to run reproducible experiments.
In this...
In this...
Curated Video
Describe a function : Functions in Python
From the section: Python Fundamentals. This section will help you to learn about the Python fundamentals and setup.<b<br/>r/>
This video explains the various functions in Python.
This video explains the various functions in Python.
Packt
Introduction to computer hardware and software : Liquid Cooling
From the section: CPUs. In this section, we explore features about CPU. Liquid cooling isn’t just for enthusiasts. It is quieter and much more efficient than traditional air cooling. Today’s liquid cooling solutions are easy to use and...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Image cropping dilation and erosion
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision.<b<br/>r/>
Computer Vision Basics: Part 2: Image cropping dilation and erosion
Computer Vision Basics: Part 2: Image cropping dilation and erosion
Curated Video
Compare different types of data structures : Binary Indexed Trees for the RMQ Problem
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems.
This video presents an...
This video presents an...
Blockchain Central
Litecoin Mining Algorithm Failed To Be Accessible
This week on Blockchain Central: we will take a closer look at Litecoin and draw comparisons to Bitcoin. We will also analyse how the growing hash rate contradicts with the initial mission of Litecoin and makes it less accessible for the...
Curated Video
Explain web security : Reconnais-sance and Passive In-formation Gathering
From the section: Steps for Ethical Hacking. In this part, you are going to learn how hackers think and act before and after they hack a system, and how they gather sensitive information. We’ll follow the same steps to test whether...
Curated Video
Design a computer system using tree search and reinforcement learning algorithms : Control – Building a Very Simple Epsilon-Greedy Policy
From the section: Model-Free Prediction and Control With Monte Carlo (MC). In this section, we will learn one of two improvements on DP – Monte Carlo, a method which does not require a model of the environment. We talk about a new...
Curated Video
Implement a computer program using a classic algorithm : Recursion mini-project 2 - Factorial
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation.<b<br/>r/>
Build a recursive factorial function step by step
Build a recursive factorial function step by step
Packt
Introduction to computer hardware and software : The Right PC for the Job
From the section: Building a PC. Here, we select the right PC for the job. Not every Desktop PC does the same job. A tech should understand some of the more common systems and know the hardware requirements for those jobs.
Curated Video
Bruner’s 3 Steps of Learning in a Spiral Curriculum
This video discusses Jerome Bruner's theory of development and its application in the Singaporean maths curriculum. The video explains each step of the process and how it is applied in the curriculum.
Learning Mole
Insect Growth and Breeding
This video will take students through how insects breed and reproduce.
Science360
Boston Mountain Biotech
A team at the University of Arkansas, Boston Mountain Biotech, explain the work they are doing to simplify protein pharmaceutical production.
The Wall Street Journal
Biotech Startup Gameto on Female Fertility and Aging
The women behind biotech company Gameto discuss breakthrough technologies in female reproductive health that could delay ovarian aging, support assisted fertility and ease the transition to menopause.
Packt
Compare the breadth-first and depth-first search algorithms : Using Depth-First Search (DFS)
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game...
Curated Video
Describe an advanced data structure : Rolling Hashes for Constructing a Palindrome
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more...