Videos

Video thumbnail for Coding Basics: Variables | Programming for Beginners |
04:45
Icon for www.youtube.comyoutube.com › watch

Coding Basics: Variables | Programming for Beginners |

Welcome to Transcode! We want to create videos that help break down Computer Science topics for beginners or anyone who loves computer science without all the jargon. 💠 Follow us on our social medias 💠 Instagram: https://www.instagram.com/transcode.official/ Twitter: https://twitter.com/transcode_yt 💠 Outro song: farcryツ by Ouse💠 ...
YouTube
· Aug 20, 2020
Video thumbnail for Introduction to Variables
08:24
Icon for www.youtube.comyoutube.com › watch

Introduction to Variables

Programming & Data Structures: Introduction to Variables Topics discussed: 1. What is a variable? 2. Declaration of variables. 3. Definition of variables. 4. Initialization of variables. 5. Assignment of variables. C Programming Lectures: https://goo.gl/7Eh2SS Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on ...
YouTube
· Feb 21, 2018
Video thumbnail for Learn Programming in Java - Lesson 02 : Variables, Data Types and Assignment.
22:50
Icon for www.youtube.comyoutube.com › watch

Learn Programming in Java - Lesson 02 : Variables, Data Types and Assignment.

In this lesson we cover variables, datatypes and the assignment statement. We also take a look at arithmetic operators and the ternary operator. In Netbeans I'll show you how to step through your code a line at a time and set watches on variables.
YouTube
· Aug 23, 2013
Video thumbnail for C_08 Variables in C Programming | C Programming Tutorials
14:56
Icon for www.youtube.comyoutube.com › watch

C_08 Variables in C Programming | C Programming Tutorials

In this lecture we will learn: What is variable in C Rules of Constructing Variable Name Declaration of Variable Best C Programming Tutorials : https://www.youtube.com/playlist?list=PLdo5W4Nhv31a8UcMN9-35ghv8qyFWD9_S ******************************************* Connect & Contact Me: My Second Channel Link: https://bit.ly/354n7C7 Facebook: https ...
YouTube
· Dec 19, 2020
Video thumbnail for 01 - VARIABLES & CONSTANTS in C PROGRAMMING
15:02
Icon for www.youtube.comyoutube.com › watch

01 - VARIABLES & CONSTANTS in C PROGRAMMING

YouTube
· Dec 19, 2016
Video thumbnail for Python Variables - Python Tutorial for Beginners with Examples | Mosh
06:36
Icon for www.youtube.comyoutube.com › watch

Python Variables - Python Tutorial for Beginners with Examples | Mosh

Python variables and data types explained. Learn Python basics with this Python tutorial for beginners. 🔥Subscribe for more Python tutorials like this: https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA?sub_confirmation=1 🔥Python for Beginners Tutorial: https://youtu.be/yE9v9rt6ziw Python Exercises for Beginners: https ...
YouTube
· Nov 12, 2018
Video thumbnail for 2. Variables in python [Python 3 Programming Tutorials]
03:43
Icon for www.youtube.comyoutube.com › watch

2. Variables in python [Python 3 Programming Tutorials]

In this python programming tutorial for beginners, we will cover variables in python. Then we look at different data types in python such as string, integer, boolean and numbers. Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/2_variables/2_variables_exercise.md Topics that are covered in this Video: 0:00 Overview 0:33 ...
YouTube
· May 8, 2019
Video thumbnail for Linear Programming
33:20
Icon for www.youtube.comyoutube.com › watch

Linear Programming

This precalculus video tutorial provides a basic introduction into linear programming. It explains how to write the objective function and constraints of linear programming word problems. It discusses how to find all of the corner points including the point of intersection where you have to solve the system of linear inequalities. It discusses ...
YouTube
· Feb 16, 2018
Video thumbnail for Scope of Variables - Local vs Global
11:12
Icon for www.youtube.comyoutube.com › watch

Scope of Variables - Local vs Global

