ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

249 results

Khan Academy
Classes and objects | Intro to CS - Python | Khan Academy

Write a class definition to define the template for a new data type, and then call the class to instantiate objects of that type.

7:52
Classes and objects | Intro to CS - Python | Khan Academy

4,337 views

5 days ago

Neo
Classes & Objects: Introduction to OOP in Python (Lesson 09)

Shift your mental model from simple scripts to professional system architecture. ACCESS THE CODE & RESOURCES: The ...

2:04
Classes & Objects: Introduction to OOP in Python (Lesson 09)

20 views

4 weeks ago

Code Wolf
Copy-Pasting Python Code? 😭 Use Python Functions

In this video, you'll learn how to use Python functions to write cleaner, reusable code — no more spaghetti code! We cover: * Why ...

1:27
Copy-Pasting Python Code? 😭 Use Python Functions

14 views

1 month ago

Teddy Hla
Bite-sized science: "Types and Twilight yes, the vampire film" by Dr Martin CHAPMAN

martinchapman giving his talk on types in #python #programming #ai #healthcare.

56:40
Bite-sized science: "Types and Twilight yes, the vampire film" by Dr Martin CHAPMAN

4 views

2 weeks ago

Tech With Tim
Learn Matplotlib in 30 Minutes - Python Matplotlib Tutorial

To learn for free on Brilliant, go to https://brilliant.org/techwithtim . Brilliant's also given our viewers 20% off an annual Premium ...

30:51
Learn Matplotlib in 30 Minutes - Python Matplotlib Tutorial

7,207 views

10 days ago

Low Level Speedrun
watch this video if you want your eyes to bleed

Today we'll create a small IPC-via-file example using Python and C#!

8:32
watch this video if you want your eyes to bleed

1,829 views

2 weeks ago

Constraint Programming
Louv31x 2022 s09 ss02 v01 The First Fail Principle and the Variable Selection.

The first-fail principle is the one that will guide all the black box search ideas. An easy instantiation of this principle is to select the ...

3:24
Louv31x 2022 s09 ss02 v01 The First Fail Principle and the Variable Selection.

13 views

2 weeks ago

Structured AI Notes
Python for AI: The Foundational Pillar | Complete AI Engineering Roadmap

Modular Programming: Writing reusable code with advanced functions. • Object-Oriented Programming (OOP): Building scalable ...

3:41
Python for AI: The Foundational Pillar | Complete AI Engineering Roadmap

13 views

4 weeks ago

AInjoyer
Python from Zero to Hero! EP.2: Conditions and Loops!

This is the second part of my practice-based Python course for beginners! After the course, you will be able to understand more ...

8:53
Python from Zero to Hero! EP.2: Conditions and Loops!

114 views

3 weeks ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Spring 2026) Module 2-2: How Python Programs Run

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

14:44
Python (Spring 2026) Module 2-2: How Python Programs Run

36 views

7 days ago

Clexplain
Introduction to Python

Python for beginners.

3:51
Introduction to Python

4 views

3 weeks ago

Neo
PEP 8: Writing Clean, Professional Python Code (Lesson 10)

Code is read more often than it is written. Let's make sure yours is professional. ACCESS THE CODE & RESOURCES: The ...

1:14
PEP 8: Writing Clean, Professional Python Code (Lesson 10)

13 views

4 weeks ago

EasyTech Bytes
Convert Python Code to Java Using AI | Copilot Prompting

Convert Python Code to Java Using AI | Copilot Prompting Converted a Python program to Java using GitHub Copilot in VS Code.

11:03
Convert Python Code to Java Using AI | Copilot Prompting

15 views

7 days ago

Akash095
Day 11 | Python - OOP | AI/ML Learning Jounery

Day 11 , 10 , 9 – AI/ML Learning Journey | Python (OOPs Completed) Today marks Day 11 of my AI/ML learning journey.

7:30
Day 11 | Python - OOP | AI/ML Learning Jounery

2 views

2 weeks ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Spring 2026) Module 2-3: Introducing Variables

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

15:28
Python (Spring 2026) Module 2-3: Introducing Variables

32 views

7 days ago

Constraint Programming
Louv31x 2022 s07 ss06 v01 Large-Neighborhood Search for Scheduling

We have seen that large neighborhood search can greatly help to discover good solutions quickly but for makespan minimization, ...

2:14
Louv31x 2022 s07 ss06 v01 Large-Neighborhood Search for Scheduling

9 views

2 weeks ago

Jakubication
Python Set Remove vs Discard

This video shows Python set remove vs discard. These two set methods are identical except for one aspect. Set remove raises an ...

1:13
Python Set Remove vs Discard

2 views

2 weeks ago

Data Science
Python Condition and Loops – Day 1 🐍

Welcome to Day 1 of my Python programming series! In this video, I start with the basics of Python conditions and simple logic ...

13:32
Python Condition and Loops – Day 1 🐍

48 views

1 month ago

Code With Amulya
Python Tutorial: How to Reverse a String Using Slicing

In this tutorial, we will learn how to reverse a string in Python using slicing. We'll take input from the user, reverse the string with ...

3:52
Python Tutorial: How to Reverse a String Using Slicing

4 views

13 days ago

Neo
Build an AI Assistant with Python: The Final Project (Lesson 08)

Full Course: https://www.youtube.com/playlist?list=PLf4buieCDKY8n17xn1y3k4pC8bVzYfPPS ⏭️ Next Lesson (OOP): ...

2:36
Build an AI Assistant with Python: The Final Project (Lesson 08)

27 views

4 weeks ago

Code With Amulya
Check if a String is a Palindrome in Python | Python Tutorial

In this tutorial, we will write a Python program to check whether a string is a palindrome. A palindrome is a string that reads the ...

3:09
Check if a String is a Palindrome in Python | Python Tutorial

0 views

3 days ago

AInjoyer
Python from Zero to Hero! EP.1: Variables and types!

This is the first part of my practice-based Python course for beginners! After the course, you will be able to understand more ...

6:32
Python from Zero to Hero! EP.1: Variables and types!

123 views

3 weeks ago

SciCo - Science and Coding
Simulate a Qubit in Python: Quantum Machine Learning #1

Start your *Quantum Machine Learning* journey today! *Learn how to code* and *simulate a Qubit* in Python using PennyLane in ...

7:36
Simulate a Qubit in Python: Quantum Machine Learning #1

136 views

2 weeks ago

ExploreKode
7 Python Ideas That Finally Make It Click (Beginner Friendly)

Python can feel confusing when you're just starting out — not because it's hard, but because most tutorials don't explain how ...

5:13
7 Python Ideas That Finally Make It Click (Beginner Friendly)

11 views

3 weeks ago

Neo
For Loops & Lists: Automating Repetitive Tasks (Lesson 05)

This is where automation begins. Learn how to process thousands of data points in seconds. ACCESS THE CODE ...

2:01
For Loops & Lists: Automating Repetitive Tasks (Lesson 05)

26 views

4 weeks ago