Curated Video
Test a computer program or algorithm : Built-in Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the built-in errors in Python.
Curated Video
Talking Like Characters: How Good Readers Bring Dialogue to Life
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...
Curated Video
Fluently Reading Dialogue: Recognizing Different Writing Styles
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,...
Oxford Comma
High School Favorite: Not Waving But Drowning
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...
APMonitor
Java ☕ Printing
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...
Curated Video
Fluently Reading Dialogue: Matching Dialogue to Characters
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...
Curated Video
Learn and Master C Programming - Working With Strings - Reviewing Strings in C/C++
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...
Curated Video
Understanding Dialogue in Text
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...
APMonitor
Java ☕ Course Introduction
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...
Curated Video
Use variables to store data : Variables in Python
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
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Aggregating Statistics
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.
Curated Video
Learn and Master C Programming - Forward Declarations in C/C++
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...
Curated Video
Learn and Master C Programming - How to use Basic C Types with prtinf format specifiers
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...
Schooling Online
Perfecting Poetry: Rosemary Dobson - The Conversation
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...
IDG TECHtalk
How to merge in R
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.
Curated Video
Learn and Master C Programming - Character Arrays versus Strings
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...
Curated Video
How to Disable Smart Quotes in Microsoft Word and Fix Formatting Issues
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...
Curated Video
Learn Git in 3 Hours- Installing and Configuring Git
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...
Curated Video
Learn and Master C Programming - #include': Angle Brackets (<>) versus Double Quotes ("")
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...
Curated Video
Advanced Swift 2 Application Development (Video 5)
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...
IDG TECHtalk
R tip: Quick lookup tables with named vectors
Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Curated Video
Turning Off Smart Quotes in Microsoft Word
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...
Curated Video
Python 3 for Beginners: Numeric Operations and Math Calculations
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,...
IDG TECHtalk
How to never look up tidyr pivot_wider and pivot_longer again
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...