SciShow
This Is Your Brain on Language | Compilation
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.
Crash Course
Data Structures: Crash Course Computer Science
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...
Crash Course
Programming Basics: Statements & Functions: Crash Course Computer Science
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...
Crash Course
Early Programming: Crash Course Computer Science
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...
Crash Course
The First Programming Languages: Crash Course Computer Science
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...
SciShow
Is Coding a Math Skill or a Language Skill? Neither? Both?
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...
Curated Video
What is a Dedicated Server - Dylan Porter
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Naming Convention
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is JavaScript?
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Markup Languages
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Course Tools
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Printing Output to Console with Java
This video talks about printing output to the console with Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Expression – Puzzles
In this video, you will be presented with Java expression puzzles to solve and enhance your understanding of expressions.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 26 - Java Conditionals and If Statement – Puzzles
This video talks about Java conditionals and if statement – puzzles.
Curated Video
Deep Learning - Crash Course 2023 - Python Basics - Data Types
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Downloading Node.js
This video helps you with downloading and installing Node.js and NPM.
Curated Video
Things I Wish I Knew When I Was Learning to Code
Things I Wish I Knew When I Was Learning to Code
Curated Video
DeepMind's AlphaCode - Better Than OpenAI Codex?
DeepMind's AlphaCode - Better Than OpenAI Codex?
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Implementing jQuery UI Autocomplete
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...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Storing Data in Variables
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...
Curated Video
Introduction to IT and Cybersecurity: Application Development Techniques
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...
Curated Video
Objective C vs SWIFT Programming Languages
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...
Curated Video
Data Science and Machine Learning with R - Data Frames: Tibbles
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...
Curated Video
Test a computer program or algorithm : Dealing with Python Errors
From the section: Errors in Python. This section introduces you to errors in Python. This video shows how to deal with Python errors.