Instructional Video7:49
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Write Your First Web Server

Higher Ed
This video demonstrates how to write your first web server.
<
br/>
This clip is from the chapter "Create a Web Application on Your Raspberry Pi with Flask and Python" of the series "Raspberry Pi for Beginners - 2022 Complete...
Instructional Video11:13
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Set Up VNC to Get Remote Access to Your Raspberry Pi OS Desktop

Higher Ed
This video demonstrates setting up VNC to get remote access to your Raspberry Pi OS desktop.
<
br/>
This clip is from the chapter "Install Raspberry Pi OS Without Any External Monitor or Keyboard" of the series "Raspberry Pi for...
Instructional Video8:04
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Find the Raspberry Pi's IP address

Higher Ed
This video explains how to find the Raspberry Pi's IP address.
<
br/>
This clip is from the chapter "Install Raspberry Pi OS Without Any External Monitor or Keyboard" of the series "Raspberry Pi for Beginners - 2022 Complete...
Instructional Video5:57
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Connect to Your Pi Using SSH

Higher Ed
This video demonstrates connecting to your Pi using SSH.
<
br/>
This clip is from the chapter "Install Raspberry Pi OS Without Any External Monitor or Keyboard" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This...
Instructional Video39:30
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Install Raspberry Pi OS Without a Monitor - Recap

Higher Ed
In this video, we will work on installing Raspberry Pi OS without a monitor.
<
br/>
This clip is from the chapter "Installation Steps" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this section, we will work on...
Instructional Video3:54
Curated Video

Docker Certified Associate Certification Training Course - Binding Containers with Host or Port

Higher Ed
This video explains binding containers with host or port.
<
br/>
This clip is from the chapter "Container Configuration" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains container...
Instructional Video1:33:44
Curated Video

DevOps Complete Course - Conditions

Higher Ed
This video talks about different conditions.<br<br/>/>

This clip is from the chapter "Ansible" of the series "DevOps Complete Course".This section focuses on the Ansible tool.
Instructional Video1:16:37
Curated Video

DevOps Complete Course - Dynamic Provisioning

Higher Ed
This video explains dynamic provisioning in Kubernetes.<br<br/>/>

This clip is from the chapter "Kubernetes" of the series "DevOps Complete Course".This section focuses on the Kubernetes tool.
Instructional Video54:25
Curated Video

DevOps Complete Course - Docker Images and Docker Networks Introduction

Higher Ed
This video provides an introduction to Docker images and Docker networks.<br<br/>/>

This clip is from the chapter "Docker" of the series "DevOps Complete Course".This section focuses on Docker.
Instructional Video5:20
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Implement JavaScript UDFs

Higher Ed
This is a lab video helps implement JavaScript UDFs.
<
br/>
This clip is from the chapter "Snowflake – User-Defined Functions" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on...
Instructional Video35:40
Curated Video

The Art of Doing - Python Network Applications with Sockets - Online Multiplayer Game Part 10 - Processing Game State on All Clients

Higher Ed
In this tenth part, we are going to work on sending the game state back to our player (all clients).
<
br/>
This clip is from the chapter "Creating a Multiplayer Game with the Pygame Module" of the series "The Art of Doing - Python...
Instructional Video29:02
Curated Video

The Art of Doing - Python Network Applications with Sockets - Online Multiplayer Game Part 5 - Sending the Player to the Client

Higher Ed
In this fifth part, we will look at the client script and see how we can receive the player object that we have just created and then listen for broadcasts as the game state changes.
<
br/>
This clip is from the chapter "Creating a...
Instructional Video22:20
Curated Video

The Art of Doing - Python Network Applications with Sockets - Basic GUI Chat Room Part 3 - Adding Functionality

Higher Ed
In this third part, we will focus on the functionality of our program and define some constants used for our socket connection.
<
br/>
This clip is from the chapter "Creating a Basic GUI Chat Room with the Tkinter Module" of the...
Instructional Video22:23
Curated Video

