Instructional Video4:12
TED-Ed

TED-Ed: Mining literature for deeper meanings - Amy E. Harter

Pre-K - Higher Ed
Writing a great English paper can be tough because literature doesn't always reveal its deeper meanings immediately. You might not know Mr. Darcy's true feelings for Elizabeth Bennett in Jane Austen's Pride and Prejudice or grasp the...
Instructional Video7:59
SciShow

Cryptography: The Science of Making and Breaking Codes

12th - Higher Ed
There are lots of different ways to encrypt a message, from early, simple ciphers to the famous Enigma machine. But it’s tough to make a code truly unbreakable.
Instructional Video4:00
SciShow

Pliny The Elder: Great Minds

12th - Higher Ed
Before there was Google, there were encyclopedias. The very idea of these vast collections of knowledge can be credited to Pliny The Elder. So who was he, and why does he seem to pop up everywhere from Alchemy to Zoology? Hank has the...
Instructional Video9:24
Bozeman Science

Practice 8 - Obtaining, Evaluating and Communicating Information

12th - Higher Ed
Scientists and Engineers spend over half of their working day reading, evaluating and producing text. Therefore it is important that we produce students that have a high level of scientific literacy. Students normally struggle with...
Instructional Video16:34
TED Talks

John Maeda: How art, technology and design inform creative leaders

12th - Higher Ed
John Maeda, former President of the Rhode Island School of Design, delivers a funny and charming talk that spans a lifetime of work in art, design and technology, concluding with a picture of creative leadership in the future. Watch for...
Instructional Video4:31
TED-Ed

TED-ED: The science behind the myth: Homer's "Odyssey" - Matt Kaplan

Pre-K - Higher Ed
Homer's "Odyssey" recounts the adventures of the Greek hero Odysseus during his journey home from the Trojan War. Though some parts may be based on real events, the encounters with monsters, giants and magicians are considered to be...
Instructional Video10:54
Crash Course

Screens & 2D Graphics: Crash Course Computer Science

12th - Higher Ed
Today we begin our discussion of computer graphics. So we ended last episode with the proliferation of command line (or text) interfaces, which sometimes used screens, but typically electronic typewriters or teletypes onto paper. But by...
Instructional Video17:29
TED Talks

Photographs of secret sites - Taryn Simon

12th - Higher Ed
* Viewer discretion advised. This video includes discussion of mature topics and may be inappropriate for some audiences. Taryn Simon exhibits her startling take on photography -- to reveal worlds and people we would never see otherwise....
Instructional Video4:51
TED-Ed

TED-ED: Everything you need to know to read Homer's "Odyssey" - Jill Dash

Pre-K - Higher Ed
An encounter with a man-eating giant. A sorceress who turns men into pigs. A long-lost king taking back his throne. On their own, any of these make great stories. But each is just one episode in the "Odyssey," a 12,000-line poem spanning...
Instructional Video8:27
PBS

Is Community a Postmodern Masterpiece?

12th - Higher Ed
Though the TV show Community has never achieved huge ratings, it has a passionate cult following, including us here at Idea Channel. The show plays with genre and narrative in such a creative way that it brings to mind the cultural and...
Instructional Video9:31
Crash Course

Reading Assignments: Crash Course Study Skills

12th - Higher Ed
Leaving the bookstore at the beginning of the semester you're probably wondering how the heck you're going to get through all of that reading. Today we're explaining how much of that reading you really need to do and the best strategies...
Instructional Video3:05
TED-Ed

TED-Ed: Situational irony: The opposite of what you think - Christopher Warner

Pre-K - Higher Ed
Leaps and bounds separate that which is ironic and that which many people simply say is ironic. Christopher Warner wants to set the record straight: Something is ironic if and only if it is the exact opposite of what you would expect.
Instructional Video6:10
Curated Video

Git and GitHub Masterclass - Fast track your Journey to Git! - Performing Rebase in VS Code and Handling conflicts

Higher Ed
New ReviewThis video explains how to perform rebase in VS code and handle conflicts.
Instructional Video5:12
Curated Video

Basics of Chatbots with Machine Learning & Python - Getting the Data

Higher Ed
New ReviewIn this video, we will look at using the request library to seek out the webpage from which we want the information. In our case, we have chosen the webpage of artificial intelligence.
Instructional Video9:25
Curated Video

Basics of Chatbots with Machine Learning & Python - Remove Tags and Lemmatize

Higher Ed
New ReviewIn this video, we will look at removing tags or symbols that we do not want to use in our word token development process. We will then lemmatize the word token using the tag map lemmatizer.
Instructional Video4:13
Curated Video

Basics of Chatbots with Machine Learning & Python - Architecture of ML Chatbots

Higher Ed
New ReviewHere, we will focus on and simplify the machine-learning architecture of chatbots with the help of an example. We will understand the NLTK library and its role in developing chatbots.
Instructional Video2:39
Curated Video

Basics of Chatbots with Machine Learning & Python - Elimination

Higher Ed
New ReviewAfter collecting all the data, you will learn to eliminate the text that we do not want to use in the chatbot project through an elimination process.
Instructional Video5:38
Curated Video

Git and GitHub Masterclass - Fast track your Journey to Git! - Using Stashing and Hard reset

Higher Ed
New ReviewThis video explains how to use stashing and hard reset.
Instructional Video4:29
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Writing and Appending Files with the File System Module

Higher Ed
New ReviewIn this video, we will look at how to write and append files using Node.js and the FS module. We will be explaining the basics of file writing and appending and the different scenarios in which these operations are necessary.
Instructional Video6:35
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Reading Files with Node.js

Higher Ed
New ReviewIn this video, we see how to read files using Node.js and the FS module. We start by explaining the importance of reading files in web development and the different scenarios in which reading files is necessary. Then, we demonstrate how...
Instructional Video7:52
Curated Video

The Complete Bootstrap Beginners Course with 100+ examples - Bootstrap Navbar

Higher Ed
New ReviewThis video demonstrates the creation of a navigation bar, which is generally a navigation header at the top of the page.
Instructional Video14:16
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - Linux File Editor (vi)

Higher Ed
New ReviewMaster the vi editor, a powerful text editor in the Linux environment, essential for file editing and script writing.
Instructional Video11:18
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - Standard Output to a File (tee command)

Higher Ed
New ReviewUse the tee command to direct standard output to both the terminal and a file, enhancing command output flexibility.
Instructional Video12:23
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - Adding Text to Files

Higher Ed
New ReviewLearn simple methods for adding text to files, a fundamental task for file creation and editing in Linux.