ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

374 results

Jakubication
SyntaxError: 'return' outside function

To correct the Python SyntaxError: 'return' outside function, you just need to do what the error message says and not have return ...

1:16
SyntaxError: 'return' outside function

1,116 views

2y ago

R4GE VipeRzZ
Python 3 for beginners ep13 - Returning variables from functions

Hey guy's R4GE VipeRzZ here and today in this video I will show you how to get local variables out of functions in Python 3.

3:33
Python 3 for beginners ep13 - Returning variables from functions

509 views

8y ago

Python Morsels
Breaking out of a loop in Python

Python's "break" statement stops the loop entirely and "continue" stops a single iteration of a loop. Article at ...

2:43
Breaking out of a loop in Python

515 views

1y ago

Udacity
Escaping JSON in Python - Web Development

This video is part of an online course, Web Development. Check out the course here: https://www.udacity.com/course/cs253.

2:16
Escaping JSON in Python - Web Development

911 views

11y ago

Language skills
[Language skills Python] None [Tutorial]

This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you'll be a ...

1:52
[Language skills Python] None [Tutorial]

107 views

6y ago

Jakubication
Python Syntax Errors

This video explains Python syntax errors, which are errors that come up when writing code in such a way that breaks the rules of ...

1:42
Python Syntax Errors

40 views

3mo ago

Future Coding Stars
#22. Your Functions Are Broken Because of This INSANE Mistake

Free Full Course: https://www.youtube.com/watch?v=qPm-u8HcaIs Functions Returning Nothing? Here's What's Wrong Hey ...

14:17
#22. Your Functions Are Broken Because of This INSANE Mistake

115 views

1y ago

Programming Guru
Python files | import errors | How to avoid & fix Import errors and running as a Python script

Python files | import errors | How to avoid & fix Import errors and running as a Python script #pythonfiles #python_import_errors ...

5:17
Python files | import errors | How to avoid & fix Import errors and running as a Python script

223 views

3y ago

PythonClassroom
Python parameters and return explained: print vs return

Two functions, one word different — and the difference between them is the whole point of this video, in the browser with nothing ...

1:53
Python parameters and return explained: print vs return

1 view

1d ago

Jakubication
Python repr

The repr function is a function you can define in your classes to return unambiguous representations of your object as a string.

0:37
Python repr

126 views

3y ago

London App Brewery
[Interactive Coding Exercise] Debugging Practice

We're releasing a free preview (first 3 hours) of our 60+ hour 100 Days of Python Bootcamp on YouTube. In this free series, you'll ...

6:36
[Interactive Coding Exercise] Debugging Practice

23,111 views

5y ago

Edlitera
How to Use Parentheses in Python

Python has three types of parentheses: standard parentheses, square brackets, and curly braces. For beginners, incorrect use of ...

8:44
How to Use Parentheses in Python

4,651 views

3y ago

estudy.in
# 21 |SPECIAL PARAMETERS | * AND / |POSITIONAL PARAMETERS| KEYWORD ARGUMENTS| JOIN FUNCTION| PYTHON

In this captivating video, we dive deep into the world of special parameters in Python, specifically focusing on the versatile * and ...

13:34
# 21 |SPECIAL PARAMETERS | * AND / |POSITIONAL PARAMETERS| KEYWORD ARGUMENTS| JOIN FUNCTION| PYTHON

179 views

6y ago

mCoding
Don't make this big O mistake!

Accidentally quadratic! Don't fall for this common big O mistake! Python's syntax is short and sweet, sometimes it can be easy to ...

3:46
Don't make this big O mistake!

40,704 views

3y ago

Tech With Tim
How To Use JSON In Python

How fast do you want to learn JSON in Python? Well if your answer is really fast then you're in the right spot! In this video I am ...

6:11
How To Use JSON In Python

247,345 views

4y ago

Smartherd
Type Annotation with Functions | TypeScript Tutorial

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 In this video, you will see how ...

5:10
Type Annotation with Functions | TypeScript Tutorial

905 views

4y ago

Udacity
Safe Return - Differential Equations in Action

This video is part of an online course, Differential Equations in Action. Check out the course here: ...

6:46
Safe Return - Differential Equations in Action

1,010 views

13y ago

Joseph Delgadillo
Learn Python Episode #16: Adding Arguments to a Function

Learn Python programming and more with our Learn to Code course Bundle!

3:12
Learn Python Episode #16: Adding Arguments to a Function

