Fun Robotics
Project ResNet 50
Using Pre-trained models in a new project to Classify different images
Curated Video
Complete Python Scripting for Automation - Constructor of a class
OOPS for Real Time: Constructor of a class This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of a...
Curated Video
Complete Python Scripting for Automation - compile operation (Execute all re operations on compile object)
Regular expression with re module: compile operation (Execute all re operations on compile object) This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this...
IDG TECHtalk
Run Python in R code
While R is a useful language, Python is also great for data science and general-purpose computing. See how to run Python code within an R script and pass data between Python and R using the reticulate package. Leave a comment and let us...
APMonitor
Matlab π©βπ» Array and Matrix
Arrays are a way of storing a sequence of numbers or letters by using brackets [ ] or by declaring a 'string'. You could use an array for an incubator to keep information on such as a history of the temperatures. # array of numbers...
Curated Video
High Performance Scientific Computing with C 1.5: Linear Equations and Matrix Methods
How can we invert a matrix? How fast can we do it? β’ Learn why matrix inversion is useful β’ See how to invert a matrix numerically β’ Learn how expensive matrix inversion is
The Art Assignment
Better Know the Great Wave | The Art Assignment | PBS Digital Studios
It's an omnipresent image that has inspired music, tattoos, and even an emoji on your phone. But Hokusai's Great Wave is a woodblock print that was made to be reproduced. What's its story? Let's better know the Great Wave.
Brainwaves Video Anthology
Pam Moran - Transforming Libraries
Dr. Pamela Moran has served as the Superintendent of Albemarle County Public Schools since January 2006. She oversees a division with an annual operating budget of $160 million, with more than 1,200 teachers educating over 13,600...
Curated Video
Implement different search algorithms : BST - Deleting leaf nodes
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Delete scenario one - deleting nodes with no children (leaf nodes)
Curated Video
Complete Python Scripting for Automation - Simple Python Script without and with oops concepts
OOPS for Real Time: Simple Python Script without and with oops concepts This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object...
Limonero Films
Fujifilm: From Film to Digital
This video details the journey of Fujifilm from dominating the photo film market to pioneering digital cameras, facing the disruptive force of the digital age, and ultimately navigating the challenges posed by the rise of smartphones in...
3D Print General
Diagnosing and Fixing an Unknown 3D Printing Failure
I'm back after a month hiatus attempting to fix a layer skipping failure that kept occurring. Watch as I go over the methods I use to attempt to diagnose and fix this problem of layer skipping on my machine.
Science360
Local 3D printing hubs bring manufacturing back to U.S. Smart America Expo
Imaginestics is a start-up out of West Lafayette, Indiana, founded by Nainesh Rathod. At the Smart America Expo, Rathod was part of a team that demonstrated the potential impact of "Smart Shape Technology" on 3D printing and local...
Science360
DigiMorph: Bringing Fossils to Life - Science Nation
High tech x-ray scanning equipment has opened up a whole new world to scientists studying delicate specimens such as fossils, skeletons and ancient manuscripts. It's called "high resolution X-ray computed tomography," and it essentially...
Programming Electronics Academy
What is Serial.begin(9600)?
WHAT IS SERIAL.BEGIN(9600)? Are you wondering what Serial.begin(9600) does? Youβve probably seen it in most of the Arduino programs youβve looked at β but whatβs it there for?! Do you even need to use Serial.begin()? What if you change...
Programming Electronics Academy
Writing to Console with Arduino
You will learn exactly how to print and write text to the Arduino console Spoiler Alert β you may have been looking for love in all the wrong places β itβs not actually the console! Youβll write to the Serial Monitor. You will learn the...
Curated Video
Call a function : Demo - String Operations
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: Demo -...
Curated Video
Complete Python Scripting for Automation - simple hello world script
Basics of print, indentation, comments and special characters: simple hello world script This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for...
Curated Video
Complete Python Scripting for Automation - Exception Handling for known Exceptions
Exception Handling: Exception Handling for known Exceptions This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined...
Curated Video
C++ Developer - The Array Class
This video explains the array class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Curated Video
Evaluate two sorting or two search algorithms : Selection sort implementation
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms β sort, performance, complexity and big O notation. Implement the selection sort algorithm step by step
Curated Video
Complete Python Scripting for Automation - Simple Functions with arguments
Functions: Simple Functions with 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, Calling a...
Curated Video
Complete Python Scripting for Automation - Loops | Working with for loop
Loops - for and while loops with break, continue and pass: Loops | Working with for loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q2 Get the City that Sold the Most Products
In this session, we will discuss the second question of the challenge and get the city that sold the most products. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and...