The Art of Doing - Python Network Applications with Sockets - Advanced GUI Chat Room Part 8 - Sending Data from Client to Server.

Higher Ed
In this eighth part, you are going to learn how to send data from client to server.
<
br/>
This clip is from the chapter "Creating an Advanced GUI Chat Room with the Json Module" of the series "The Art of Doing - Python Network...
Instructional Video22:59
Curated Video

The Art of Doing - Python Network Applications with Sockets - Advanced GUI Chat Room Part 7 - Starting the Client

Higher Ed
In this seventh part, you are going to learn how to start the client.
<
br/>
This clip is from the chapter "Creating an Advanced GUI Chat Room with the Json Module" of the series "The Art of Doing - Python Network Applications with...
Instructional Video24:27
Curated Video

The Art of Doing - Python Network Applications with Sockets - Advanced GUI Chat Room Part 5 - Staring the Server

Higher Ed
In this fifth part, you are going to learn how to start the server.
<
br/>
This clip is from the chapter "Creating an Advanced GUI Chat Room with the Json Module" of the series "The Art of Doing - Python Network Applications with...
Instructional Video29:06
Curated Video

The Art of Doing - Python Network Applications with Sockets - Advanced GUI Chat Room Part 10 - Adding Admin Functionality

Higher Ed
In this tenth part, you are going to learn how to add admin functionality.
<
br/>
This clip is from the chapter "Creating an Advanced GUI Chat Room with the Json Module" of the series "The Art of Doing - Python Network Applications...
Instructional Video12:34
Curated Video

The Art of Doing - Python Network Applications with Sockets - The Pygame Module - Setting Up a Player Class

Higher Ed
In this video, you will learn how to set up a player class.
<
br/>
This clip is from the chapter "Creating a Multiplayer Game with the Pygame Module" of the series "The Art of Doing - Python Network Applications with Sockets".In...
Instructional Video17:00
Curated Video

The Art of Doing - Python Network Applications with Sockets - The Pickle Module - Sending Objects through the Data Stream

Higher Ed
In this video, you will learn how to send objects through the data stream with the Pickle module.
<
br/>
This clip is from the chapter "Creating an Advanced GUI Chat Room with the Json Module" of the series "The Art of Doing -...
Instructional Video10:19
Curated Video

The Art of Doing - Python Network Applications with Sockets - Terminal Chat Room Part 4 - Adding Functionality and Testing

Higher Ed
In this fourth part, you are going to learn how to add functionality and testing.
<
br/>
This clip is from the chapter "Creating a Terminal Chat Room with the Threading Module" of the series "The Art of Doing - Python Network...
Instructional Video13:44
Curated Video

The Art of Doing - Python Network Applications with Sockets - Terminal Chat Room Part 3 - Adding Functionality

Higher Ed
In this third part, you are going to learn how to add functionality to send multiple information to the server.
<
br/>
This clip is from the chapter "Creating a Terminal Chat Room with the Threading Module" of the series "The Art of...
Instructional Video13:19
Curated Video

The Art of Doing - Python Network Applications with Sockets - Terminal Chat Room Part 2 - Adding Functionality

Higher Ed
In this second part, you are going to learn how to add functionality.
<
br/>
This clip is from the chapter "Creating a Terminal Chat Room with the Threading Module" of the series "The Art of Doing - Python Network Applications with...
Instructional Video17:21
Curated Video

The Art of Doing - Python Network Applications with Sockets - Online Multiplayer Game Part 8 - Player Movement on the Client

Higher Ed
In this eighth part, we are going to work on some actual gameplay elements of our game and add the player movement function on the client side.
<
br/>
This clip is from the chapter "Creating a Multiplayer Game with the Pygame...
Instructional Video14:22
Curated Video

The Art of Doing - Python Network Applications with Sockets - Basic GUI Chat Room Part 4 - Adding Functionality and Testing

Higher Ed
In this fourth part, we are going to add functionality and then test our chat room.
<
br/>
This clip is from the chapter "Creating a Basic GUI Chat Room with the Tkinter Module" of the series "The Art of Doing - Python Network...