2,861 views

9y ago

Udacity
How To Deal With Loop Errors - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

0:49
How To Deal With Loop Errors - Intro to Java Programming

884 views

11y ago

Visual Studio Code
#Copilot Explains Ep 5: Async/Await in Python

Copilot is updated with great changes/features often. Some commands may have changed by the time you see this video so ...

9:48
#Copilot Explains Ep 5: Async/Await in Python

8,961 views

2y ago

mCoding
Lambda in a Loop is a Code Smell

Watch out for smelly code! A common mistake in Python is to use a lambda function inside of a loop. While it's not always a ...

8:20
Lambda in a Loop is a Code Smell

63,733 views

2y ago

Ingenarel (NeoJesus)
Approaching Neovim The Right Way: Lua Crash Course

0:00 Sick 0:07 Docs 0:25 Lua types 1:09 Strings 1:35 Numbers 1:54 Boolean values and nil 2:05 Tables 3:28 Functions 3:55 ...

7:28
Approaching Neovim The Right Way: Lua Crash Course

234 views

1y ago

Bro Code
Python tuples 📋

python tuples tutorials explained #python #tuples #tutorial.

3:09
Python tuples 📋

89,581 views

5y ago

SavageCamp
Python Exception Handling | Python For Beginners | SavageCamp

Python Exception Handling We have done some programs where we take input from user, testing it ourselves. Its usually us ...

6:33
Python Exception Handling | Python For Beginners | SavageCamp

207 views

5y ago

mCoding
It's time... for PYTHON 3.11!

The next version of Python is out! CONTEST CURRENTLY CLOSED! The winners have been contacted already. OFFICIAL ...

8:10
It's time... for PYTHON 3.11!

152,569 views

3y ago

Carberra
What's new in Python 3.14?

Hehe, π-thon. What's New document: https://docs.python.org/3.14/whatsnew/3.14.html Python 3.14 playlist: ...

7:20
What's new in Python 3.14?

26,711 views

1y ago

King Academy ⭐
46 - Built in Exception in Python

python #python3 #pythonexception #exception @kingoftechniques6864 All instances in Python must be instances of a class that ...

10:18
46 - Built in Exception in Python

238 views

4y ago

Udacity
Return to Bayesian Learning - Georgia Tech - Machine Learning

Watch on Udacity: https://www.udacity.com/course/viewer#!/c-ud262/l-454308909/m-473338560 Check out the full Advanced ...

14:55
Return to Bayesian Learning - Georgia Tech - Machine Learning

3,474 views

11y ago

Programming with Mosh
Python Functions | Python Tutorial for Absolute Beginners #1

Learn all about Python functions, *args, **kwargs with this Python tutorial for beginners. Complete Python course for beginners: ...

30:34
Python Functions | Python Tutorial for Absolute Beginners #1

1,254,856 views

7y ago

365 Data Science
Creating Functions Containing a Few Arguments | Python Tutorial for Beginners

Sign up for Our Complete Data Science Training with 57% OFF: https://bit.ly/3mv19Ol Download Our Free Data Science ...

1:15
Creating Functions Containing a Few Arguments | Python Tutorial for Beginners

3,035 views

5y ago

Codr
Most Python Developers Call APIs WRONG

Haven't made your first API call yet? Watch Part 1 here: How to Call an API in Python- https://youtu.be/6isu0rV9lTE Most Python ...

8:26
Most Python Developers Call APIs WRONG

19 views

4mo ago

Tech With Tim
Please Learn How To Write Tests in Python… • Pytest Tutorial

Get started with the Careerist QA Program today! https://crst.co/TECHWITH-2984FB40 In this video, I'm going to teach you how to ...

33:10
Please Learn How To Write Tests in Python… • Pytest Tutorial

241,172 views

1y ago

CaelusMinds Learning
Unboxing Code: Understanding Programming Basics Through a Box Delivery metaphor in Python

Dive into the world of software development using a familiar metaphor – a box delivery system. Just as packages are sorted, ...

2:23:17
Unboxing Code: Understanding Programming Basics Through a Box Delivery metaphor in Python

42 views

2y ago

Techy Help
How to Debug Python Script

Can you tell me how to debug Python script? First, to find out exactly what is wrong, go to Google. Then what? Enter in the error ...

2:14
How to Debug Python Script

1,817 views

12y ago

CodeWithHarry
Functions in Python | Python Tutorial - Day #20

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master ...