Programming & Data Structures: Scope of Variables in C programming. Topics discussed: 1. What is the scope of a variable? 2. Local variable. 3. Example of local variable. 4. Global variable. 5. Example of global variable. C Programming Lectures: https://goo.gl/7Eh2SS Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow ...
YouTube
· Mar 8, 2018
Video thumbnail for Python Tutorial for Beginners 3 - Variables and Inputs
10:08
Icon for www.youtube.comyoutube.com › watch

Python Tutorial for Beginners 3 - Variables and Inputs

In this Python Tutorial for Beginners video we will discuss about the Variables and Inputs. Variables are names that can point to data. They are useful for saving intermediate results and keeping data organized. The assignment operator (=) assigns data to variables. Don't confuse the assignment operator (single equal sign, =) with the Equality ...
YouTube
· Sep 1, 2014
Video thumbnail for Variables in Python
13:09
Icon for www.youtube.comyoutube.com › watch

Variables in Python

Python Programming: Variables in Python Topics discussed: 1. Variables in Python. 2. C Variable vs. Python Variable. Python Programming Playlist: https://youtube.com/playlist?list=PLBlnK6fEyqRiueC_HzwFallNO76hfXBB7 Follow Neso Academy on Instagram: @nesoacademy (https://bit.ly/2XP63OE) Contribute: https://www.nesoacademy.org/donate Memberships ...
YouTube
· Feb 4, 2023
Video thumbnail for Python Programming Tutorial | Variables, Expressions, Conditions and Functions | GeeksforGeeks
04:34
Icon for www.youtube.comyoutube.com › watch

Python Programming Tutorial | Variables, Expressions, Conditions and Functions | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/python-set-2-variables-expressions-conditions-and-functions/ This video is contributed by Parikshit Kumar Pruthi Please Like, Comment and Share the Video among your friends. Also, Subscribe if you haven't already! :)
YouTube
· Jul 7, 2017
Video thumbnail for #10 Java Variables || Local, Instance and Static Variables in Java Programming
24:10
Icon for www.youtube.comyoutube.com › watch

#10 Java Variables || Local, Instance and Static Variables in Java Programming

Understanding Variables in Java: Local, Instance, and Static Variables Welcome to this detailed Java tutorial where we unravel the concept of Variables in Java! Whether you're a complete beginner or brushing up your Java knowledge, this video will provide you with a thorough understanding of variables in Java programming. 🌟 What You’ll ...
YouTube
· Dec 19, 2024
Video thumbnail for #2: C Variables and Print Output | C Programming for Beginners
09:10
Icon for www.youtube.comyoutube.com › watch

#2: C Variables and Print Output | C Programming for Beginners

Step by step video tutorials to learn C Programming for absolute beginners! In this video, we will learn about variables. More specifically, we will learn how to create variables and store data in them so that we can use them later in our program. Finally, we will learn to give good variable names so that our code is easier to understand. ~ Run ...
YouTube
· Oct 13, 2021
Video thumbnail for C Programming Tutorial - 2 Variable
09:36
Icon for www.youtube.comyoutube.com › watch

C Programming Tutorial - 2 Variable

Basic programming and codes to start learning C language. This is a beginner video. Adding of two numbers using C language. Variables as a placeholder for a value in C language. Check out our courses: Complete Java Developer Course Batch-4: https://go.telusko.com/Complete4 Coupon: TELUSKO10 (10% Discount) Spring Boot 3 and Spring AI - Live ...
YouTube
· Jan 26, 2016
Video thumbnail for C Constants Variables and Keywords | Brief Explanation for Beginners
04:16
Icon for www.youtube.comyoutube.com › watch

C Constants Variables and Keywords | Brief Explanation for Beginners

In this C programming language video tutorials for beginners you will learn about constants, variables and keywords in detail with example. You will learn what are constants, what type of constants are available in c, what are variables, what are the keywords in detail with example. Visit http://www.LearningLad.com for more free computer ...
YouTube
· Mar 10, 2020
Video thumbnail for Linear Programming: The Simplex Method with 3 variables and 3 constraints
16:09
Icon for www.youtube.comyoutube.com › watch

