ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

337 results

Surfalytics TV
Just enough Python or how to start with Python | Module 0.6 | Surfalytics

Python is the #1 language for data work, data development, data analysis, machine learning, and generative AI.

26:44
Just enough Python or how to start with Python | Module 0.6 | Surfalytics

86 views

2 weeks ago

BioniChaos
Can AI Agents Win a Kaggle competition? Debugging LightGBM & Feature Selection

In this coding session, we explore the capabilities of AI agents in a real-world data science context, specifically focusing on a ...

59:16
Can AI Agents Win a Kaggle competition? Debugging LightGBM & Feature Selection

18 views

4 weeks ago

Jeremy Howard
Getting Started With CUDA for Python Programmers

I used to find writing CUDA code rather terrifying. But then I discovered a couple of tricks that actually make it quite accessible.

1:17:56
Getting Started With CUDA for Python Programmers

78,424 views

1 year ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

78,443 views

1 month ago

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,552,150 views

6 years ago

Microsoft Visual Studio
Getting Started with Python in Visual Studio Code

In this episode, Robert is joined by Tyreke White, who shows us how to get started with Python development using Visual Studio ...

32:48
Getting Started with Python in Visual Studio Code

242,366 views

6 years ago

Jon Gjengset
Implementing and Optimizing a Wordle Solver in Rust

We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...

6:08:52
Implementing and Optimizing a Wordle Solver in Rust

160,063 views

3 years ago

Code with Ebrima
Python Documentation Tutorial for Beginners 2025: From Basics to Expert!📚

Description: Master Python Documentation: Learn How to Use Official Python Docs Like a Pro! Python documentation is an ...

29:16
Python Documentation Tutorial for Beginners 2025: From Basics to Expert!📚

689 views

9 months ago

Mattéo Delabre
Introduction à la programmation compétitive et présentation du Calculum

Des sous-titres sont disponibles pour pallier la mauvaise qualité audio.) Le club d'algorithmique compétitive universitaire de ...

32:14
Introduction à la programmation compétitive et présentation du Calculum

177 views

3 years ago

José A. Alonso
Tipos y clases en Haskell

Se presenta una introducción a los tipos y clases de tipos en Haskell. El texto correspondiente se encuentra en los siguientes ...

1:31:25
Tipos y clases en Haskell

1,470 views

5 years ago

Surfalytics TV
Projects | Polars Introduction | Surfalytics

Do you want some cool T-shirts and hoody? Check out our merch https://shop.surfalytics.com/ Join Dmitry Anoshin in this ...

44:59
Projects | Polars Introduction | Surfalytics

140 views

1 year ago

Top Notch Nerds
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

This video is perfect for LeetCode practice, coding interviews, competitive programming, and CS exams like those for FAANG ...

45:58
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

314 views

9 months ago

CodeTV
Web Games (build an app in 4 hours) · Web Dev Challenge S2.E2

Sponsored by Temporal — What could you create if you had 30 minutes to plan and 4 hours to build? Adam Argyle, Lane Wagner, ...

33:18
Web Games (build an app in 4 hours) · Web Dev Challenge S2.E2

114,422 views

8 months ago

EmacsConf and Emacs hangouts
EmacsConf 2022: Haskell code exploration with Emacs - Yuchen Pei (he/him/himself/his/his)

https://emacsconf.org/2022/talks/haskell 00:00:00.000 What is Haskell? 00:30.520 Parts of a Haskell program 01:33.640 Example ...

29:41
EmacsConf 2022: Haskell code exploration with Emacs - Yuchen Pei (he/him/himself/his/his)

859 views

3 years ago

New Mexico EPSCoR
Python Fundamentals with Data Analysis and Visualization

Python is a high-level programming language that is leveraged in a wide range of disciplines and fields. This webinar training ...

47:21
Python Fundamentals with Data Analysis and Visualization

139 views

4 years ago

Courses by A. Lobianco
SPMLJ 00 KOM 7: Hands on 2 [Intr to Sc Programming and ML with Julia]

SPMLJ 00 KOM 7 - Course: Introduction to Scientific Programming and Machine learning with Julia - Lesson: 00 Kick-off meeting ...

21:54
SPMLJ 00 KOM 7: Hands on 2 [Intr to Sc Programming and ML with Julia]

127 views

4 years ago

NPTEL IIT Guwahati
Lec 31: Waiting Times and Multiple Classes in Open Jackson Networks

Introduction to Queueing Theory Playlist Link: https://www.youtube.com/playlist?list=PLwdnzlV3ogoX2OHyZz3QbEYFhbqM7x275 ...

31:34
Lec 31: Waiting Times and Multiple Classes in Open Jackson Networks

800 views

3 years ago

BioniChaos
Fixing a Broken AI: Battling Class Imbalance with SMOTE & XGBoost

We are back with another intense coding session working on our Kaggle competition entry for detecting Body-Focused Repetitive ...

56:05
Fixing a Broken AI: Battling Class Imbalance with SMOTE & XGBoost

3 views

4 weeks ago

NPTEL IIT Guwahati
Lec 27: Coding Basics

Design & Implementation of Human-Computer Interfaces URL: https://onlinecourses.nptel.ac.in/noc22_cs125/preview Prof.

30:59
Lec 27: Coding Basics

4,157 views

3 years ago

Microsoft Visual Studio
Jupyter Notebooks  in Visual Studio Code

In this episode, Robert is joined by Jeffrey Mew, who shows how you can natively edit Jupyter notebooks in Visual Studio Code.

20:50
Jupyter Notebooks in Visual Studio Code

114,183 views

6 years ago

DEFCONConference
Junyu Zhou - Web2Own Attacking Desktop Apps fromWeb Security's Perspective - DEF CON 27 Conference

People are always talking about binary vulnerabilities when attacking desktop applications. Memory corruptions are always costly ...

37:31
Junyu Zhou - Web2Own Attacking Desktop Apps fromWeb Security's Perspective - DEF CON 27 Conference

831 views

6 years ago

Chrome for Developers
C++ as a second language (Chrome University 2019)

A tour of C++ for experienced programmers coming from other languages, including Python, Java, JS, Ruby, JS and Golang.

25:29
C++ as a second language (Chrome University 2019)

78,139 views

5 years ago

Jon Gjengset
Porting flamegraph to Rust — part 1

In this stream, we started porting parts of the flamegraph profiling tool to Rust: http://www.brendangregg.com/flamegraphs.html.

5:37:11
Porting flamegraph to Rust — part 1

52,377 views

6 years ago

nptelhrd
Mod-05 Lec-39 Exception Handling

Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.

39:02
Mod-05 Lec-39 Exception Handling

2,449 views

10 years ago

Robotic Systems Lab: Legged Robotics at ETH Zürich
Programming for Robotics (ROS) Course 1

The slides are available here: ...

54:24
Programming for Robotics (ROS) Course 1

450,318 views

8 years ago