16:18
Functions in Python | Python Tutorial - Day #20

1,240,519 views

3y ago

Udacity
Fix the Error - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

0:16
Fix the Error - Intro to Java Programming

1,115 views

11y ago

Playful Python
A clean way to compare multiple values

A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...

1:28
A clean way to compare multiple values

131 views

3y ago

SimulationX
Optimization: Automation Basics with Python in SimulationX - Part 2

This episode is the continuation from the last video. where, Karsten Todtermuschke shows how to control SimulationX simulations ...

18:16
Optimization: Automation Basics with Python in SimulationX - Part 2

15 views

1d ago

Tech With Tim
How to Build AI Agents in Python - 3 Ways

Click this link https://boot.dev/?promo=TECHWITHTIM and use my code TECHWITHTIM to get 25% off your first payment for ...

32:18
How to Build AI Agents in Python - 3 Ways

28,301 views

1d ago

Christopher Okhravi
Covariance and Contravariance

The intuition behind Covariance and Contravariance explained with apples , oranges , and cats . BUY MY BOOK: ...

13:31
Covariance and Contravariance

37,249 views

2y ago

Udacity
Shrink The Error - Differential Equations in Action

This video is part of an online course, Differential Equations in Action. Check out the course here: ...

0:29
Shrink The Error - Differential Equations in Action

905 views

11y ago

ARCXIDIA
Working With Real-Time Data in TouchDesigner

In this tutorial, we're pulling live global event data into TouchDesigner and using it to fetch satellite imagery for every event ...

18:32
Working With Real-Time Data in TouchDesigner

2,377 views

2w ago

NAND to GPT
From NAND to GPT 08: The Stack

We can write assembly programs now, but we can't reuse code cleanly. If we have an addition routine and want to call it from ...

5:13
From NAND to GPT 08: The Stack

45 views

7mo ago

Computerphile
Running a Buffer Overflow Attack - Computerphile

Making yourself the all-powerful "Root" super-user on a computer using a buffer overflow attack. Assistant Professor Dr Mike ...

17:30
Running a Buffer Overflow Attack - Computerphile

2,177,408 views

10y ago

Ludium
Introduction to CS | 16.7: Reversing a List Recursively: The Brackets That Make It Legal

Full course — free exercises, Feynman reviews, and AI-graded feedback: https://ludium.ai/courses/intro-cs-python Here is a ...

7:00
Introduction to CS | 16.7: Reversing a List Recursively: The Brackets That Make It Legal

513 views

1mo ago

Udacity
Extreme Values Solution - Intro to Algorithms

This video is part of an online course, Intro to Algorithms. Check out the course here: https://www.udacity.com/course/cs215.

1:27
Extreme Values Solution - Intro to Algorithms

253 views

14y ago

Eric Normand
What is a higher-order function?

Higher-order functions are used a lot in functional programming. They are functions that take other functions as arguments or ...

15:20
What is a higher-order function?

315 views

7y ago

Data Viz and Statistics
Intro to R: Part 4, Nesting Functions

Getting complicated with parentheses. This episode we learn scatterplots with plot(), the c() function, and how to nest functions in ...

7:59
Intro to R: Part 4, Nesting Functions

438 views

4y ago

Jakubication
Python Set Remove

This video covers Python set remove. Set remove removes an item from a set. It is unique it that a KeyError results from using ...

1:09
Python Set Remove

19 views

8mo ago

ClickJoy
Leetcode Problem 26 EXPLAINED - Remove Duplicates from Sorted Array- Python Solution - Full Tutorial

Today we are solving the problem of receiving an array nums sorted in non-decreasing order, where we must remove the ...

4:21
Leetcode Problem 26 EXPLAINED - Remove Duplicates from Sorted Array- Python Solution - Full Tutorial

473 views

4y ago

Cubewise
TM1 Function, ServerActiveSandboxSet (TurboIntegrator)

ServerActiveSandboxSet sets an existing sandbox as active for the user. Works in TurboIntegrator Syntax ...

2:15
TM1 Function, ServerActiveSandboxSet (TurboIntegrator)

85 views

5y ago

Programming Guru
Else keyword conditions with loops in python  | Prime number with for loop | list slicing in Python

else_condition_with_loops #list_slicing_in_python #prime_number_with_for_loops #loopsinpython #pythonforbeginners ...

12:54
Else keyword conditions with loops in python | Prime number with for loop | list slicing in Python

