Curated Video
Python 3 for Beginners: String Formatting and Input Methods
In this educational video, you will learn how to use the format method in Python to efficiently format strings. The video covers the use of placeholders and format fields, and shows how to pass values to those fields using the format...
Curated Video
Beginning Python (Video 21)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
Next.js from Development to Deployment - Create Is Owner Policy for Events
This video helps create Is Owner Policy for events. This clip is from the chapter "Authorization and Access" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the authorization...
Curated Video
Excel VBA Programming The Complete Guide - The Range.TextToColumns Method
The Range.TextToColumns method splits a string based on a delimiter, a special symbol. In this lesson, we use this feature to separate several strings, applying a variety of delimiters (commas, spaces, even custom vertical pipes) along...
Curated Video
KS2 Primary Maths Age 9-13 - Calculations: Adding Decimals - Explained
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
IDG TECHtalk
Python 3.10's new features: Better error reporting
Python 3.10 makes use of the new parser introduced in Python 3.9 to deliver more detailed, informative, and accurate error messages for your code. See some examples in this video of how the new error messages make developing in Python...
Curated Video
Scientific Notation to Standard Notation
In this short video we will answer a standardized test question by rewriting a value in scientific notation to standard form.
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Box Shadows
More CSS Concepts - Advanced Selectors, Animation & More: Box Shadows This clip is from the chapter "More CSS Concepts - Advanced Selectors, Animation & More" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - What is JSON
In this video, we'll cover what is JSON. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn about JSON, JSON...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Solution Create JSON
In this video, we'll cover solution create JSON. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn about...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Numbers
One. Two. Three. Numbers have been a part of our lives since we were kids. Numbers are actually very important in programming (and in Python) these days. This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Curated Video
Non-Defining Relative Clauses - English Grammar Explained
What are non-defining relative clauses? In this lesson, the English grammar is explained along with examples.
Curated Video
Writing Complex Sentences with Subordinating Conjunctions
In this video, the teacher explains the concept of complex sentences and how they can be used to clarify the relationship between ideas in writing. The teacher provides examples and guidance on using subordinating conjunctions to create...
Curated Video
REST APIs with Flask and Python - Lists, Tuples, and Sets
This video explains three essential data structures in Python: lists, tuples, and sets. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that...
IDG TECHtalk
How to extract substrings: 2-Minute Linux Tips
In this Linux tip, learn several ways to extract substrings on Linux.
Curated Video
Python 3 for Beginners: Python Functions - The Dry Concept
In this educational video, we dive into the concept of Dry programming, which stands for don't repeat yourself. We explore how functions can be used in Python to reduce code repetition and increase program efficiency. You'll learn how to...
Curated Video
Vim Masterclass - Exercise Two - Essential Navigation Commands - Walkthrough
This video demonstrates how to navigate inside a file using the Vi or Vim editor. This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
Curated Video
Learning Splunk - Advanced Searching Concepts: Rename – Making Table Headers More Accessible
Understanding the rename command to make tables more presentable and user-friendly. • Learn when to use the rename command • Learn how to use quotes in the search interface to achieve the correct results • Create a table and modify the...
Curated Video
Intro To Python Programming - Python Dictionaries
Dictionaries are a more complex data type that allows you to store key, value sets. You'll learn how to create and manipulate Tuples in this video.
Curated Video
Complete Modern C++ - Variadic Templates - Part II (C++11)
In this video, we will take a deep dive into the internals of how variadic templates work. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - User Lock Unlock JS
In this video, we'll look at user lock unlock JS. This clip is from the chapter "User Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at user management.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Tuple Unpacking
We will look at unpacking the values or elements of a tuple. This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on various operators available in...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Input and Put Functions
If you want to convert your character variable to a numeric one (so you can do an analysis on that variable), you have to use the INPUT function. If you want to change a numeric variable to a character one, you have to use the PUT...