Linear Programming: The Simplex Method with 3 variables and 3 constraints

Solving a standard minimization problem with the simplex method
YouTube
· Feb 6, 2019
Video thumbnail for Introduction to Variables in Java
08:53
Icon for www.youtube.comyoutube.com › watch

Introduction to Variables in Java

Java Programming: Introduction to Variables in Java Programming Topics discussed: 1. Variables. 2. Memory. 3. Declaration of variables. 4. Initialization of variables. 5. Assignment of variables. 6. Printing the value of a variable. Follow Neso Academy on Instagram: @nesoacademy (https://bit.ly/2XP63OE) Contribute: http://www.nesoacademy.org ...
YouTube
· Dec 8, 2019
Video thumbnail for Variable Naming Conventions
04:21
Icon for www.youtube.comyoutube.com › watch

Variable Naming Conventions

Programming & Data Structures: Naming conventions for C variables. Topics discussed: 1. Naming conventions of C variables. C Programming Lectures: https://goo.gl/7Eh2SS Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on Instagram: @jaspreetedu(https://bit.ly/2YX26E5) Contribute: http://www.nesoacademy.org/donate ...
YouTube
· Feb 22, 2018
Video thumbnail for Local, Static and Instance variables in Java | Learn Coding
13:04
Icon for www.youtube.comyoutube.com › watch

Local, Static and Instance variables in Java | Learn Coding

Java Full Course for Beginners...!👇👇 https://www.youtube.com/playlist?list=PLqleLpAMfxGAdqZeY_4uVQOPCnAjhH-eT Please Like | Share | SUBSCRIBE our Channel..! Learn Coding 🙏🙏🙏 Like our Facebook Page...! Learn Coding Don't forget to tag our Channel...! #JavaVariables #LearnCoding #ask4help #LocalVariables #InstanceVariables # ...
YouTube
· Oct 12, 2020
Video thumbnail for Integer Linear Programming - Binary (0-1) Variables 1, Fixed Cost
06:00
Icon for www.youtube.comyoutube.com › watch

Integer Linear Programming - Binary (0-1) Variables 1, Fixed Cost

This video shows how to formulate integer linear programming (ILP) models involving Binary or 0-1 variables. ~~~~~~~~~~~ Capital Budgeting Integer LP : https://youtu.be/q3gy3bKc1aA How to solve in Excel: https://youtu.be/1nRKsuUcNd4 How to solve in LINDO: https://youtu.be/p3xxg1hynXE
YouTube
· May 9, 2016
Video thumbnail for #16 C Variable Scope | C Programming For Beginners
04:49
Icon for www.youtube.comyoutube.com › watch

#16 C Variable Scope | C Programming For Beginners

#16 C Variable Scope | C Programming For Beginners In this video, we will learn about variable scope in C Programming. More specifically we will learn about local and global variable scope with their examples. This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list ...
YouTube
· Jan 26, 2022
Video thumbnail for Declaring Structure Variables
04:14
Icon for www.youtube.comyoutube.com › watch

Declaring Structure Variables

C Programming: Declaring Structure Variables in C Programming. Topics discussed: 1) The definition of Structures in C Programming. 2) Declaration of Structure Variables. C Programming Lectures: https://goo.gl/7Eh2SS Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on Instagram: @jaspreetedu(https://bit.ly/2YX26E5 ...
YouTube
· Sep 10, 2019
Video thumbnail for Introduction to Pointers in C
02:52
Icon for www.youtube.comyoutube.com › watch

Introduction to Pointers in C

C Programming: Introduction to Pointers in C Topics discussed: 1) Pointer definition in C Programming. 2) Pointer example in C Programming. C Programming Lectures: https://goo.gl/7Eh2SS Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on Instagram: @jaspreetedu(https://bit.ly/2YX26E5) Contribute: http://www ...
YouTube
· Apr 1, 2019
Video thumbnail for Python Tutorial for Absolute Beginners #1 - What Are Variables?
24:38
Icon for www.youtube.comyoutube.com › watch

Python Tutorial for Absolute Beginners #1 - What Are Variables?

