Instructional Video3:55
Curated Video

Fix the errors in a computer program or algorithm : Raising Exception

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail.<b<br/>r/>

Errors and Exceptions Handling: Raising Exception
Instructional Video6:59
Curated Video

Implement different search algorithms : BST from scratch - Delete demo

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.



Visualize and understand the process of the delete functionality from a...
Instructional Video10:09
Zach Star

Computer Engineering Careers and Subfields

12th - Higher Ed


This video covers various subfields of computer engineering and what careers you can get in those fields. Computer engineering is basically the combination of electrical engineering and computer science, which means a...
Instructional Video2:33
Curated Video

Use a real-life example of an AI system to discuss some impacts of cyber attacks : White-Box Adversarial with Example

Higher Ed
From the section: Testing Image Classification.In this section, you will design specific security tests for image recognition systems. Here you will focus on one particular type of AI solution – image classification, and one...
Instructional Video3:52
Packt

Explain the negative impacts of artificial intelligence systems on society : Adversarial Attacks Metrics and White-Box Adversarial Attacks

Higher Ed
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see...
Instructional Video3:30
Curated Video

Fix the errors in a computer program or algorithm : Try, Except, Else and Finally

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail.<b<br/>r/>

Errors and Exceptions Handling: Try, Except, Else and Finally
Instructional Video7:59
Packt

Describe a data structure : Constructor Functions and the "this" Keyword

Higher Ed
From the section: Introduction to Data Structures and Important Concepts. This section introduces Data Structures and important concepts of DS and explains why they are important



Introduction to Data Structures and Important...
Instructional Video6:18
Curated Video

Describe cyber attacks that could affect a computer system or network : Advanced-Level Hacking - Scanning Hosts with Python Script

Higher Ed
From the section: Attacking a Network. In this section, we will discover the diversity of ways a network can be attacked and demonstrate the attacks with various Kali Linux tools. In this video, we will consider using Python language in...
Instructional Video5:20
Curated Video

Describe cyber attacks that could affect a computer system or network : Types of man-in-the-middle Attack

Higher Ed
From the section: Attacking a Network. In this section, we will discover the diversity of ways a network can be attacked and demonstrate the attacks with various Kali Linux tools. In this video, we will know about what is...
Instructional Video6:50
Packt

Debug a computer program created by someone else : Debugging Your Second Python Program

Higher Ed
From the section: Getting Started with Python Development. Setup your development environment, a gentle introduction to Python3.



Demonstrate the Python debugger, and PyCharm interface to the debu
gger mode.
• Run...
Instructional Video17:35
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Detecting Cars Using SVM - Part #2

Higher Ed
From the section: Machine Learning: Part 2. In this section, we’ll cover Bayes Theorem, Naive Bayes, SVM and SVC to classify data.<b<br/>r/>

Machine Learning: Part 2: [Activity] Detecting Cars Using SVM - Part #2
Instructional Video7:45
Curated Video

Describe an advanced data structure : Array Problems Involving Modulos

Higher Ed
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...
Instructional Video8:26
Curated Video

Use variables to store data : Variables in Python

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets.<b<br/>r/>

A Full Python Refresher: Variables in Python
Instructional Video10:48
Packt

Compare the breadth-first and depth-first search algorithms : BFS and DFS Intro

Higher Ed
From the section: BFS and DFS Grid World. This section will cover BFS and DFS Grid concept.<b<br/>r/>

BFS and DFS Grid World: BFS and DFS Intro
Instructional Video4:18
Curated Video

Modify a data structure : Testing Add To Tail and Add To Head

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function<b<br/>r/>

Linked Lists: Testing Add To Tail and Add To Head
Instructional Video12:19
Curated Video

Fix the errors in a computer program or algorithm : Catching Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python<b<br/>r/>

When you get an error, you need to "handle" it so your code doesn't crash.
Instructional Video12:14
Curated Video

Describe an advanced data structure : Find the Given-Length Subarray with the Maximum Minimum

Higher Ed
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...
Instructional Video3:07
Curated Video

Develop a computer program to solve a problem using control structures : While Loops

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this.<b<br/>r/>

Python Crash Course: While Loops
Instructional Video7:58
Packt

Introduction to computer hardware and software : Keyboards and Mice

Higher Ed
From the section: Essential Peripherals. In this section, we learn more about optical media, USB standard, configure USB’s for keyboard and mIce. Our hands are constantly on our keyboards and mice, yet they are often some of the most...
Instructional Video7:59
Packt

Introduction to computer hardware and software : RAM Capacity

Higher Ed
From the section: RAM. Here, we learn about RAM technology. Individual sticks of DRAM will have very different capacities. It’s important to understand RAM capacities and how sticks work together to provide the total memory for a system.
Instructional Video12:17
Packt

Introduction to computer hardware and software : CPU Sockets

Higher Ed
From the section: CPUs. In this section, we explore features about CPU. Both AMD and Intel use unique CPU packages that install into their respective sockets. It’s imperative for a tech to know the most popular sockets available today...
Instructional Video8:06
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Classifying Images with a Simple CNN, Part 1

Higher Ed
From the section: Deep Learning and Tensorflow: Part 2. In this section, we’ll talk about what CNNs is, and how it works.<b<br/>r/>

Deep Learning and Tensorflow: Part 2: [Activity] Classifying Images with a Simple CNN, Part 1
Instructional Video10:22
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Code to Train a perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN.<b<br/>r/>

Artificial Neural Networks: Code to Train a perceptron for binary classification
Instructional Video5:56
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Project #1: Canny Sobel and Laplace Edge Detection using Webcam

Higher Ed
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision.<b<br/>r/>

Computer Vision Basics: Part 1: [Activity] Project #1: Canny Sobel and Laplace Edge Detection using Webcam