Instructional Video14:22
Curated Video

C++ Developer - Project - A Pizza Class

Higher Ed
This video presents a project in a pizza class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Instructional Video6:05
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 33 - Creating Post Entity and Many to One Relationship with User Entity

Higher Ed
Connecting RESTful Web Service to JPA: Step 33 - Creating Post Entity and Many to One Relationship with User Entity This clip is from the chapter "Connecting RESTful Web Service to JPA" of the series "Master Java Web Services and REST...
Instructional Video5:56
Curated Video

Complete Modern C++ - Basic Input/Output

Higher Ed
This video gives an overview of basic input/output classes and demonstrates how to write on the console and read from the keyboard. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this...
Instructional Video2:52
Curated Video

C++ 20 (2a) New Features - Rationale for Ranges

Higher Ed
Passing pair of iterators to algorithms makes them difficult to compose. Code that uses algorithms is verbose and does not facilitate functional programming. • Convert a pair of pointers to a range • Use constrained algorithms • Compose...
Instructional Video2:44
Let's Tute

Printing Specific Ranges in Microsoft Excel

9th - Higher Ed
This Microsoft Excel tutorial teaches how to print a specific range of cells. It covers two options: selecting the range before going to the print area option, or selecting the print selection option after selecting the range. The...
Instructional Video9:27
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Importance of File Handler in Logging Tests

Higher Ed
This video explains the importance of file handler in logging tests. This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video5:17
Curated Video

Learning Python Web Penetration Testing (Video 15)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video7:44
Curated Video

Beginning Python (Video 22)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video3:50
3D Print General

Get Cleaner Top Surfaces with 1 Click - Cura 4.11

Higher Ed
Cura 4.11.0 has a new update called "Monotonic Top/Bottom Order" which will drastically improve the top surface quality of your prints by changing its tool path.
Instructional Video6:24
Curated Video

Django3- If Statements and Comments

Higher Ed
In this video, we will look at If statements and comments. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Instructional Video10:48
Packt

Date Class Concepts

Higher Ed
This video explains the date class concepts. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video20:44
APMonitor

Python 🐍 Lists and Tuples

10th - Higher Ed
Lists are a way of storing a sequence of values and possibly different types of information in just one variable. They are created with square brackets [ ]. Tuples are similar to a list but the sequence of values is immutable (can't be...
Instructional Video6:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler implementation tips and notes

Higher Ed
Define the structure requirement for a hash table and setup the class definition This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video14:19
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lists, dicts, sets and tuples - Intro to compound data types in Python

Higher Ed
An in-depth look at the execution context (with global and function frames) of python programs, along with the differences between mutable and immutable data types passed in as parameters This clip is from the chapter "Python in-depth"...
Instructional Video5:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring Git Objects with the git cat-file Command

Higher Ed
This video explores some Git objects with the git cat-file command. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class

Higher Ed
In this video, we will learn about create a method in a Java class. This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...
Instructional Video7:12
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Recursively List and Filter All Files and Folders in Directory

Higher Ed
In this session, we will learn about recursively list and filter all files and folders in directory. This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video2:13
The Business Professor

What is Property

Higher Ed
This Video Explains: What is Property
Instructional Video5:22
Curated Video

Beginning Python (Video 8)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video4:19
Curated Video

Import external packages or libraries : Installing 3rd Party Packages

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 Python has one of the largest 3rd party ecosystems in the world. If you need something...
Instructional Video16:06
3D Print General

Repairing a Gunked Up Hotend

Higher Ed
Well this took a lot longer to fix than I was hoping for. In this video I attempt to repair the annoying overly gunked up hotend. If your gunked up hotend is not as bad as mine, you may just be able to heat it up to extrusion...
Instructional Video13:23
Programming Electronics Academy

Interrupt Cautions: Arduino Course 9.5

Higher Ed
A highlight of things to consider when using interrupt service routines.
Instructional Video11:20
Python Programmer

EDA Python - 09-2for_Loops

Higher Ed
More on loops. This time we look at for loops.
Instructional Video6:41
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler using Binary Search Trees - Introduction

Higher Ed
Go through implementation steps from concluded project This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null