ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

204 results

Bro Code
Learn Python generators in 8 minutes! 🚰

python #coding #programming # Generator = Function that behaves like an iterator (it can be used in a for loop) # Pauses a ...

8:02
Learn Python generators in 8 minutes! 🚰

29,708 views

3 months ago

Bro Code
Learn Python generator expressions in 9 minutes! ♻️

python #coding #programming # Generator Expression = Similar to a list comprehension but uses () instead of [] # Creates a ...

9:08
Learn Python generator expressions in 9 minutes! ♻️

8,230 views

3 months ago

Bro Code
Learn Python iterators in 7 minutes! ➡️

python #coding #programming # Iterator = An object that returns elements one at a time # from a sequence (or data stream) # and ...

7:12
Learn Python iterators in 7 minutes! ➡️

18,882 views

3 months ago

Bro Code
Create QR codes with Python in 4 minutes! 📱

python #coding #programming # In a terminal: pip install qrcode[pil] import qrcode url = input("Enter the URL: ").strip() file_path ...

4:11
Create QR codes with Python in 4 minutes! 📱

193,661 views

3 months ago

Visually Explained
Python Decorators - Visually Explained

Resources & Further Learning - *args vs **kwargs - Visually Explained: https://www.youtube.com/watch?v=FFpDsC6B2qw ...

16:00
Python Decorators - Visually Explained

224,449 views

2 months ago

Bro Code
Build a music player with Python! 🎶

python #coding #programming We're going to walkthrough how to create an mp3 music player using Python. This video is meant ...

21:56
Build a music player with Python! 🎶

39,474 views

2 months ago

Bro Code
Generate random numbers in C! 🎲

coding #programming #cprogramming int main() { // Pseudo-random = Appear random but are determined by a // mathematical ...

6:02
Generate random numbers in C! 🎲

11,861 views

10 months ago

Bro Code
Learn NumPy in 1 hour! 🔢

coding #python #numpy This video serves as an introduction to the NumPy Python library. We'll cover the basics of NumPy so you ...

1:00:00
Learn NumPy in 1 hour! 🔢

302,081 views

6 months 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

162,938 views

11 months ago

Bro Code
Random numbers in NumPy are easy! 🎲

coding #python #numpy Random numbers in NumPy are useful for simulations, modeling, applying random transformations, and ...

7:51
Random numbers in NumPy are easy! 🎲

11,475 views

6 months ago

TechBlazes
Python Intermediate Course | Beyond the Basics: Iterators, Generators, RegEx, Packages & Decorators

Python Intermediate Course | Beyond the Basics: Iterators, Generators, RegEx, Packages & Decorators ⏱️ YouTube ...

2:31:26
Python Intermediate Course | Beyond the Basics: Iterators, Generators, RegEx, Packages & Decorators

50 views

5 months ago

V CUBE Software Solutions
Python Interview Questions & Answers | Mock Interview Session V Cube| Best Software Training Center

f you want to crack a Python interview, you need proper preparation! ✓ Watch this student mock interview video and learn how ...

8:58
Python Interview Questions & Answers | Mock Interview Session V Cube| Best Software Training Center

1,172,138 views

10 months ago

Tech With Tim
Build a Python AI Agent in 10 Minutes

Try Notion for free → https://ntn.so/techwithtim Check out PyCharm, the only Python IDE you need. Built for web, data, and ...

10:32
Build a Python AI Agent in 10 Minutes

78,905 views

3 months ago

Corey Schafer
Python Tutorial: AsyncIO - Complete Guide to Asynchronous Programming with Animations

In this video, we'll be learning all about AsyncIO in Python and how to write asynchronous code using the async/await syntax.

1:42:41
Python Tutorial: AsyncIO - Complete Guide to Asynchronous Programming with Animations

96,962 views

5 months ago

Tech With Tim
How to Build a Discord Bot With Python - Full Tutorial 2025+

Try Junie, smart coding agent: https://jb.gg/try-junie Download PyCharm and use it for free forever with one month of Pro included: ...

41:31
How to Build a Discord Bot With Python - Full Tutorial 2025+

189,311 views

9 months ago

freeCodeCamp.org
Guide to Agentic AI – Build a Python Coding Agent with Gemini

Build your own functional AI coding agent from the ground up using Python and the free Gemini Flash API. This project-based ...

2:14:23
Guide to Agentic AI – Build a Python Coding Agent with Gemini

157,102 views

5 months ago

Data Engineering
𝟏𝟐 𝐇𝐨𝐮𝐫𝐬 𝐏𝐲𝐭𝐡𝐨𝐧 𝐌𝐚𝐬𝐭𝐞𝐫𝐜𝐥𝐚𝐬𝐬 in Tamil | For Freshers, Data Engineers, Analysts & Scientists!

Welcome to the Ultimate 12-Hour Python Masterclass in Tamil – designed for freshers, data engineers, data analysts, and aspiring ...

11:59:56
𝟏𝟐 𝐇𝐨𝐮𝐫𝐬 𝐏𝐲𝐭𝐡𝐨𝐧 𝐌𝐚𝐬𝐭𝐞𝐫𝐜𝐥𝐚𝐬𝐬 in Tamil | For Freshers, Data Engineers, Analysts & Scientists!

775,461 views

8 months ago

corbin
How To Use GitHub For Beginners

like & subscribe :) GitHub · Build and ship software on a single, collaborative platform: https://github.com/ tech news in 60 sec: ...

10:29
How To Use GitHub For Beginners

844,050 views

10 months ago

David Ondrej
Build Anything with Google Colab, Here’s How

Learn about the best AI Business models here - https://www.youtube.com/watch?v=Ta5g-OxjPO4 Build AI Agents in Google ...

13:01
Build Anything with Google Colab, Here’s How

56,586 views

3 months ago

Fireship
n8n will change your life as a developer...

Get up to 67% off VPS at Hostinger to self-host your own automations. Use code FIRESHIP for an extra discount at ...

5:56
n8n will change your life as a developer...

1,079,278 views

4 months ago

Your Average Tech Bro
My New AI Coding Workflow To Build Apps Fast (Goodbye Cursor, Hello Claude Code)

In this video I break down why I'm switching from using Cursor to Claude Code. Check out Warp using this link for 2 months free to ...

12:52
My New AI Coding Workflow To Build Apps Fast (Goodbye Cursor, Hello Claude Code)

196,929 views

7 months ago

Alex Finn
Google Antigravity: From Beginner to Expert in 14 Minutes

Here is your complete beginners guide to Google Antigravity. This is my full end to end workflow. You'll be a MASTER by the end ...

14:10
Google Antigravity: From Beginner to Expert in 14 Minutes

144,742 views

2 months ago

Mervin Praison
I Tried Google Antigravity So You Don't Have To!

Google Anti-Gravity: The FREE Alternative to Cursor AI - Complete Review & Tutorial ## Video Description: Discover Google ...

8:30
I Tried Google Antigravity So You Don't Have To!

59,305 views

2 months ago

Bro Code
C Programming Full Course for free ⚙️

coding #programming #cprogramming (00:00:00) introduction to C programming ⚙ (00:00:41) VSCode download (00:01:52) new ...

6:53:35
C Programming Full Course for free ⚙️

1,463,579 views

9 months ago

Dave Ebbelaar
FastAPI for AI Projects - Getting Started in 15 Minutes

Want our AI production framework? Go here: https://academy.datalumina.com/genai-launchpad Consider freelancing? Find your ...

16:54
FastAPI for AI Projects - Getting Started in 15 Minutes

31,413 views

8 months ago