Packt
Use variables to modify data : Overview of the Different Variable Types
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order to...
Curated Video
Ensemble Machine Learning Techniques 5.3: How to Use Stacking
In this video, we will see how stacking can be used to solve machine learning problems. • The viewer will be introduced to the problem at hand • We will then write a stacking implementation • We will combine other algorithms using our...
Curated Video
Mastering Tableau 2018.1, Second Edition 10.3: Dual Layer Mapping
In this video, we’ll see how we can create multiple charts in a single canvas. • Steps to create a Dual Layer Mapping • Implement Dual Layer Mapping
Curated Video
Mastering Tableau 2018.1, Second Edition 8.2: Using Parameters to Create and Control Reference Lines
In this video, we’ll see how to integrate parameters with reference lines. • Add parameters to reference lines
Curated Video
Mastering Tableau 2018.1, Second Edition 5.2: Working with Selection Filters
In this video, we’ll apply measure and dimension filters to our data. • Add filters to data • Understand different types of filters
Curated Video
Mastering Tableau 2018.1, Second Edition 4.4: Creating Charts from Multiple Data Sources
In this video, we’ll see how we can create charts from multiple data sources. • Create charts from join • Create charts with blend • Create charts from Union
Curated Video
Learning D3.JS 5.0 10.1: What is the GeoJSON Format?
In this video, we will learn what the GeoJSON file format is, how to create a GeoJSON file, and how to validate the JSON file. • Understand the GeoJSON file and the difference between JSON and GeoJSON • Learn to create a GeoJSON file •...
Curated Video
Learning D3.JS 5.0 8.1: Adding the x-axis
In this video, we will learn how to add the x-axis. • View the axis on the browser • Solve the problems that occur by adding the x-axis
Curated Video
Learning D3.JS 5.0 1.5: Setting Up a Local Server
In this video, we will see why we need a server, available server options, and creating a local server in our machine. • Understand why you need a server • Explore server options for all platforms • Get a step-by-step guide to create a...
Curated Video
Bug Bounty Program Certification 13.5: Certification Exam Practice Questions – Part 4
Exam questions. • Practice questions • Solutions • Explanation of answer
Curated Video
Bug Bounty Program Certification 8.4: Database Attack Using Manual Techniques
This video focuses on manual database attack. • Explore manual database attack • Understand various injection commands to exploit database • Explanation of the manual commands
Curated Video
Bug Bounty Program Certification 7.5: Install Acunetix Web Vulnerability Scanner
This video will help you understand web scanning using Acunetix web vulnerability scanner. • Download Acunetix web vulnerability scanner • Installation of web scanner • Reporting of vulnerabilities
Curated Video
Bug Bounty Program Certification 6.2: Find Major Bugs in Client Machines
This video will help you scan malwares using network vulnerability scanner. • Use malware scan using Nessus vulnerability scanner • Create a new malware scan and scan the client machines • Explanation about malware bugs in client machines
Curated Video
Bug Bounty Program Certification 5.5: Perform Brute Force Attack on File Transfer Protocol
This video will help you perform brute force attack on file transfer protocol. • Setup FTP in Windows10 machine • Explore Hydra commands for brute force attack • Learn about brute force attack on FTP to get login credentials
Curated Video
Cloud Native Development on Azure with Java 2.6: Deploy Your App to an Azure App Service Instance
In this video, we will show you how to deploy the Spring Boot app to Azure. So, you will be able to migrate your locally running app to Azure Web Apps. • Created an Azure web application hosted within the Azure App Service • Use the KUDU...
Packt
State the purpose of network hardware : Structured Cabling
From the section: Essentials of Networking. In this section, we learn about WANS, Routers, cables and connectors. CompTIA doesn’t expect you to prove you can crimp your own cables, but it does expect you to understand the crimping...
Packt
Troubleshoot a faulty computer network : RIP Troubleshooting Scenario 1. Can you find the issue?
From the section: RIP Troubleshooting (ICND1). In this section, we learn to troubleshoot RIP in different scenario. RIP Troubleshooting (ICND1): RIP Troubleshooting Scenario 1. Can you find the issue?
Packt
Use functions or APIs from external libraries to develop a computer program : Name and Main
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Why does "Name and Main" sound like a steakhouse? It has nothing to do with steak. But...
Packt
Use functions or APIs from external libraries to develop a computer program : Creating a Package
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Learn how to create your own local package for your Python programs!
Packt
Introduction to computer hardware and software : Touring the Case
From the section: Motherboards. In this section, we look into motherboard features such as Chipsets and how to install. A PC’s case is an amazing and often overlooked part of the system. Understanding common case features makes it easier...
Curated Video
Describe cyber attacks that could affect a computer system or network : Installation of Virtual Machines
From the section: Introducing Network Security.This section provides Information about Overview of Network security, Test scope of Networks. It also includes Installation Procedure of Virtual Machines. For example: Kali Linux...
Curated Video
Describe cyber attacks that could affect a computer system or network : The Course Overview
From the section: Introducing Network Security. This section provides Information about Overview of Network security, Test scope of Networks. It also includes Installation Procedure of Virtual Machines. For example: Kali Linux...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Hough transform – practical example in python
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: [Activity] Hough transform – practical example in python
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Looping and an Exercise
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...