ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,110 results

ArjanCodes
You Are Going To Like These New Features In Python 3.11

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Python 3.11 is almost here! Not all of the ...

10:58
You Are Going To Like These New Features In Python 3.11

161,744 views

3 years ago

Patrick Loeber
Python 3.11 is out! All new features

Python 3.11 is out! All new features All changes: https://docs.python.org/3.11/whatsnew/3.11.html Get my Free NumPy Handbook: ...

3:38
Python 3.11 is out! All new features

42,838 views

3 years ago

Patrick Loeber
Quick First Look at Python 3.11 Features (10-60% FASTER!)

Learn about the new features in Python 3.11! Article: https://docs.python.org/3.11/whatsnew/3.11.html Download Beta: ...

4:39
Quick First Look at Python 3.11 Features (10-60% FASTER!)

80,956 views

3 years ago

mCoding
It's time... for PYTHON 3.11!

The next version of Python is out! CONTEST CURRENTLY CLOSED! The winners have been contacted already. OFFICIAL ...

8:10
It's time... for PYTHON 3.11!

152,473 views

3 years ago

Code With Tomi
Python 3.11 is released! - Top New Features

In this video, we'll explore the top new features in Python 3.11. This release of Python includes many improvements and updates, ...

2:21
Python 3.11 is released! - Top New Features

1,497 views

3 years ago

anthonywritescode
top 10 new things in python 3.11 (beginner - advanced) anthony explains #434

here's my list of things that I think are worth knowing for python 3.11 - what's new in python 3.10: https://youtu.be/jUwPmbHnlt0 ...

52:47
top 10 new things in python 3.11 (beginner - advanced) anthony explains #434

22,592 views

3 years ago

Indently
How To Use The NEW "Self" Type In Python 3.11 (NEW FEATURE!)

Python 3.11 introduced to us a new Self type that we can use with classes. Let's take a good look at how we can use it! ▷ Become ...

7:18
How To Use The NEW "Self" Type In Python 3.11 (NEW FEATURE!)

16,841 views

3 years ago

NeuralNine
What's New in Python 3.11?

Today we cover the most interesting and useful updates and changes of the new Python version 3.11. Python 3.11 ...

16:44
What's New in Python 3.11?

14,796 views

3 years ago

People also watched

Indently
Python 3.14: The NEW T-strings are Awesome

In today's video we're going to learn about template strings in Python using the new T-string syntax introduced in Python 3.14!

16:35
Python 3.14: The NEW T-strings are Awesome

303,114 views

5 months ago

Indently
10 Important Python Concepts In 20 Minutes

In today's video we are going to be learning about 10 important Python concepts. ▷ Become job-ready with Python: ...

18:49
10 Important Python Concepts In 20 Minutes

1,264,404 views

1 year ago

Indently
NEW in Python 3.15: Unpacking in Comprehensions

We have some new Python syntax coming out in 3.15! Finally we'll be able to unpack in our comprehensions using * and **.

5:57
NEW in Python 3.15: Unpacking in Comprehensions

20,124 views

7 days ago

ArjanCodes
10 Python Features You’re Not Using (But Really Should)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Python has a lot of powerful features hiding in ...

20:45
10 Python Features You’re Not Using (But Really Should)

56,857 views

1 month ago

Carberra
What's new in Python 3.13?

The Python 3.13 beta has been released, meaning the feature freeze is now active. This is the perfect time to take a minute to see ...

5:08
What's new in Python 3.13?

87,906 views

1 year ago

Lex Clips
Guido van Rossum on Python 4.0

Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=-DVyjdw4t9I Please support this podcast by checking out ...

9:37
Guido van Rossum on Python 4.0

230,276 views

3 years ago

Lex Clips
Why Python 3.11 is so fast | Guido van Rossum and Lex Fridman

Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=-DVyjdw4t9I Please support this podcast by checking out ...

25:17
Why Python 3.11 is so fast | Guido van Rossum and Lex Fridman

