Instructional Video5:09
Curated Video

PEP8 Guidelines Python Clean Coding - Print Objects and Data Types

Higher Ed
This video explains how to print objects and data types in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Instructional Video7:19
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Comparison in Python

Higher Ed
In this video, we will cover comparison in Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video7:35
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Registering a user via GraphQL

Higher Ed
Authentication and Authorisation in GraphQL: Registering a user via GraphQL This clip is from the chapter "Authentication and Authorisation in GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is about...
Instructional Video7:52
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Variables - Data Types

Higher Ed
This video explains about variables - data types. This clip is from the chapter "Programming with Python3 – Variables and Functions" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming...
Instructional Video4:07
Curated Video

Python In Practice - 15 Projects to Master Python - all( )

Higher Ed
This video explains the all( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video6:39
Curated Video

The Complete Python Course - Literals

Higher Ed
Learn what Python literals are and their types with examples: string literals, numeric literals, and Boolean literals. This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This section focuses...
Instructional Video5:47
Curated Video

Machine Learning Random Forest with Python from Scratch - Simple Functions

Higher Ed
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Instructional Video5:57
Curated Video

Machine Learning Random Forest with Python from Scratch - Boolean and Value Returning Function

Higher Ed
In this video, we will discuss a function that returns values as true or false, also called the Boolean function. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video10:43
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Promises in JavaScript

Higher Ed
This video explains Promises in JavaScript. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Instructional Video7:17
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Object Prototype in JavaScript

Higher Ed
This video explains the object prototype in JavaScript. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Instructional Video11:02
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Combining Comparisons in Python

Higher Ed
In this video, we will cover combining comparisons in Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video3:21
Practical Ninjas

How are negative numbers represented in Binary? | The Signed bit. | DE.03

12th - Higher Ed
Digital Electronics 03. ----------------------------------- Negative numbers use a signed bit for representation. Watch this video, to learn more about it, and know about the one's and two's complement form.
Instructional Video7:34
Programming Electronics Academy

Understanding Boolean Data Types and Using the Boolean NOT (!) operator to Switch Arduino Pin States

Higher Ed
Understanding Boolean Data Types and Using the Boolean NOT (!) operator to Switch Arduino Pin States
Instructional Video6:40
Practical Ninjas

De Morgan’s Theorem | Understand circuit simplification | Boolean algebra basics

12th - Higher Ed
In this video, we will see how to optimize the digital circuits using Boolean Algebra. The famous De Morgan's theorem is explained using examples. The De Morgan's theorem is used widely for solving digital equations and simplifying them....
Instructional Video3:52
Python Programmer

EDA Python - 08-3_booleans

Higher Ed
Booleans are fundamental to decision making in computer programming. We cover them in this video.
News Clip1:44
AFP News Agency

CLEAN : Surgery for Bangladeshs Tree Man to remove warts

9th - Higher Ed
A Bangladeshi father dubbed the Tree Man due to the massive bark like warts on his hands and feet will finally have surgery to remove the growths that first began appearing 10 years ago
News Clip2:55
Bloomberg

Cowen CEO Solomon Says He's a 'Fed Purist'

Higher Ed
Aug.21 -- Jeff Solomon, Cowen Inc. chief executive officer, discusses President Donald Trump's influence on Federal Reserve policy and the outlook for a U.S. recession with Bloomberg's Lisa Abramowicz and Scarlet Fu on "Bloomberg Markets."
Instructional Video
Crash Course

Crash Course Computer Science #3: Boolean Logic & Logic Gates

9th - 10th
This video focuse on Boolean Logic and Logic Gates. Today, Carrie Anne is going to take a look at how those transistors we talked about last episode can be used to perform complex actions. With the just two states, on and off, the flow...
Instructional Video
Crash Course

Crash Course Computer Science #5: How Computers Calculate the Alu

9th - 10th
This video [11:09] focuses on how computers calculate -- the ALU. Today we're going to talk about a fundamental part of all modern computers. The thing that basically everything else uses - the Arithmetic and Logic Unit (or the ALU). The...
Instructional Video
Curated Video

Saurabhschool: Programming Interviews Graph Coloring (Backtracking)

11th - 12th
This video lecture expains how to propose an algorithm to color a given graph G(V,E) using minimum number of colors. [12:50]