Instructional Video30:24
SciShow

This Is Your Brain on Language | Compilation

12th - Higher Ed
You have a lot of choices if you’re looking to learn a new language, from Spanish to coding, or even whistling! And there are some broad similarities and patterns in the ways our brains process these different forms of communication.
Instructional Video9:29
Crash Course

Data Structures: Crash Course Computer Science

12th - Higher Ed
Today we’re going to talk about on how we organize the data we use on our devices. You might remember last episode we walked through some sorting algorithms, but skipped over how the information actually got there in the first place! And...
Instructional Video11:19
Crash Course

Programming Basics: Statements & Functions: Crash Course Computer Science

12th - Higher Ed
Today, Carrie Anne is going to start our overview of the fundamental building blocks of programming languages. We’ll start by creating small programs for our very own video game to show how statements and functions work. We aren’t going...
Instructional Video8:49
Crash Course

Early Programming: Crash Course Computer Science

12th - Higher Ed
Since Joseph Marie Jacquard’s textile loom in 1801, there has been a demonstrated need to give our machines instructions. In the last few episodes, our instructions were already in our computer’s memory, but we need to talk about how...
Instructional Video10:31
Crash Course

The First Programming Languages: Crash Course Computer Science

12th - Higher Ed
So we ended last episode with programming at the hardware level with things like plugboards and huge panels of switches, but what was really needed was a more versatile way to program computers - software! For much of this series we’ve...
Instructional Video4:56
SciShow

Is Coding a Math Skill or a Language Skill? Neither? Both?

12th - Higher Ed
There are aspects of computer code that look like language and some that seem more like algebra, and since we may be headed for a future where many people will need to learn to code, researchers are interested in figuring out how exactly...
Instructional Video22:10
Curated Video

What is a Dedicated Server - Dylan Porter

Higher Ed
Join Dylan Porter in this informative video as he explains the concept of a dedicated server and its significance in web hosting. Understand how a dedicated server offers exclusive resources and enhanced performance for websites or...
Instructional Video7:42
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Naming Convention

Higher Ed
In this video, you will learn about naming conventions in Python classes and objects. You will understand the importance of following naming conventions for better code readability and maintainability. This video will cover the commonly...
Instructional Video7:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is JavaScript?

Higher Ed
In this video, we will cover the basics of JavaScript. We will discuss what is JavaScript used for and understand why we should learn JavaScript. This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from...
Instructional Video2:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Markup Languages

Higher Ed
This video explains the markup language system for annotating a document in a way that is visually distinguishable from the content. Examples include HTML and XML. This clip is from the chapter "Programming Languages" of the series "Web...
Instructional Video3:53
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Course Tools

Higher Ed
In this video, you will be introduced to the essential tools needed for this course. This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section to the course.
Instructional Video10:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to the console with Java.
Instructional Video8:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Expression – Puzzles

Higher Ed
In this video, you will be presented with Java expression puzzles to solve and enhance your understanding of expressions.
Instructional Video6:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 26 - Java Conditionals and If Statement – Puzzles

Higher Ed
This video talks about Java conditionals and if statement – puzzles.
Instructional Video12:12
Curated Video

Deep Learning - Crash Course 2023 - Python Basics - Data Types

Higher Ed
In this video, you will learn about variables, comments in Python, basic data types, Boolean, strings, and Python containers. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course...
Instructional Video4:13
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Downloading Node.js

Higher Ed
This video helps you with downloading and installing Node.js and NPM.
Instructional Video6:18
Curated Video

Things I Wish I Knew When I Was Learning to Code

Higher Ed
Things I Wish I Knew When I Was Learning to Code
Instructional Video6:53
Curated Video

DeepMind's AlphaCode - Better Than OpenAI Codex?

Higher Ed
DeepMind's AlphaCode - Better Than OpenAI Codex?
Instructional Video34:33
Curated Video

Learn ASP.NET MVC and Entity Framework (Database First) - Implementing jQuery UI Autocomplete

Higher Ed
This video explains how to implement jQuery UI Autocomplete. This clip is from the chapter "Using jQuery and Ajax" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to use jQuery...
Instructional Video6:10
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Storing Data in Variables

Higher Ed
In this video, you'll learn how to store data in variables. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with coding in...
Instructional Video14:04
Curated Video

Introduction to IT and Cybersecurity: Application Development Techniques

Higher Ed
Part 8/16 of Introduction to IT and Cybersecurity series : This video discusses application development techniques for end users and programmers. It explains the concept of end user development, which is where people who are not...
Instructional Video6:53
Curated Video

Objective C vs SWIFT Programming Languages

Higher Ed
In this video, we will be discussing the differences between Objective C and SWIFT programming languages. Both languages are used for developing iOS and macOS applications, but they have distinct features and syntax. We will explore the...
Instructional Video39:03
Curated Video

Data Science and Machine Learning with R - Data Frames: Tibbles

Higher Ed
This video explains Tibbles in data frames. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video9:01
Curated Video

Test a computer program or algorithm : Dealing with Python Errors

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video shows how to deal with Python errors.