ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

100 results

Playful Python
This library can remove the pain of debugging python code

shorts Ever find yourself in a position where a adding a prints to your code is not enough to find the bug, but its too much of a ...

1:00
This library can remove the pain of debugging python code

609 views

3 years ago

Rimu Atkinson
Quick easy example of debugging a Flask app using PyCharm 2020
1:57
Quick easy example of debugging a Flask app using PyCharm 2020

762 views

4 years ago

AI Simplified Lab
Python List Multiplication Bug 🐍 Coding Trap Most Devs Miss! #Shorts

Think multiplying lists in Python is simple? Think again! This hidden bug trips up even experienced developers and can sneak into ...

0:30
Python List Multiplication Bug 🐍 Coding Trap Most Devs Miss! #Shorts

186 views

5 months ago

Systematics MATLAB
How to Debug MATLAB Python in 7 stages

בסרטון נראה כיצד ב 7 שלבים פשוטים אפשר לחבר את ה-MATLAB ואת ה-Python כך שניתן יהיה לדבג בין התוכנות בצורה חלקה וישירה מבלי להפסיק ...

1:59
How to Debug MATLAB Python in 7 stages

203 views

3 years ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

809 views

4 years ago

Programming threads
Call Stack: The Secret Behind How Code Runs

Call Stack In this video we are going to present the call stack data structure and how it is used to track the code execution. The call ...

3:25
Call Stack: The Secret Behind How Code Runs

52 views

1 year ago

Programming threads
Stop Using Lambda in Map/Filter! (Python Performance Trap Explained)

Lambda functions in Python are 17% slower than regular functions when used with map/filter. Learn why lambdas get recreated, ...

1:01
Stop Using Lambda in Map/Filter! (Python Performance Trap Explained)

1,176 views

3 months ago

BioniChaos
Writing code all by myself without a bot

The tools I develop are available on https://bionichaos.com You can support my work on https://patreon.com/bionichaos.

0:14
Writing code all by myself without a bot

491 views

1 year ago

Loupe
Ship in Six Tutorial: Debug INIT Code

Automation Studio's debugger is a powerful tool for diagnosing problematic code on your B&R Industrial Automation PLC.

3:00
Ship in Six Tutorial: Debug INIT Code

219 views

2 years ago

DevForDev
VS Code for Absolute Beginners: Essential Tips & Tricks in 3 min | 2025 | Visual Studio

Subscribe to Support!! Are you just starting your coding journey and feeling overwhelmed by all the tools out there?

3:01
VS Code for Absolute Beginners: Essential Tips & Tricks in 3 min | 2025 | Visual Studio

190 views

10 months ago

Chrome for Developers
Desaturate a color #GUIsnippets

Latest episode → https://goo.gle/47IzUs9 GUI Snippets → https://goo.gle/GUIsnippets GUI Challenges ...

0:52
Desaturate a color #GUIsnippets

2,681 views

2 years ago

Smiansh
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

In this comprehensive tutorial, you will unlock the secrets of controlling program flow with Python conditions. Whether you're just ...

2:51
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

40 views

1 year ago

Craig Piercy
Python Built-In Function: bin()

Describess the bin() function.

3:52
Python Built-In Function: bin()

346 views

1 year ago

BioniChaos
Is GPT-4 Better Than GitHub Copilot?

Extract from a video where I dive into an intriguing coding session where I explore the potential of using GPT-4 for generating ...

0:19
Is GPT-4 Better Than GitHub Copilot?

226 views

2 years ago

Programming threads
When Try-Except Kills Your Speed

Python try-except is 30x slower than if-statements. Learn why exception handling costs performance, when try-except makes ...

0:57
When Try-Except Kills Your Speed

1,500 views

3 months ago

Chrome for Developers
Huellipsis #Shorts

GUI Snippets → https://goo.gle/GUIsnippets GUI Challenges → https://goo.gle/GUIchallenges Subscribe to Google Chrome ...

0:59
Huellipsis #Shorts

11,494 views

3 years ago

Craig Piercy
Python built-in function: any()

Describes the Python Built-in Function: any()

3:36
Python built-in function: any()

63 views

1 year ago

OpenSecurityTraining2
Debugging - Hardware Breakpoints - Lab: Checking Debug Registers

You can watch this class without ads and with quizzes and lab setup instructions by going to https://ost2.fyi/Arch2001.

1:06
Debugging - Hardware Breakpoints - Lab: Checking Debug Registers

247 views

3 years ago

Programming threads
Stop Writing For Loops! List Comprehensions Are 2x Faster ⚡

List comprehensions aren't just syntactic sugar—they're optimized at the C level for 2x better performance. Here's the bytecode ...

1:00
Stop Writing For Loops! List Comprehensions Are 2x Faster ⚡

1,376 views

3 months ago

Caden Crowson
String Reversal - Assembly Part 9

This series covers x86-64 NASM. Using the concepts discussed in the last video, here we implement a string reversal program.

2:10
String Reversal - Assembly Part 9

447 views

1 year ago