Curated Video
Java 11 Programming for Beginners 1.4: Running Hello World
This video guides you to use the basic setup from Video 1 and Video 2 to create your first simple Java program. • Write the Hello World Code • Run Hello World in the IDE • Run Hello World from the command line
Curated Video
Predictive Analytics with TensorFlow 1.3: Installing Python in Windows
This video will first explain the installing and getting started with python. We will then see python data types, strings, lists, tuples, dictionary, sets and functions. • Install python • See the python data types
TLDR News
11 Weird Facts About The House of Commons.
The British Parliament has a lot of weird things about it. We run through eleven weird facts about the House of Commons which you didn't already know (hopefully, I don't actually know what you know)
Curated Video
Use variables to store data : Variables in Python
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Variables in Python
Curated Video
Fix the errors in a computer program or algorithm : Catching Exceptions
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python When you get an error, you need to "handle" it so your code doesn't crash.
Curated Video
Creational Design Patterns in Modern C++ - Varying State
This video demonstrates how to remove the extra car and bus classes and simulate objects of other classes by varying the state of a few objects. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
Curated Video
Learn and Master C Programming - More on Block Scope in C
We will look at an important tip to help you avoid running into compilation issues with some C compilers when declaring and using local variables. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C...
Curated Video
Implement a computer program using a classic algorithm : A look at the recursive divide function
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. A look at the divide/split function which introduces recursion
Curated Video
Develop a computer program to solve a problem using control structures : For Loops II
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops II
Curated Video
Learn and Master C Programming - using #define to define macros and avoiding macro pitfalls
We will learn how to define macros using #define and ways to detect and avoid macro pitfalls by using the command-line options to view the output of our source files after removing all preprocessor directives. This clip is from the...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Printing out Memory Addresses for Pointers
We will modify our sample from previous lecture to display memory addresses to inspect them and verify pointer arithmetic is indeed translating increments/decrements based on data type. This clip is from the chapter "Pointers" of the...
Curated Video
Learn and Master C Programming - Introduction & Section Overview
Overview of the section and a quick review of memory, variables and the introduction of & operator. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Hashmaps and O(1) search complexity
Build methods in the custom linked list class and homework assignment This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Add read functionality and utilize special and static methods
Wrap up our look at strings with some functions and methods available to string objects. Also investigate import statements and how they work This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Hash project 4: Build search method
In-depth look at in-order traversal and how it results in a sorted representation of the nodes of a BST This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python,...
Curated Video
Bash Shell Scripting- How to define a variable, display a variable, and execute multiple statements
This video shows how to define a variable, display a variable, and execute multiple statements. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command...
Programming Electronics Academy
Understanding an Arduino Library :: Video #2 :: Arduino Library Series
This tutorial walks through how to understand an Arduino library.
Programming Electronics Academy
sprintf() with Arduino
If so, you’re in the right place. In this lesson you’ll learn exactly how to use sprintf(). JUST USING SERIAL.PRINT() Let’s say you want to print this line of text to the serial monitor: “The 3 burritos are 147.7 degrees F” Where the...
Packt
Printing in Color
Node.js Module System (Notes App): Printing in Color This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about Node.js...
Packt
Importance of log4j Extensible Markup Language (XML) File
This video explains the importance of log4j xml file. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explains the...
Packt
How to Write Global Parameters with Java Code
This video explains how to write global parameters with Java code. This clip is from the chapter "Framework Part 2 - Global Environment Variables Setup and Reusable Components" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Complete Python Scripting for Automation - Usage of special characters with print statement
Basics of print, indentation, comments and special characters: Usage of special characters with print statement This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python...
Curated Video
Complete Python Scripting for Automation - Functions with variable keyword arguments
Functions: Functions with variable keyword arguments This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions,...
Curated Video
Complete Python Scripting for Automation - Read only header of a csv file and Finding the no of rows in a csv file
Working with csv: Read only header of a csv file and Finding the no of rows in a csv file This clip is from the chapter "Working with csv" of the series "Complete Python Scripting for Automation".In this section, the author introduces...