46 views

3y ago

Allscan Twelve
Wanna find out how much is your winning prize in this Python code?

Wanna find out how much is your winning prize in this Python code? What's up? How are you feeling today? I trust you are well.

7:01
Wanna find out how much is your winning prize in this Python code?

199 views

4y ago

JAB: Programación👍🏼
How to easily understand the most common JavaScript errors 🚀 and fix them quickly 👍

Understand, decipher, and learn WHERE to find and quickly FIX a JavaScript error simply by reading '...is NULL', '...of ...

12:00
How to easily understand the most common JavaScript errors 🚀 and fix them quickly 👍

3,173 views

5y ago

amplifyabhi coding
Python : Method Overloading | python for beginners

Subscribe if you want consistent coding content ...

5:53
Python : Method Overloading | python for beginners

640 views

5y ago

Manish Sharma
Python tutorial 19: Python Print function With Example By Manish Sharma

A detailed Python Tutorial explaining how to bring the best out of python PRINT function with simple Examples. Learn Python 3 in ...

10:25
Python tutorial 19: Python Print function With Example By Manish Sharma

2,039 views

7y ago

thebasicsdotacademy
Rust for Solana: Only the Parts You Actually Need | Solana Unit 3 Lecture #2

You don't need to learn all of Rust to write Solana programs. You need a specific slice of it, and this lecture covers exactly that ...

40:55
Rust for Solana: Only the Parts You Actually Need | Solana Unit 3 Lecture #2

42 views

2d ago

Real Python
Jev + OpenRouter in Python: Classify Inputs in Seconds

Download the free sample code from this video ...

17:03
Jev + OpenRouter in Python: Classify Inputs in Seconds

21,652 views

2d ago

Udacity
Methods - Intro to Computer Science

This video is part of an online course, Intro to Computer Science. Check out the course here: ...

3:19
Methods - Intro to Computer Science

1,725 views

11y ago

Alexander Booth
Delta in Production (February 2025)

Chapters: 0:00 Welcome & Presenters 6:06 Databricks Beyond Spark 9:09 The Lakehouse: A Broad Term 12:12 The Gold Layer ...

1:19:40
Delta in Production (February 2025)

26 views

1d ago

Izzy Laif
initCustomMedia is not defined

initCustomMedia is not defined error explained. Read: http://izzylaif.com/en/?p=1251 #izzylaif.

0:35
initCustomMedia is not defined

885 views

12y ago

GalaxyonKnowledge
How to Use Python As a Calculator (Python Full Course for Beginners Lesson 6)

Welcome to Lesson 6 of our Python Full Course for Beginners! In this comprehensive tutorial, we will teach you how to use Python ...

1:56
How to Use Python As a Calculator (Python Full Course for Beginners Lesson 6)

5 views

5mo ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 192 - Stop Using Double Underscores

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices Workshops Near You: Preview: https://youtu.be/Ipr6ntCAm9A Sep ...

4:56
C++ Weekly - Ep 192 - Stop Using Double Underscores

13,452 views

6y ago

Cerb
Every command in Cerb automations

This is the reference. Every command the Cerb automation parser accepts where a command goes, once each, with an example ...

10:42
Every command in Cerb automations

47 views

3w ago

MQL5 Tutorial
MQL5 TUTORIAL - PLATIN SYSTEM - BEARS POWER OSCILLATOR

https://mql5tutorial.com/platinsystem In this video, we are looking at the Bears Power Oscillator. That's the little Oscillator here ...

3:13
MQL5 TUTORIAL - PLATIN SYSTEM - BEARS POWER OSCILLATOR

434 views

3y ago

Ajay Mahar
python indentation - How to fix python indentation ERROR. - Part -#4

If you learning python first time, what is python indentation? how to solve python indentation error? concept are very essential.

9:39
python indentation - How to fix python indentation ERROR. - Part -#4

72,272 views

6y ago

QuietLoom Media
Reinforcement Learning from Scratch: Code a Q-Learning Agent in Python

Build an agent that learns a route across FrozenLake, then test what changes when the ice becomes slippery. Follow real VS ...

48:27
Reinforcement Learning from Scratch: Code a Q-Learning Agent in Python

17 views

2d ago

Learn 4 Phun
Python 3 : Code Wars Katas and Counting Duplicates. BEGINNER Video 1

I am ready to start my journey to learning Python. Come along with me as I learn more about how to use this exciting coding ...

