ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

91 results

Blake Mroz
20-min from ZERO to your first GAME | Javascript | Python | DAY 1 micro:bit challenge

00:00 - Why we're in Australia 01:02 - Why AI is making getting into software easier 01:48 - But vibe coding alone is not enough ...

23:53
20-min from ZERO to your first GAME | Javascript | Python | DAY 1 micro:bit challenge

193 views

1 month ago

Jack of Many Trades
Learn Python Today! – Basic Beginner's Guide to Python

Python is one of the most-popular coding languages in the world. And for good reason, it is easy to learn and provides users with ...

47:17
Learn Python Today! – Basic Beginner's Guide to Python

43 views

2 years ago

G Technical
Coding on Pycharm - Minecraft Logic
44:50
Coding on Pycharm - Minecraft Logic

6 views

1 year ago

Techqflow Software Solutions
Manual Testing mock Realtime interview  Video - 104|| Software Testing Technical Round | Techqflow

Are you a fresher looking for tips and tricks to ace your software testing job interviews? Look no further! In this video from ...

20:59
Manual Testing mock Realtime interview Video - 104|| Software Testing Technical Round | Techqflow

210,036 views

2 years ago

CS50
CS50P - Lecture 6 - File I/O

This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...

1:32:25
CS50P - Lecture 6 - File I/O

452,168 views

3 years ago

CS50
CS50x 2026 - Lecture 0 - Scratch

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:00:53
CS50x 2026 - Lecture 0 - Scratch

139,937 views

1 month ago

Engineerhoon
What is a Code Pairing round? Hands-on demo with TDD | Thoughtworks Interview

Cracking the Code Pairing Round | Complete Guide with Demo and TDD In this video, I walk you through the Code Pairing ...

20:07
What is a Code Pairing round? Hands-on demo with TDD | Thoughtworks Interview

13,203 views

1 year ago

Сергей Орлов ||l
Coding on iPad in 2021  | ||↓

Is it possible to write code on a tablet? Of course, it is. Is it convenient? Let's see. TL;DR: it actually is if you pick the right tools.

32:03
Coding on iPad in 2021 | ||↓

628 views

4 years ago

Rhys Davies
Holden 2
2:38:20
Holden 2

22 views

1 year ago

CS50
CS50x 2026 - Lecture 1 - C

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:30:18
CS50x 2026 - Lecture 1 - C

99,521 views

1 month ago

Nicholas Day
Python Lecture 3 - Object-Oriented Programming (OOP) (2023)

Find accompanying resources for this lecture, such as the slides, notes and exercises here: ...

1:01:26
Python Lecture 3 - Object-Oriented Programming (OOP) (2023)

580 views

2 years ago

Sergiy Tytenko, PhD | Software Development
Lecture 4 | Inheritance and Polymorphism

Object-Oriented Programming and Data Structures.

1:27:30
Lecture 4 | Inheritance and Polymorphism

54 views

1 year ago

CS50
CS50x 2024 - Lecture 0 - Scratch

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:04:55
CS50x 2024 - Lecture 0 - Scratch

2,130,828 views

2 years ago

Devvrat Rana
Tutorial 19: Python Multithreading, Multiprocessing for beginner

Hey everyone, Welcome to Python Course for Beginners. This Class is related to multithreading multiprocessing in python and ...

37:53
Tutorial 19: Python Multithreading, Multiprocessing for beginner

398 views

3 years ago

Doctor Lai
Day 348 - Teaching Kids Programming - Insertion Sort in Python (Simple Sorting Algorithm)

Post: https://helloacm.com/teaching-kids-programming-insertion-sort-in-python-simple-sorting-algorithm/ If you like this video and ...

29:49
Day 348 - Teaching Kids Programming - Insertion Sort in Python (Simple Sorting Algorithm)

33 views

4 years ago

LittleBit
Circuit Playground Express - The Beginner Microcontroller

This is a video about the Circuit Playground Express, a Cortex M0-based microcontroller made by @adafruit. I show it being used ...

47:15
Circuit Playground Express - The Beginner Microcontroller

73 views

2 years ago

Code & bird
Playwright tutorial: what is page object models and how to use it?

Welcome to our comprehensive Playwright tutorial where we get familiar with the concept of Page Object Models (POM) and how ...

23:53
Playwright tutorial: what is page object models and how to use it?

234 views

2 years ago

Doctor Lai
Day 300 - Teaching Kids Programming - One-way Jump Game via Backtracking, DP and Greedy Algorithm

Post: https://helloacm.com/teaching-kids-programming-one-way-jump-game-via-backtracking-dp-and-greedy-algorithm/ If you like ...

32:41
Day 300 - Teaching Kids Programming - One-way Jump Game via Backtracking, DP and Greedy Algorithm

227 views

4 years ago

CS50
CS50x 2025 - Lecture 0 - Scratch

Computer Science. Computational Thinking. Problem Solving: Inputs, Outputs. Representation: Unary, Binary, Decimal, ASCII, ...

1:58:56
CS50x 2025 - Lecture 0 - Scratch

1,312,978 views

Streamed 1 year ago

OMLDS
An Intro to Metaprogramming in R

Description: Metaprogramming is a generally useful tool to solve certain kinds of programming and data analysis problems.

40:04
An Intro to Metaprogramming in R

299 views

3 years ago

CS50
CS50x 2024 - Lecture 1 - C

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:27:41
CS50x 2024 - Lecture 1 - C

1,382,606 views

2 years ago

Tokyo Rust
Crafting Command Line Tools With Rust

Elizabeth Oda (Researcher at Braid) presents her experience building a command line tool as a newcomer to the language. She'll ...

46:43
Crafting Command Line Tools With Rust

3,948 views

2 years ago

Doctor Lai
Day 393 - Teaching Kids Programming - NegaMax Algorithm (Game Theory)

Post: https://helloacm.com/teaching-kids-programming-negamax-algorithm-game-theory/ If you like this video and would like to ...

21:06
Day 393 - Teaching Kids Programming - NegaMax Algorithm (Game Theory)

771 views

4 years ago

Michael Kamprath
A Homebrew GPU for a Homebrew CPU

In this video I design and create a hardware accelerator for integer multiplication on the TTL CPU computer call the Minimal 64x4, ...

45:57
A Homebrew GPU for a Homebrew CPU

27,816 views

10 days ago

Doctor Lai
Day 391 - Teaching Kids Programming - MinMax Algorithm in Game Tree (Game Theory, Tic Tac Toe)

Post: https://helloacm.com/teaching-kids-programming-minmax-algorithm-in-game-tree-game-theory-tic-tac-toe/ If you like this ...

29:57
Day 391 - Teaching Kids Programming - MinMax Algorithm in Game Tree (Game Theory, Tic Tac Toe)

137 views

4 years ago