Learn Python programming with this Python tutorial for beginners! Tips: 1. Here is the playlist of this series: https://goo.gl/eVauVX 2. If you want to learn faster than I talk, I’d recommend 1.25x or 1.5x speed :) 3. Check the outline in the comment section below if you want to skip around. 4. Download the sample files here to follow along ...
YouTube
· Dec 26, 2017
Video thumbnail for Python OOP Tutorial 1: Classes and Instances
15:24
Icon for www.youtube.comyoutube.com › watch

Python OOP Tutorial 1: Classes and Instances

In this Python Object-Oriented Tutorial, we will begin our series by learning how to create and use classes within Python. Classes allow us to logically group our data and functions in a way that is easy to reuse and also easy to build upon if need be. Let's get started. Python OOP 1 - Classes and Instances - https://youtu.be/ZDa-Z5JzLYM Python ...
YouTube
· Jun 20, 2016
Video thumbnail for Intro to Python Programming - Python Variable Part 1
05:10
Icon for www.youtube.comyoutube.com › watch

Intro to Python Programming - Python Variable Part 1

🚀 Learn Python Variables in Just Minutes! 🚀 In this video, we dive into Python variables, one of the most fundamental concepts in programming. Whether you're a beginner or just need a refresher, this tutorial covers everything you need to know, including: What variables are and how to declare them Different data types (int, float, string ...
YouTube
· Mar 14, 2025
Video thumbnail for 5 Simple Steps for Solving Dynamic Programming Problems
21:27
Icon for www.youtube.comyoutube.com › watch

5 Simple Steps for Solving Dynamic Programming Problems

In this video, we go over five steps that you can use as a framework to solve dynamic programming problems. You will see how these steps are applied to two specific dynamic programming problems: the longest increasing subsequence problem and optimal box stacking. The five steps in order are as follows: 1. Visualize examples 2. Find an ...
YouTube
· Aug 16, 2020
Video thumbnail for Simplex Method, Example 1
07:44
Icon for www.youtube.comyoutube.com › watch

Simplex Method, Example 1

Solving a standard maximization linear programming problem using the simplex method.
YouTube
· Oct 16, 2015
Video thumbnail for How to solve an Integer Linear Programming Problem Using Branch and Bound
16:49
Icon for www.youtube.comyoutube.com › watch

How to solve an Integer Linear Programming Problem Using Branch and Bound

In this video, first, we give a brief introduction about the difference between the linear programming problem and Integer linear programming problem. Then, we learn the Branch and Bound method to solve integer linear programming problems. Please carefully watch 8:20-10:00. In this part, we show that solution 27 is the optimal solution. I ...
YouTube
· Jan 4, 2018
Video thumbnail for Python 3 Programming Tutorial - Global and Local Variables
06:31
Icon for www.youtube.comyoutube.com › watch

Python 3 Programming Tutorial - Global and Local Variables

Welcome to another python 3 basics video, in this video we're going to now discuss the concept of global and local variables. When users begin using functions, they can quickly become confused when it comes to global and local variables... getting a the dreaded variable is not defined even when they clearly see that it is... or so they think ...
YouTube
· Apr 20, 2014
Video thumbnail for Linear Programming (intro -- defining variables, constraints, objective function)
18:03
Icon for www.youtube.comyoutube.com › watch

Linear Programming (intro -- defining variables, constraints, objective function)

YouTube
· Mar 18, 2020
Video thumbnail for How to Solve a Linear Programming Problem Using the Dual Simplex Method
11:07
Icon for www.youtube.comyoutube.com › watch

How to Solve a Linear Programming Problem Using the Dual Simplex Method

In this lesson we learn how to solve a linear programming problem using the dual simplex method. Note: You don't need to write the dual formulation of a problem to use the dual simplex. The Dual simplex is to solve the dual of given problem without actually writing its dual formulation. Sometime solving the dual problem is more economic (time ...
YouTube
· May 8, 2014
Video thumbnail for Linear Programming Solver Excel
23:28
Icon for www.youtube.comyoutube.com › watch