16:36
Python 3 : Code Wars Katas and Counting Duplicates. BEGINNER Video 1

155 views

4y ago

GilliLab IT Professional Engineeri Logic Salt
[RISK] Why Your AI Agent Will Eventually Betray You | #NEWIT

Most developers think AI deception is a bug, but it is actually the optimal mathematical result of the training objectives you define.

23:28
[RISK] Why Your AI Agent Will Eventually Betray You | #NEWIT

9 views

2d ago

Udacity
Assert Tag - Software Debugging

This video is part of an online course, Software Debugging. Check out the course here: https://www.udacity.com/course/cs259.

1:18
Assert Tag - Software Debugging

1,353 views

11y ago

Counterattack comics
Everyone Became Survivors—He Became a Dinosaur With a Devour System and Ruled the Dungeon!

Welcome to **Counterattack Comics** — where the weak rise, the betrayed return, and every comeback hits harder. Dive into ...

2:02:03
Everyone Became Survivors—He Became a Dinosaur With a Devour System and Ruled the Dungeon!

45 views

3h ago

indika walimuni
Python code example  cube volume.

Python problem solving example.

1:04:35
Python code example cube volume.

167 views

4y ago

Good Book Summary
Feel-Good Productivity Summary (Ali Abdaal) — Key Ideas

Every productivity book told you that suffering was the price of admission. That discipline meant forcing yourself to do what you ...

49:33
Feel-Good Productivity Summary (Ali Abdaal) — Key Ideas

60 views

6d ago

Bro Code
Python user input ⌨️

Python user input tutorial #python #user #input name = input("What is your name?: ") age = int(input("How old are you?: ")) height ...

7:18
Python user input ⌨️

325,923 views

5y ago

Artisan Build
This Week In PHP Internals | Sept 24, 2026

PHP is getting a new class for a moment in time: precise to the nanosecond, no timezone, leap seconds ignored on purpose ...

12:21
This Week In PHP Internals | Sept 24, 2026

8 views

1h ago

CodiPie
Input function in Python - Episode 4 (Python tutorial in English) with Pycharm | input and output

Welcome to the fourth episode of your Python tutorial! Today, I am going to talk about input functions in Python. If you're new to ...

4:41
Input function in Python - Episode 4 (Python tutorial in English) with Pycharm | input and output

121 views

2y ago

Udacity
Contains - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

2:24
Contains - Programming Languages

358 views

11y ago

AxiomMotion
Why You Don't Need to Predict the Market to Price It (The Math Behind Finance Ep2)

In 1973, three mathematicians solved the most important equation on Wall Street — and you don't need a PhD to understand it.

11:10
Why You Don't Need to Predict the Market to Price It (The Math Behind Finance Ep2)

168 views

5mo ago

Techy Help
Why is Perl so Ugly?

Why is Perl so ugly? Perl is so complicated that people may write code to do one thing and it does something else altogether.

2:05
Why is Perl so Ugly?

758 views

12y ago

David Fortin
Microsoft 365 Copilot Agents Explained in 90 Seconds (New AI Tool)

Microsoft 365 Copilot Agent Tutorial for beginners. What is a Copilot agent? Build Your Own Copilot Agent (Step-by-Step) ...

1:35
Microsoft 365 Copilot Agents Explained in 90 Seconds (New AI Tool)

112,043 views

1y ago

Hi-Fun Anime
🔥ENG SUB【4K】Battle Through the Heavens EP 208-210 | Rare Special Episode |Full Highlight Reel#btth

Welcome to Hi-Fun Anime! ✨ Comment with your favorite scenes We'll deliver the epic content you crave!

5:31:15
🔥ENG SUB【4K】Battle Through the Heavens EP 208-210 | Rare Special Episode |Full Highlight Reel#btth

2,330 views

1d ago

Leila Gharani
How to Calculate YTD (Year to Date) Values in Excel using the SCAN function

Join 400000+ professionals in our courses here https://link.xelplus.com/yt-d-all-courses A common task for finance ...

8:26
How to Calculate YTD (Year to Date) Values in Excel using the SCAN function

226,582 views

4y ago

IBM Technology
What is Monte Carlo Simulation?

Learn more about watsonx: https://ibm.biz/BdvxDh Monte Carlo Simulation, also known as the Monte Carlo Method or a multiple ...

4:35
What is Monte Carlo Simulation?

551,278 views

4y ago