293,073 views

3 years ago

ArjanCodes
15 Python Libraries You Should Know About

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 15 Python ...

14:54
15 Python Libraries You Should Know About

456,990 views

2 years ago

ArjanCodes
5 Reasons Why You Should Use Type Hints In Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Even though you don't see type hints all that often ...

13:54
5 Reasons Why You Should Use Type Hints In Python

115,835 views

3 years ago

PyCon US
Talk - Anthony Shaw: Write faster Python! Common performance anti patterns

This talk will show small, specific examples of Python code that can be refactored to be faster without compromising on readability.

29:57
Talk - Anthony Shaw: Write faster Python! Common performance anti patterns

34,184 views

3 years ago

Patrick Loeber
New Features In Python 3.10 You Should Know

This video shows and explains the most important new features in Python 3.10. The release date was on October 4, 2021. Get my ...

5:09
New Features In Python 3.10 You Should Know

123,300 views

4 years ago

Pretty Printed
Some New Features in Python 3.11

In this video I'll talk about four new features in Python 3.11: improve precision of traceback messages, task groups for asyncio ...

14:16
Some New Features in Python 3.11

7,336 views

3 years ago

ArjanCodes
New Features You Need To Know In Python 3.12

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Python 3.12 is just around the corner, and I ...

12:04
New Features You Need To Know In Python 3.12

187,238 views

2 years ago

PyCon US
Notes, Groups and Stars: exceptional new features of Python 3.11! - Zac Hatfield-Dodds

Notes, Groups, and Stars aren't just for concerts - they're also exception-ally useful features for error handling, new in Python 3.11!

25:04
Notes, Groups and Stars: exceptional new features of Python 3.11! - Zac Hatfield-Dodds

1,047 views

9 months ago

ArjanCodes
The New Python 3.13 Is FINALLY Here!

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Python 3.13 is here with exciting ...

20:39
The New Python 3.13 Is FINALLY Here!

131,188 views

1 year ago

Indently
How To Use TASK GROUPS In Python 3.11 (NEW FEATURE!)

Did you hear about the new task groups in Python 3.11? They're really cool! I'll show you how they work in this video. ▷ Become ...

8:01
How To Use TASK GROUPS In Python 3.11 (NEW FEATURE!)

13,590 views

3 years ago

Real Python
Faster Code Execution in Python 3.11 and Improved Tracebacks

Python 3.11 was published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen ...

16:51
Faster Code Execution in Python 3.11 and Improved Tracebacks

2,691 views

3 years ago

Real Python
Exploring the New Features of Python 3.11 | Real Python Podcast #131

Python 3.11 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to talk about the new version. Geir Arne ...

1:02:26
Exploring the New Features of Python 3.11 | Real Python Podcast #131

6,908 views

3 years ago

John Hammond
NEW Python 3.11 !!!

Check out WHAT'S NEW in Python 3.11! https://docs.python.org/3.11/whatsnew/3.11.html Help the channel grow with a Like, ...

9:37
NEW Python 3.11 !!!

102,867 views

3 years ago

downthecrop
Python 3.11 - Massive Speed Improvements: What You Need to Know

Python 3.11 and the Faster CPython Project deliver amazing performance gains! Python Release cites a 10-60% speed ...

5:07
Python 3.11 - Massive Speed Improvements: What You Need to Know

5,845 views

3 years ago

Visually Explained
Python Functions - Visually Explained

Resources & Further Learning - Practice notebook → https://rebrand.ly/oe61ojp - Practice exercises solutions video ...

14:10
Python Functions - Visually Explained

233,587 views

10 months ago

Indently
How To Use EXCEPTION GROUPS In Python 3.11 (NEW FEATURE!)

Let's take a look at how we can use the new Exception Groups feature from Python 3.11! It's quite cool actually. ▷ Become ...

10:17
How To Use EXCEPTION GROUPS In Python 3.11 (NEW FEATURE!)

7,692 views

3 years ago