ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

258 results

CodeTracer
Codetracer time-travel debugger for Python (prerelease)

We introduce Codetracer's support for Python. Codetracer is a time-travel debugger that gives developers a revolutionary new ...

42:15
Codetracer time-travel debugger for Python (prerelease)

352 views

2 months ago

Missing Semester
Lecture 7: Debugging and Profiling (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/debugging-profiling/ Help us ...

54:14
Lecture 7: Debugging and Profiling (2020)

101,124 views

5 years ago

Google for Developers
YouTube Developers Live: Debugging & Dealing with Errors

Jeff Posnick gets into the nitty-gritty details of what do to when things go wrong, covering best practices for debugging your ...

23:17
YouTube Developers Live: Debugging & Dealing with Errors

24,494 views

12 years 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,420 views

1 year 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,364 views

6 years ago

Tyler Caraza-Harter
CS 320 Oct 16 (Part 1) - Logging

... decorators in python the other thing that i want to think about is how we can trace our web applications for debugging purposes ...

27:00
CS 320 Oct 16 (Part 1) - Logging

219 views

5 years ago

A. Jesse Jiryu Davis
Eventually Correct: Testing Async Apps

Async frameworks like Tornado and asyncio scramble our usual strategies for writing sequential code. This is most problematic ...

22:17
Eventually Correct: Testing Async Apps

530 views

10 years ago

ABMedia
Learn PowerShell: Episode 9, Debugging + Select + Looping

In this 40-minute long episode, we're going to continue our exploration through PowerShell. This episode has a lot more practical ...

37:10
Learn PowerShell: Episode 9, Debugging + Select + Looping

7,225 views

4 years ago

Confreaks
RubyConf 2017: Dispelling the dark magic: Inside a Ruby debugger by Daniel Azuma

Dispelling the dark magic: Inside a Ruby debugger by Daniel Azuma Debuggers can seem like dark magic—stopping a running ...

37:53
RubyConf 2017: Dispelling the dark magic: Inside a Ruby debugger by Daniel Azuma

502 views

8 years ago

NERSC
Intro to GPU: 06 Debugging on GPU

And I'm going to talk about the debugging on GPU. So maybe I'm a civilian that underestimating the number of threads here, but I ...

20:30
Intro to GPU: 06 Debugging on GPU

2,064 views

5 years 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

BioniChaos
Debugging and Enhancing an ECG Waveform Analysis App with AI and Fuzzy Logic

In this video, I dive deep into building an interactive web application using Flask for analyzing ECG waveforms with a bit of a ...

20:42
Debugging and Enhancing an ECG Waveform Analysis App with AI and Fuzzy Logic

78 views

1 year ago

CodeRefinery
6.2 Modular Code Development - CodeRefinery 2025 Mar

In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...

1:25:25
6.2 Modular Code Development - CodeRefinery 2025 Mar

56 views

9 months ago

Jookia
Programming a DOS Twitch Bot: Part 22 (Tests and line buffering)

There's nothing like writing some tests in Python then diving in to 8086 assembly to write some line buffering code. This video ...

5:27:38
Programming a DOS Twitch Bot: Part 22 (Tests and line buffering)

43 views

3 years ago

Django Under The Hood
Aymeric Augustin about Debugging at Django: Under The Hood 2016

Slides: https://speakerdeck.com/djangounderthehood/debugging-performance-with-django-by-aymeric-augustin Django: Under ...

1:00:13
Aymeric Augustin about Debugging at Django: Under The Hood 2016

1,393 views

9 years ago

NPTEL IIT Bombay
Tutorial 04 Part 01: Plotting In 1 D Using Python

Week 4: Tutorial 04 Part 01: Plotting In 1 D Using Python.

28:22
Tutorial 04 Part 01: Plotting In 1 D Using Python

1,170 views

3 years ago

BioniChaos
ECG Feature Extraction Tool Dev. using Python Neurokit2 Flask Numpy and GPT-4

Building an Advanced Biomedical Flask Application with ChatGPT Co-Hosting Hi, I'm Doctor Beno, and in this livestream, I dive ...

2:19:54
ECG Feature Extraction Tool Dev. using Python Neurokit2 Flask Numpy and GPT-4

349 views

Streamed 2 years ago

Chrome for Developers
Accordion: Live Code Session - Supercharged

In this Supercharged Live Code Session, Paul and Surma live code an accordion. They'll be making (and hopefully fixing!) bugs ...

1:03:56
Accordion: Live Code Session - Supercharged

20,055 views

Streamed 9 years ago

NERSC
Day 2 - Recap and Programming Environment & Compilation with Best Practices

So modules for pre-installed software that we already have on our system, the default, python, is really only meant to service the ...

22:45
Day 2 - Recap and Programming Environment & Compilation with Best Practices

10 views

6 months ago

Pirouz Nourian
3D Geospatial Digital Twin in Python_20231127_135328_UTwente_ITC

In this video, I am teaching the fundamentals of 3D Geospatial Digital Twinning in Python (NumPy). The code samples are ...

1:11:26
3D Geospatial Digital Twin in Python_20231127_135328_UTwente_ITC

107 views

1 year ago

Confreaks
RubyConf 2015 - GDB: A Gentle Intro by Jason Clark

GDB: A Gentle Intro by Jason Clark We love Ruby's elegance, simplicity, and flexibility. But our favorite language perches atop a ...

42:58
RubyConf 2015 - GDB: A Gentle Intro by Jason Clark

663 views

10 years ago

BioniChaos
Kaggle Challenge: Preprocessing Wrist Sensor Data & Debugging AI Model Overfitting

This video documents the end-to-end process of tackling a Kaggle competition focused on the Helios wrist device. We explore the ...

40:18
Kaggle Challenge: Preprocessing Wrist Sensor Data & Debugging AI Model Overfitting

18 views

1 month ago

ArchiLab
The Return of the Evil Stacktrace, or: How to Debug

Unerklärliches Programmverhalten und Stacktraces gehören zum täglichen Brot von Programmierer*innen. Wie liest man so ...

29:02
The Return of the Evil Stacktrace, or: How to Debug

670 views

4 years ago

J David Eisenberg
COMSC 076 Lecture 14 Feb 2024 - Take 2

I accidentally turned off the audio during the Zoom session, so I have re-recorded the remainder of the lecture (and it's probably ...

26:34
COMSC 076 Lecture 14 Feb 2024 - Take 2

87 views

1 year ago

BioniChaos
Can This Chatbot Be Saved? Debugging AI on BioniChaos

In this episode, I'm diving deep into the chaotic beauty of debugging and building web-based biomedical tools—yes, even when ...

33:55
Can This Chatbot Be Saved? Debugging AI on BioniChaos

56 views

7 months ago