ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

223 results

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

20,895 views

16 hours ago

PythonClassroom
What you'll build in this Python course (real code, real games)

This course teaches real Python — not blocks, not a toy language — running in a browser tab with nothing to install. Here's what ...

1:29
What you'll build in this Python course (real code, real games)

0 views

22 hours ago

PythonClassroom
Python global keyword explained: fixing UnboundLocalError

The Python global keyword lets a function change a variable that lives outside it. Here's what it really does, in the browser with ...

2:07
Python global keyword explained: fixing UnboundLocalError

1 view

2 hours ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Fall 2026) Module 6-1: Introducing Loops

Python for Beginners, python for students, free python course. This video is part of a free and open set of complete course ...

6:01
Python (Fall 2026) Module 6-1: Introducing Loops

2 views

4 hours ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Fall 2026) Module 6-3: Ending a Loop With Break

Python for Beginners, python for students, free python course. This video is part of a free and open set of complete course ...

5:26
Python (Fall 2026) Module 6-3: Ending a Loop With Break

5 views

4 hours 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

22 hours ago

PythonClassroom
Python variable scope explained: local vs global variables

Python variable scope decides where a name means something — and why the same name can hold two values at once.

2:34
Python variable scope explained: local vs global variables

1 view

2 hours ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Fall 2026) Module 6-6: S6 Explanation

Python for Beginners, python for students, free python course. This video is part of a free and open set of complete course ...

4:58
Python (Fall 2026) Module 6-6: S6 Explanation

4 views

4 hours ago

The Stack
Claude Grade Coding From An 8.4GB Local AI Model

Qwen 3.8 27B quantized to 8.4GB via GSQ-RCO still loses 9 coding points, here's what the benchmarks actually prove vs. Claude.

14:24
Claude Grade Coding From An 8.4GB Local AI Model

17,845 views

15 hours ago

The Infographics Show
The Collapse of AI Software Engineering

AI was supposed to replace software developers, slash costs, and make Big Tech more productive than ever. So why are ...

19:12
The Collapse of AI Software Engineering

330,284 views

9 hours ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Fall 2026) Module 6-5: Loops in Practice Guessing Game

Python for Beginners, python for students, free python course. This video is part of a free and open set of complete course ...

17:43
Python (Fall 2026) Module 6-5: Loops in Practice Guessing Game

1 view

4 hours ago

PythonClassroom
Python while loops explained: the three jobs a for loop hides

A for loop quietly does three jobs for you. Here's what happens when you have to do all three yourself, in the browser with nothing ...

2:00
Python while loops explained: the three jobs a for loop hides

0 views

22 hours ago

PythonClassroom
Writing your own Python function with def (why repeated code is a bug)

A program that cheers a team on, three times, written out longhand — and the moment one word needs to change, it breaks.

1:49
Writing your own Python function with def (why repeated code is a bug)

1 view

22 hours ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Fall 2026) Module 6-4: Using Continue to Skip Part of a Loop

Python for Beginners, python for students, free python course. This video is part of a free and open set of complete course ...

3:56
Python (Fall 2026) Module 6-4: Using Continue to Skip Part of a Loop

2 views

4 hours ago

PythonClassroom
Python list.append() explained: adding items as your program runs

A list written out by hand is only half the story. Here's how to add to one while your program is actually running, in the browser with ...

1:19
Python list.append() explained: adding items as your program runs

0 views

22 hours ago

PythonClassroom
Python list.remove() explained: removing an item by value

You've been adding to lists. This is the other direction, in the browser with nothing to install. fruits.remove("banana") takes an item ...

1:33
Python list.remove() explained: removing an item by value

0 views

22 hours ago

PythonClassroom
What is a Python list? Turning separate variables into one list

Three pieces of fruit, three variables. Now imagine twenty — or a number you won't know until the program is running. Here's the ...

1:33
What is a Python list? Turning separate variables into one list

0 views

22 hours ago

PythonClassroom
Python indentation explained: what those four spaces actually do

A working program, one line moved four spaces left, and Python says nothing at all — it just quietly does something else.

3:20
Python indentation explained: what those four spaces actually do

0 views

22 hours ago

Sarvin Style Coding
Build Your First AI Chatbot with Python (No OpenAI API Cost!)

Want to build your first AI chatbot with Python? In this tutorial, we'll build a real AI chatbot from scratch using Python and an LLM.

31:41
Build Your First AI Chatbot with Python (No OpenAI API Cost!)

1,951 views

20 hours ago

Sudoshil
Solving "a or an" in Python with NLTK and CMUdict

Picking "a" or "an" looks like a one-line function. It isn't — English chooses by sound, not spelling, so "unicorn" takes "a" and "hour" ...

4:46
Solving "a or an" in Python with NLTK and CMUdict

8 views

11 hours ago