Linear Programming Solver Excel

Using Excel to find the Answer and Sensitivity Report of a Cake Linear Programming example.
YouTube
· Nov 22, 2018
Video thumbnail for Dual Programming Part 3: Writing the Dual Programming of a Linear Programming Problem
07:26
Icon for www.youtube.comyoutube.com › watch

Dual Programming Part 3: Writing the Dual Programming of a Linear Programming Problem

Make sure you watch part 1 and 2 before part 3. In this video, we go over another example on how to write the dual programming of a LP.
YouTube
· Apr 7, 2020
Video thumbnail for Programming CNC Macros - Part 1
11:00
Icon for www.youtube.comyoutube.com › watch

Programming CNC Macros - Part 1

Having a look at Fanuc Macro B Programming. We'll go through a very basic program to provide an introduction into what you can do with macro programming. I'm going to focus on the Fanuc Macro B language since it happens to be very common control and the Haas macro language is pretty much exactly the same. In the accompanying video, the software ...
YouTube
· Feb 20, 2019
Video thumbnail for Beginner Programming Concepts - What's a Variable?
01:27
Icon for www.youtube.comyoutube.com › watch

Beginner Programming Concepts - What's a Variable?

What is a variable in programming? I will describe what a variable is, using an analogy, and then show an example using the programming language JavaScript. Comment below what the next programming concept should be! Video assembled using https://spark.adobe.com/
YouTube
· Apr 24, 2017
Video thumbnail for Static Variables In C Programming Language
03:22
Icon for www.youtube.comyoutube.com › watch

Static Variables In C Programming Language

This video explains the static variables in the C Programming Language, along with code examples.
YouTube
· May 9, 2022
Video thumbnail for types of variables used when macro programming with G-Code on a CNC machine
04:29
Icon for www.youtube.comyoutube.com › watch

types of variables used when macro programming with G-Code on a CNC machine

Variables are extremely powerful when programming CNC machines. It can be used to write custom cycles, to make a family of parts from just one program, or to perform maths within our programs. Unlocking the power of G-Code variables will change how you work and speed up your manual programming. For more on this topic, check out this article on ...
YouTube
· Mar 18, 2020
Video thumbnail for Linear Programming with Four Variables Example Part 1
09:32
Icon for www.youtube.comyoutube.com › watch

Linear Programming with Four Variables Example Part 1

A linear programming problem can only be solved with two variables, so how is one with four variables solved? It's solved by setting two variables in terms of the others. This video is part 1 of an example of this.
YouTube
· Feb 15, 2018
Video thumbnail for What is a Variable? | Programming Basics
04:08
Icon for www.youtube.comyoutube.com › watch

What is a Variable? | Programming Basics

Learn what variables are in programming and why they are very important in just 4 minutes with a JavaScript example. Subscribe to find more videos: @codingwithestefania 💻 Courses: https://www.udemy.com/user/estefania-cn/ 📱 Twitter: https://twitter.com/EstefaniaCassN ️ Blog: https://estefaniacn.hashnode.dev/ 🔹 freeCodeCamp: https ...
YouTube
· Mar 28, 2023
Video thumbnail for macro programming on an Okuma CNC
11:58
Icon for www.youtube.comyoutube.com › watch

macro programming on an Okuma CNC

This video covers how to create a macro program for an OKUMA CNC. The macro is stored in a .SSB file stored in the MD1 directory in the d drive on your Okuma CNC. to open the PC mode on your CNC press CTRL and the button with 3 diagonal lines running parallel to each other at the same time. You can store multiple macros within one.SSB file ...
YouTube
· Oct 10, 2017
Video thumbnail for Variables - Coding Concepts Explained for Kids
05:03
Icon for www.youtube.comyoutube.com › watch

Variables - Coding Concepts Explained for Kids

Watch this CodeMonkey video to learn all about Variables in Computer Coding In coding, variables are containers used to store and manipulate data. They act as symbolic names for values that can change during the execution of a program. Think of variables as labeled boxes in which you can store different types of information, such as numbers ...
YouTube
· May 22, 2022
Video thumbnail for How to Use Variables in Scratch | Scratch Tutorial
15:04
Icon for www.youtube.comyoutube.com › watch

