ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

codingjerk
Understand Python's Virtual Environments, Pinning, Lock Files, pip, uv | In One Video

A video on Python dependency management. Version pinning, virtual environments and modern tooling, and uv. Voiced by ...

8:49
Understand Python's Virtual Environments, Pinning, Lock Files, pip, uv | In One Video

8,386 views

10 months ago

Confreaks
RubyConf 2015 - Everything You Know About the GIL is Wrong by Jerry D'Antonio

Everything You Know About the GIL is Wrong by Jerry D'Antonio When a Rubyist hears "concurrency" they usually Google Elixir, ...

46:42
RubyConf 2015 - Everything You Know About the GIL is Wrong by Jerry D'Antonio

2,936 views

10 years ago

Craig Piercy
Python function - aiter()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:41
Python function - aiter()

341 views

1 year ago

Confreaks
RubyConf 2017: What does GIL really guarantee you? by Daniel Vartanov

What does GIL really guarantee you? by Daniel Vartanov You probably heard that Global Interpreter Lock (GIL) in Ruby "allows ...

24:55
RubyConf 2017: What does GIL really guarantee you? by Daniel Vartanov

2,906 views

8 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!📚

776 views

10 months ago

Programming threads
Python Decorators Are SLOWER Than You Think! (Bytecode Proof)

In this video, I'll show you why Python decorators can actually slow down your code — using real bytecode analysis and ...

2:18
Python Decorators Are SLOWER Than You Think! (Bytecode Proof)

216 views

2 months ago

Programming threads
This ONE Python Trick Made My Code 4.37x Faster (Threading Secrets)

Learn Python threading and understand how the Python GIL is explained through bytecode analysis and real performance ...

3:07
This ONE Python Trick Made My Code 4.37x Faster (Threading Secrets)

227 views

2 months ago

Programming threads
Python For vs While: Which Loop Is Actually Faster?

Discover the real performance difference between FOR and WHILE loops in Python! Through 1000000 iterations and bytecode ...

2:42
Python For vs While: Which Loop Is Actually Faster?

253 views

2 months ago

Code Script
Day 05 : Python Lists & List Operations Explained - Full Guide for Beginners

Master Python Lists & List Operations in just 8 minutes! In this video, we'll explore everything from creating lists , accessing ...

8:26
Day 05 : Python Lists & List Operations Explained - Full Guide for Beginners

49 views

1 year ago

Craig Piercy
Python Built-in Function: compile()

Let's look at an example. Imagine we have a block of Python code stored in a string and want to execute it. Here, the `compile()` ...

3:52
Python Built-in Function: compile()

386 views

11 months ago

Delta-5
"Hello World" In BrainFuck programming language

"Hello World" In BrainFuck programming language.

0:05
"Hello World" In BrainFuck programming language

35,742 views

3 years ago

Tech With Pro
MASTER JSON IN PYTHON 👍 HOW TO USE JSON IN PYTHON❓👌

Learn how to work with JSON data in Python with ease! In this tutorial, we'll cover the basics of JSON and how to parse, ...

17:15
MASTER JSON IN PYTHON 👍 HOW TO USE JSON IN PYTHON❓👌

298 views

1 year ago

Home Of Python
Python vs C++: Which Language Should You Choose for Modern Development?

Python is presented as an accessible language, emphasizing its easy syntax and rapid development capabilities, alongside its ...

5:05
Python vs C++: Which Language Should You Choose for Modern Development?

35 views

10 months ago

Tech With Pro
While Loops in Python | Python Tutorial for Beginners

Dive into the world of Python While Loops with our complete beginner's guide! In this video, we'll explore the fundamentals of ...

19:17
While Loops in Python | Python Tutorial for Beginners

168 views

1 year ago

Confreaks
RubyConf 2015 - The Hitchhiker's Guide to Ruby GC by Eric Weinstein

The Hitchhiker's Guide to Ruby GC by Eric Weinstein When Ruby programs slow down, the usual culprits—database queries, ...

35:26
RubyConf 2015 - The Hitchhiker's Guide to Ruby GC by Eric Weinstein

3,031 views

10 years ago

CompuTechWorld
Computer Languages Explained in the Simplest way | Machine, Assembly & High-Level Languages

"Have you ever wondered how computers understand us? In this video, we explain Computer Languages in the simplest way.

4:59
Computer Languages Explained in the Simplest way | Machine, Assembly & High-Level Languages

23 views

5 months ago

BioniChaos
Exploring Optical Illusions with Python: Necker Cube, Hermann Grid & More | Interactive Demo

In this video, I dive into the world of optical illusions, focusing on the Necker Cube and Hermann Grid illusions. Using Python code ...

5:34
Exploring Optical Illusions with Python: Necker Cube, Hermann Grid & More | Interactive Demo

146 views

1 year ago

wikipedia tts
Global interpreter lock | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Global_interpreter_lock 00:00:26 1 Technical ...

3:16
Global interpreter lock | Wikipedia audio article

28 views

6 years 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,173 views

2 months ago

EvaluATE
Sentiment Analysis and Topic Modeling: Data Prep Overview

Sentiment analysis and topic modeling progress through several major phases, data preparation, model development and ...

2:15
Sentiment Analysis and Topic Modeling: Data Prep Overview

182 views

4 years ago