ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,160,429 results

PYCON UK
PYCON UK 2025 Friday Keynote: Python's True Superpower, Hynek Schlawack

Python appears to be everywhere nowadays! How did it happen, that a language that almost died in the Python 2 to 3 process is ...

1:05:50
PYCON UK 2025 Friday Keynote: Python's True Superpower, Hynek Schlawack

3,052 views

5 months ago

PyCon 2017
Miguel Grinberg   Asynchronous Python for the Complete Beginner   PyCon 2017

"Speaker: Miguel Grinberg With the introduction of the asyncio package in Python 3.4, you can hear lots of people talking about ...

30:58
Miguel Grinberg Asynchronous Python for the Complete Beginner PyCon 2017

126,706 views

8 years ago

PyCharm, a JetBrains IDE and JetBrains
Python Unplugged on PyTV – Free Online Python Conference

Watch 6+ hours of solid #Python talks featuring the people behind the tools and libraries you use every day – and the ...

7:32:18
Python Unplugged on PyTV – Free Online Python Conference

29,993 views

Streamed 13 days ago

PyData
James Powell: So you want to be a Python expert? | PyData Seattle 2017

www.pydata.org PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData ...

1:54:11
James Powell: So you want to be a Python expert? | PyData Seattle 2017

501,231 views

8 years ago

EuroPython Conference
Async Python: Concurrency Without the Headaches — Krzysztof Wilczyński, Mateusz Zaremba

EuroPython 2025 — South Hall 2A on 2025-07-18] *Async Python: Concurrency Without the Headaches by Krzysztof ...

39:43
Async Python: Concurrency Without the Headaches — Krzysztof Wilczyński, Mateusz Zaremba

689 views

4 months ago

CultRepo
The Story of Python and how it took over the world | Python: The Documentary

This is the story of the world's most beloved programming language: Python. What began as a side project in Amsterdam during ...

1:24:05
The Story of Python and how it took over the world | Python: The Documentary

1,029,879 views

6 months ago

PyCon AU
"It's Pythons All The Way Down: Python Types & Metaclasses Made Simple" - Mark Smith (PyCon AU 2019)

Mark Smith Don't be afraid of metaclasses! This talk will explain how, once you've grasped basic types, classes and inheritance, ...

1:09:54
"It's Pythons All The Way Down: Python Types & Metaclasses Made Simple" - Mark Smith (PyCon AU 2019)

14,711 views

6 years ago

AlphaVideoIreland
PyCon 2015 - Python's Infamous GIL by Larry Hastings

You've heard about Python's GIL. But what is it really? What does it do, both good and bad? Come learn all about the Python GIL.

36:48
PyCon 2015 - Python's Infamous GIL by Larry Hastings

56,951 views

10 years ago

SF Python
The Mental Game of Python - Raymond Hettinger

This talk was presented at PyBay2019 - 4th annual Bay Area Regional Python conference. See pybay.com for more details about ...

1:10:00
The Mental Game of Python - Raymond Hettinger

129,714 views

6 years ago

North Bay Python
"What is a Coroutine Anyway?" - John Reese (North Bay Python 2019)

A Python conference north of the Golden Gate North Bay Python is a single-track conference with a carefully curated set of talks ...

30:27
"What is a Coroutine Anyway?" - John Reese (North Bay Python 2019)

35,847 views

6 years ago

Python New Zealand
"From Pascal to Python" - Steve Dunford (Kiwi Pycon X)

The New Zealand Python User Group is proud to present the ninth national Python conference in New Zealand. Video licence: CC ...

52:32
"From Pascal to Python" - Steve Dunford (Kiwi Pycon X)

615 views

6 years ago

Python New Zealand
Modern Python - Better Python (the Horrors of My Earlier Code) — Grant Paton Simpson

Recorded at Kiwi PyCon 2024 - https://kiwipycon.nz/ Modern Python is better Python. Understanding my older Python code took ...

29:26
Modern Python - Better Python (the Horrors of My Earlier Code) — Grant Paton Simpson

536 views

1 year ago

PyCon DE
pytest - simple, rapid and fun testing with Python

Recorded at PyCon DE & PyData 2025, April 24, 2025 https://2025.pycon.de/program/PDBAXQ/ The pytest tool offers a rapid ...

1:28:13
pytest - simple, rapid and fun testing with Python

301 views

5 months ago

PYCON UK
PYCON UK 2025: Why  len 4  and other weird things you should know about strings in Python,

Strings in Python behave in all sorts of unexpected ways: len(' ‍🌫️') == 4, 'ñ' != 'ñ', '‮dlrow olleh‬'.split()[1] == 'olleh'! How is ...

24:55
PYCON UK 2025: Why len 4 and other weird things you should know about strings in Python,

225 views

5 months ago

PYCON UK
PYCON UK 2025: Pyrefly  A Scalable Type Checker for a Unified IDE Experience, Kyle Into

Pyrefly is a Python type checker built to provide a fast type checking experience, enabling developers to write better code with ...

23:19
PYCON UK 2025: Pyrefly A Scalable Type Checker for a Unified IDE Experience, Kyle Into

1,564 views

5 months ago

Jane Street
Charlie Marsh: uv: An Extremely Fast Python Package Manager

Charlie Marsh is the founder of Astral, which develops uv, a next-generation Python package manager written in Rust. In this talk ...

40:34
Charlie Marsh: uv: An Extremely Fast Python Package Manager

98,917 views

1 year ago

PyData
More than DataFrames: Data Pipelines with the Swiss Army Knife DuckDB

Recorded at PyData Berlin 2025, https://2025.pycon.de/program/WXPVCS/ Learn how DuckDB transforms data pipelines: from ...

1:28:06
More than DataFrames: Data Pipelines with the Swiss Army Knife DuckDB

1,005 views

3 months ago

Python New Zealand
Hello Operator: Please connect me to 2025 by Notnotcharlie

Recorded at Kiwi PyCon 2025 - https://kiwipycon.nz/ What happens when you connect 1920s technology to that of the 2020s?

28:18
Hello Operator: Please connect me to 2025 by Notnotcharlie

76 views

3 months ago

PyCon 2015
David Beazley - Python Concurrency From the Ground Up: LIVE! - PyCon 2015

"Speaker: David Beazley There are currently three popular approaches to Python concurrency: threads, event loops, and ...

46:50
David Beazley - Python Concurrency From the Ground Up: LIVE! - PyCon 2015

232,581 views

10 years ago

PyCon AU
"Escape from Tutorial Hell" - Sarah Reichelt (PyCon AU 2025)

(Sarah Reichelt) When you're learning to code, no matter what the language, you learn small components: write a function to do ...

25:55
"Escape from Tutorial Hell" - Sarah Reichelt (PyCon AU 2025)

57,178 views

5 months ago