Curated Video
C++ Developer - Project - A Pizza Class
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.
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
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...
Curated Video
Complete Modern C++ - Basic Input/Output
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...
Curated Video
C++ 20 (2a) New Features - Rationale for Ranges
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...
Let's Tute
Printing Specific Ranges in Microsoft Excel
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Importance of File Handler in Logging Tests
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...
Curated Video
Learning Python Web Penetration Testing (Video 15)
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...
Curated Video
Beginning Python (Video 22)
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...
3D Print General
Get Cleaner Top Surfaces with 1 Click - Cura 4.11
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.
Curated Video
Django3- If Statements and Comments
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.
Packt
Date Class Concepts
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.
APMonitor
Python 🐍 Lists and Tuples
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler implementation tips and notes
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lists, dicts, sets and tuples - Intro to compound data types in Python
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"...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring Git Objects with the git cat-file Command
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Recursively List and Filter All Files and Folders in Directory
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,...
Curated Video
Beginning Python (Video 8)
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...
Curated Video
Import external packages or libraries : Installing 3rd Party Packages
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...
3D Print General
Repairing a Gunked Up Hotend
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...
Programming Electronics Academy
Interrupt Cautions: Arduino Course 9.5
A highlight of things to consider when using interrupt service routines.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler using Binary Search Trees - Introduction
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