Instructional Video17:58
Curated Video

Test a computer program or algorithm : Built-in Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the built-in errors in Python.
Instructional Video4:37
Curated Video

Talking Like Characters: How Good Readers Bring Dialogue to Life

K - 5th
In this video, the teacher explains to students how good readers can talk like the characters in a story by using their knowledge about the character. The teacher demonstrates this by reading dialogue from a book and identifying the...
Instructional Video3:51
Curated Video

Fluently Reading Dialogue: Recognizing Different Writing Styles

K - 5th
In this video, the teacher explains how to read dialogue fluently by recognizing the different ways it is written. The teacher emphasizes the importance of not reading the verb and character in the same way as the dialogue, and instead,...
Instructional Video6:38
Oxford Comma

High School Favorite: Not Waving But Drowning

9th - 12th
As my school's senior English teacher I feel a personal, self inflicted pressure to convince my students that poetry has relevance and value in their lives. I want them to see that by reading and writing poetry they can share a part of...
Instructional Video12:58
APMonitor

Java ☕ Printing

10th - Higher Ed
In the early days of computers, users didn't interact with the computer through a screen, as we do now. Instead, the computer would output information with a physical printer with paper. Nowadays, we don't need to print to a physical...
Instructional Video5:03
Curated Video

Fluently Reading Dialogue: Matching Dialogue to Characters

K - 5th
In this video, the teacher explains how to read dialogue fluently by matching the dialogue to the characters. They provide a step-by-step process, including highlighting character names and dialogue, thinking about each character's...
Instructional Video3:19
Curated Video

Learn and Master C Programming - Working With Strings - Reviewing Strings in C/C++

Higher Ed
We will kick off this section by a quick review of strings in C/C++. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings and string function...
Instructional Video4:06
Curated Video

Understanding Dialogue in Text

K - 5th
This video is a lesson on how to read dialogue in a text. It explains the different ways dialogue can be written, such as with the speaker's name before or after the dialogue, or with no indication of the speaker at all. The teacher...
Instructional Video9:47
APMonitor

Java ☕ Course Introduction

10th - Higher Ed
The course is designed to start from no programming experience and guide a self-paced learner through the basics of Python. The 12 modules are run from Eclipse or another Java Integrated Development Environment (IDE). The tutorials start...
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. A Full Python Refresher: Variables in Python
Instructional Video23:09
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Aggregating Statistics

Higher Ed
This video explains aggregating statistics. This clip is from the chapter "Exploratory Data Analysis" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains exploratory data analysis.
Instructional Video8:34
Curated Video

Learn and Master C Programming - Forward Declarations in C/C++

Higher Ed
We will look at when and why we need to use forward declaration and then learn how to split our code into multiple files. This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series "Learn and Master...
Instructional Video9:18
Curated Video

Learn and Master C Programming - How to use Basic C Types with prtinf format specifiers

Higher Ed
We will learn how to display all basic types using prtinf function. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look...
Instructional Video17:26
Schooling Online

Perfecting Poetry: Rosemary Dobson - The Conversation

3rd - Higher Ed
Discover how Dobson uses a childhood memory of meeting an old man to explore human connections. An old man and a child gaze out over the landscape. A morning mist has spread out over the hills. The two individuals never talk – they...
Instructional Video12:31
IDG TECHtalk

How to merge in R

Higher Ed
See how to merge data in R three different ways: with base R’s merge function, dplyr’s family of join functions, and the data.table package.
Instructional Video6:54
Curated Video

Learn and Master C Programming - Character Arrays versus Strings

Higher Ed
We will learn the main difference between declaring and using character arrays versus strings in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Instructional Video7:00
Curated Video

How to Disable Smart Quotes in Microsoft Word and Fix Formatting Issues

Pre-K - Higher Ed
The video provides a step-by-step guide on how to disable smart quotes in Microsoft Word to avoid formatting issues when transferring documents to different platforms. It explains the problems caused by smart quotes and demonstrates how...
Instructional Video4:10
Curated Video

Learn Git in 3 Hours- Installing and Configuring Git

Higher Ed
Learn how to install Git on your machine, be it OS X or Windows. • Download the installer for your operating system • Run the installer • Configure Git on your machine This clip is from the chapter "Version Control and the Terminal" of...
Instructional Video7:04
Curated Video

Learn and Master C Programming - #include': Angle Brackets (<>) versus Double Quotes ("")

Higher Ed
In C, the angle brackets ask the C preprocessor to look for a header file in a directory other than the current one. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute...
Instructional Video4:19
Curated Video

Advanced Swift 2 Application Development (Video 5)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video4:08
IDG TECHtalk

R tip: Quick lookup tables with named vectors

Higher Ed
Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Instructional Video3:06
Curated Video

Turning Off Smart Quotes in Microsoft Word

Pre-K - Higher Ed
This video provides a tutorial on how to disable smart quotes in Microsoft Word to ensure that speech marks and apostrophes display correctly when copied into HTML for web pages. By adjusting the autocorrect options in Word, users can...
Instructional Video4:48
Curated Video

Python 3 for Beginners: Numeric Operations and Math Calculations

Higher Ed
In this Python programming lesson, we learn about numbers and how they are used in Python. The lesson covers integers and floating-point numbers, their data types, and how to perform numerical operations such as addition, subtraction,...
Instructional Video7:43
IDG TECHtalk

How to never look up tidyr pivot_wider and pivot_longer again

Higher Ed
Tidyr is a handy R package for reshaping data, but it can be hard to remember exactly how pivot_wider and pivot_longer work. Thanks to RStudio code snippets, you can write a snippet once and then always have a fill-in-the-blank code...