Virtual Machines for beginners
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 329 MB | Duration: 57m

Learn how to create virtual machines step by step
What you'll learn
Create virtual machines
Enable virtualization on host machine
Enable guest additions
Setup communication between host machine and virtual machines
Install another operating system into virtual machine
Install applications into virtual machines
Requirements
No experience required
Description
A virtual machine, commonly shortened to just VM, is no different than any other physical computer like a laptop, smart phone, or server.

SQL Injection For Beginners
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 357 MB | Duration: 1h 1m

Learn how SQL Injection works and how to prevent attacks
What you'll learn
Learn how SQL Injection works
Setup a safe local environment to perform SQL Injection
Perform a Boolean based SQL Injection
Perform an Error based SQL Injection
Identify types of SQL injection
How to prevent SQL injection attacks
Requirements
Basic knowledge of SQL advised
Description
SQL injection is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database.

Python and SQL Application Development : Build an app
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 544 MB | Duration: 1h 55m

Learn how to Interact and manipulate SQL Databases from Python GUI
What you'll learn
How to set up your Python environment and MySQL Server
Create application GUI with Python
Connecting to MySQL Server in Python
Creating a new Database
Creating a new Table
Create a class with methods in Python
Add new records into Table with Python GUI
Reading Data stored in database from Python GUI
Updating Records from Python GUI
Deleting Records from Python GUI
Interacting with SQL databases using from Python GUI
Requirements
Basic knowledge of Python and SQL
Description
Python is a popular programming language.