Instructional Video6:57
Curated Video

Predictive Analytics with TensorFlow 1.3: Installing Python in Windows

Higher Ed
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.<br/>
• Ins<br/>tall python
• See<br/> the python data types
Instructional Video3:10
TLDR News

11 Weird Facts About The House of Commons.

12th - Higher Ed
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)<br/>
Instructional Video8:26
Curated Video

Use variables to store data : Variables in Python

Higher Ed
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.<b<br/>r/>

A Full Python Refresher: Variables in Python
Instructional Video12:19
Curated Video

Fix the errors in a computer program or algorithm : Catching Exceptions

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<b<br/>r/>

When you get an error, you need to "handle" it so your code doesn't crash.
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Varying State

Higher Ed
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.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design...
Instructional Video3:45
Curated Video

Learn and Master C Programming - More on Block Scope in C

Higher Ed
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.
r/>
This clip is from the chapter "Fundamentals and Basics" of the series "Learn...
Instructional Video15:50
Curated Video

Implement a computer program using a classic algorithm : A look at the recursive divide function

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation.<b<br/>r/>

A look at the divide/split function which introduces recursion
Instructional Video3:07
Curated Video

Develop a computer program to solve a problem using control structures : For Loops II

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this.<b<br/>r/>

Python Crash Course: For Loops II
Instructional Video8:45
Curated Video

Learn and Master C Programming - using #define to define macros and avoiding macro pitfalls

Higher Ed
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.
r/>
This clip is...
Instructional Video1:44
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Printing out Memory Addresses for Pointers

Higher Ed
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.
r/>
This clip is from the chapter...
Instructional Video2:25
Curated Video

Learn and Master C Programming - Introduction & Section Overview

Higher Ed
Overview of the section and a quick review of memory, variables and the introduction of & operator.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video15:50
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hashmaps and O(1) search complexity

Higher Ed
Build methods in the custom linked list class and homework assignment
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video17:21
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Add read functionality and utilize special and static methods

Higher Ed
Wrap up our look at strings with some functions and methods available to string objects. Also investigate import statements and how they work
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3:...
Instructional Video6:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hash project 4: Build search method

Higher Ed
In-depth look at in-order traversal and how it results in a sorted representation of the nodes of a BST
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based...
Instructional Video8:10
Curated Video

Bash Shell Scripting- How to define a variable, display a variable, and execute multiple statements

Higher Ed
This video shows how to define a variable, display a variable, and execute multiple statements.
r/>
This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers...
Instructional Video22:50
Programming Electronics Academy

Understanding an Arduino Library :: Video #2 :: Arduino Library Series

Higher Ed
This tutorial walks through how to understand an Arduino library.