How to Use Variables in Scratch | Scratch Tutorial

Learn how to use variables in the block-based programming language Scratch. Check out our other Scratch tutorials: Simple animation: https://youtu.be/TsgryTenm04 Using costumes: https://youtu.be/4ogkMy59aBI Adding sprites: https://youtu.be/PTRJca3kVp4 Using variables: https://youtu.be/xuBWVj9NmEg For a science project where you can use a ...
YouTube
· Mar 21, 2024
Video thumbnail for Python Variables and Data Types | Explained in 3 minutes with Examples | Python for Beginners
02:58
Icon for www.youtube.comyoutube.com › watch

Python Variables and Data Types | Explained in 3 minutes with Examples | Python for Beginners

Python Variables & Data Types | Explained in 3 minutes with Examples | Python for Beginners #python #pythontutorials #pythonsetup #programming #asmr #vscode #pythonprogramming #pythontutorial #pythonforbeginners #variablesinpython #pythonvariables & #datatypes #datatypesinpython #pythonforbeginners Learn all about variables and data types in ...
YouTube
· 20 days ago
Video thumbnail for Introduction to Python Programming - Variables part 2(Practical)
08:32
Icon for www.youtube.comyoutube.com › watch

Introduction to Python Programming - Variables part 2(Practical)

🚀 Learn Python Variables in Just Minutes! 🚀 In this video, we dive into Python variables, one of the most fundamental concepts in programming. Whether you're a beginner or just need a refresher, this tutorial covers everything you need to know, including: What variables are and how to declare them Different data types (int, float, string ...
YouTube
· Mar 14, 2025
Video thumbnail for Chapter 1:What is a Python Variable? | Full Explanation with Examples for Beginners| Python Tutorial
21:23
Icon for www.youtube.comyoutube.com › watch

Chapter 1:What is a Python Variable? | Full Explanation with Examples for Beginners| Python Tutorial

Are you trying to learn Python but confused about what Variables are? Then this video is just for you! In this video, you will learn: What is a Variable in Python? How to declare a Variable in Python Rules and Naming Conventions for Variables Practical Examples with Python Variables Simple and clear explanation — perfect for beginners! 🔔 ...
YouTube
· 17 days ago
Video thumbnail for Variables in C# with Full Explanation and Examples
17:45
Icon for www.youtube.comyoutube.com › watch

Variables in C# with Full Explanation and Examples

In this video, we break down variables in C# with easy-to-follow explanations and practical examples. Whether you're a beginner or need a refresher, this video will give you a solid understanding of: Key Points About Variables Declaration: Variables must be declared with a data type. Initialization: Assigning an initial value to the variable ...
YouTube
· Jan 4, 2025
Video thumbnail for Variables in C++ | Variable Declaration, Initialisation, Re-Assigment and Acessing
02:43
Icon for www.youtube.comyoutube.com › watch

Variables in C++ | Variable Declaration, Initialisation, Re-Assigment and Acessing

Variables in C++ | Variable Declaration, Initialisation, Re-Assigment and Acessing 🌟 Introduction to Video: In this video, we are to learn how to declare, initialise, assign, re-assign and access the variable in c++. We can learn each of the point throw code snippet.Watch tell end!! 👉Playlist For More HTML Detailed Videos: https://youtube ...
YouTube
· 18 days ago
Video thumbnail for Mastering Variables in Python: A Beginner's Guide | understand the variables in python
15:22
Icon for www.youtube.comyoutube.com › watch

Mastering Variables in Python: A Beginner's Guide | understand the variables in python

Welcome to our Python tutorial series! In this video, we dive deep into the concept of variables in Python. Variables are fundamental to any programming language, and understanding them thoroughly is crucial for writing efficient and error-free code. Whether you're new to programming or looking to reinforce your understanding, this tutorial ...
YouTube
· Apr 5, 2024