ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

153 results

BrightCHAMPS
Python Basics for Kids: Functions Explained | BrightBYTES

Ever wondered how computers do the same task again and again without extra work? The secret is Functions.

2:16
Python Basics for Kids: Functions Explained | BrightBYTES

0 views

1 day ago

Tech With Tim
Learn NumPy in 40 Minutes - Python NumPy Tutorial

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

40:51
Learn NumPy in 40 Minutes - Python NumPy Tutorial

7,191 views

3 days ago

Data Information Academy
Python Loops

The Python Loops are Python function which iteratively, on a step-by-step basis, moves through a concrete or abstract program, ...

1:42:05
Python Loops

73 views

6 days ago

codingjerk
69% of developers don't get this right

A brief explanation of the **retrying** in software development. **Timestamps:** - 00:00 - Intro - 00:39 - A naive approach - 01:34 ...

23:24
69% of developers don't get this right

3,165 views

19 hours ago

Socratica
HTTP Requests in Python

Sign up for Socratica Courses: https://www.socratica.com/collections Socratica ...

9:27
HTTP Requests in Python

10,262 views

6 days ago

Taught by Celeste AI - AI Coding Coach
The Python Trap That Catches EVERY Beginner! #shorts

Can you guess what this Python code prints? python: def add_item(item, items=[]): items.append(item) return items ...

0:46
The Python Trap That Catches EVERY Beginner! #shorts

138 views

1 day 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)

4 views

6 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

29 views

14 hours ago

AInjoyer
QUICK Python course from Scratch to MASTERY! 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
QUICK Python course from Scratch to MASTERY! EP.2: Conditions and Loops!

83 views

6 days ago

Python Simplified
Stop Sharing API Keys with LLMs - Use Docker MCP Catalog Instead! 🤖💡

What if AI agents didn't need hard-coded integrations, scattered API keys within the source code, or manual server setup anymore ...

23:05
Stop Sharing API Keys with LLMs - Use Docker MCP Catalog Instead! 🤖💡

23,019 views

3 days ago

CEAS
Python Comparison Operators Explained | Comparison Operator with Examples | Python Tutorial

... from User in Python | Input Function | Python for beginners | Python | Input function in Python | Output function in Python | How to ...

6:57
Python Comparison Operators Explained | Comparison Operator with Examples | Python Tutorial

1 view

3 days ago

Python Morsels
Self concatenation in Python

Strings and other sequences can be multiplied by numbers to self-concatenate them. Article version of this video available at ...

3:29
Self concatenation in Python

67 views

3 days ago

Play Own Ai
Ep6 Build an AI Engineering Team with CrewAI | Multi-Agent System in Python

Build a real-world AI Engineering Team using CrewAI In this tutorial, you'll learn how to design and run a multi-agent AI system ...

12:30
Ep6 Build an AI Engineering Team with CrewAI | Multi-Agent System in Python

26 views

2 days ago

Trie Lab
Knight’s Shortest Path on a Chessboard: A BFS Approach

Transform a chess knight problem into an elegant graph solution! Learn how to find the minimum moves for a knight to reach any ...

9:43
Knight’s Shortest Path on a Chessboard: A BFS Approach

31 views

7 days ago

GotIT-Tech
Stop using Python's range(len) to loop over lists

Stop using range len to loop over your lists! You're making your Python code way too complicated. In this episode of Noob vs Pro: ...

0:58
Stop using Python's range(len) to loop over lists

0 views

7 hours ago

Chethana Pixel
Automate Excel Using ChatGPT (SURPRISING results)

Automate Excel using chatGPT's AI to make formulas, macros, and more. #chatgpt #chatgptvideo #excel ...

6:28
Automate Excel Using ChatGPT (SURPRISING results)

124 views

4 days ago

Jakubication
Python Set Intersection

In Python, set intersection returns a set with all elements that the two (or more) sets have in common between them. This video ...

2:00
Python Set Intersection

9 views

4 days ago

howtonetwork
Most People Fail This A+ PBQ (Gateway Issue)

This is an A+ PBQ-style troubleshooting lab. Scenario: A user reports that their PC cannot reach the internet, while other machines ...

2:34
Most People Fail This A+ PBQ (Gateway Issue)

460 views

5 days ago

SURVIVAL ALONE
Rescuing a goat from a giant python, giant python attacks goat, farm life, SURVIVAL ALONE

Rescuing a goat from a giant python, giant python attacks goat, farm life, SURVIVAL ALONE + I faced one of the most dangerous ...

35:03
Rescuing a goat from a giant python, giant python attacks goat, farm life, SURVIVAL ALONE

36,331 views

1 day ago

PythonicFlow
Python Comments & Code Readability | Python Tutorial for Beginners in Hindi + English

Python Comments & Code Readability | Python Tutorial for Beginners in Hindi + English Is video mein aap Python ke comments ...

6:23
Python Comments & Code Readability | Python Tutorial for Beginners in Hindi + English

16 views

6 days ago

PythonicFlow
Python Input & Output (I/O) | Python Tutorial for Beginners in Hindi + English

Python Input & Output (I/O) | Python Tutorial for Beginners in Hindi + English Is video mein aap Python ke Input aur Output system ...

9:42
Python Input & Output (I/O) | Python Tutorial for Beginners in Hindi + English

79 views

7 days ago

varkenvarken
Your first add-on [Module: Getting started. Video 3 of 4]

In this third video of the Getting Started module we have a look at how we can add an operator to a menu, make it a little bit more ...

10:20
Your first add-on [Module: Getting started. Video 3 of 4]

13 views

5 days ago

Devopspod
Claude Was Coding Blind Until This

Ever wondered how VS Code instantly finds every reference to a function across thousands of files? That's Language Server ...

4:32
Claude Was Coding Blind Until This

102 views

4 days ago

ProgramsAndMe
Python If, Elif, Else Explained | Nested If, Indentation & Conditional Statements

In this video, we continue learning about Python control flow statements. You already know about the if statement, else block, and ...

6:22
Python If, Elif, Else Explained | Nested If, Indentation & Conditional Statements

22 views

6 days ago

Aveti Tutorials
Ollama AI chatbot using python

Today we learn to write python ai chatbot using Ollama . You learn to use generative ai and local LLM model to build ai chatbot ...

4:59
Ollama AI chatbot using python

16 views

6 days ago