ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

115 results

CampusX
Generators in Python | Advanced Python Programming

In this video, we'll learn the concept of Generators, a dynamic feature that enhances efficiency in Python programming.

24:53
Generators in Python | Advanced Python Programming

40,054 views

3 years ago

Alexander Hess - Pythonista
Creating "rules in memory" with generator expressions

In this video, I introduce the generator data type. In spirit, it is related to the map and filter types created with the map() and filter() ...

25:39
Creating "rules in memory" with generator expressions

214 views

4 years ago

Evezor
Tutorial: Python Generators

... simple generators: 2:20 generator expressions: 4:39 for loops: 6:35 yield from: 9:25 generator pipelines: 13:10 generator.send ...

40:20
Tutorial: Python Generators

152 views

1 year ago

EuroPython Conference
When to refactor your code into generators and how - presented by Jan-Hein Bührman

EuroPython 2022 - When to refactor your code into generators and how - presented by Jan-Hein Bührman [Liffey A on ...

27:36
When to refactor your code into generators and how - presented by Jan-Hein Bührman

951 views

3 years ago

Ivan Grishaev
Python generators and list comprehensions

Lesson https://hexlet.io/lessons/python_gens.

21:37
Python generators and list comprehensions

2,893 views

10 years ago

Begnoc
Generator functions and lazy sequences - Part 1

Writing some methods to create lazy sequences in JavaScript. Python translation guide at the beginning of the video. Code for the ...

59:33
Generator functions and lazy sequences - Part 1

159 views

5 years ago

Python India
Generators Explained - Rajat Vadiraj Dwaraknath

This talk was presented at PyCon India 2019, on Oct 12th - 13th, at the Chennai Trade Centre. Website: https://in.pycon.org/2019.

25:14
Generators Explained - Rajat Vadiraj Dwaraknath

1,012 views

6 years ago

North Bay Python
Loop better: a deeper look at iteration in Python

... learn the basics, we'll learn some techniques for working with infinite infinite iterables, generators, and generator expressions.

27:39
Loop better: a deeper look at iteration in Python

6,782 views

8 years ago

EuroPython Conference
Alexey Malashkevich - How Pony ORM translates Python generators to SQL queries

Alexey Malashkevich - How Pony ORM translates Python generators to SQL queries [EuroPython 2014] [24 July 2014] Pony ORM ...

44:54
Alexey Malashkevich - How Pony ORM translates Python generators to SQL queries

724 views

11 years ago

Swiss Python Summit
Raphael Das Gupta – Comprehensions: Origin, History, Use – SPS18

"Along the lines of Guido's excellent "The History of Python" blog post we'll look into where the idea for Python's (list) ...

28:09
Raphael Das Gupta – Comprehensions: Origin, History, Use – SPS18

372 views

7 years ago

Alexander Hess - Pythonista
Ch.8: Map, Filter, & Reduce | Intro to Python & Programming | Coding for Managers Series

... Products) - Why generator expressions are really just "lazy" versions of list comprehensions - Why using generator expressions ...

2:26:39
Ch.8: Map, Filter, & Reduce | Intro to Python & Programming | Coding for Managers Series

305 views

5 years ago

North Bay Python
"Writing a PEG parser for fun and profit" - Guido van Rossum (North Bay Python 2019)

Parsing Expression Grammars (PEGs) are a relatively new formalism for describing grammars suitable for automatically ...

42:34
"Writing a PEG parser for fun and profit" - Guido van Rossum (North Bay Python 2019)

13,405 views

6 years ago

PyCon Israel
Data Classes in Python: Why They're Great - Tal Einat - PyCon Israel 2019

Data Classes in Python: Why They're Great + Examples Using attrs and dataclasses - Tal Einat - PyCon Israel 2019 ...

26:24
Data Classes in Python: Why They're Great - Tal Einat - PyCon Israel 2019

7,788 views

6 years ago

shadhu yadav
Brandon Rhodes - Pandas From The Ground Up - PyCon 2015

I created this video with the YouTube Video Editor (https://www.youtube.com/editor)

2:24:58
Brandon Rhodes - Pandas From The Ground Up - PyCon 2015

1,028 views

9 years ago

PyLondinium
The Python object model - Michael Foord - PyLondinium19

Michael Foord - The Python object model ** Copyright belongs to the speaker **

26:01
The Python object model - Michael Foord - PyLondinium19

1,518 views

6 years ago

linuxfestnorthwest
LinuxFest Northwest 2015: Elegant and Efficient Python

Steve Hastings Slides: http://linuxfestnorthwest.org/sites/default/files/slides/elegant_and_efficient_python.pdf As Mark Twain ...

1:02:28
LinuxFest Northwest 2015: Elegant and Efficient Python

1,158 views

10 years ago

wikipedia tts
Generator (computer programming) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Generator_(computer_programming) 00:01:23 1 ...

20:20
Generator (computer programming) | Wikipedia audio article

3 views

6 years ago

EuroPython Conference
Kirill Borisov - Code From Nothing: Procedural Generation of Python Source Code

Code From Nothing: Procedural Generation of Python Source Code [EuroPython 2021 - Talk - 2021-07-30 - Ni] [Online] By Kirill ...

31:28
Kirill Borisov - Code From Nothing: Procedural Generation of Python Source Code

554 views

4 years ago

PyCon SK
Michael Kennedy - Pythonic code, by example

We often hear the term Pythonic thrown around, but what exactly does it mean? This talk will take you on a tour of some of the ...

30:36
Michael Kennedy - Pythonic code, by example

12,814 views

7 years ago

NLPW::2014
APIs. Very dangerous. You go first...

NLPW::2014 Nederlandse Perl Workshop, 25-April, Utrecht by: DrForr Join me in exploring the deep, dark caverns of the perl-5.12 ...

32:34
APIs. Very dangerous. You go first...

375 views

11 years ago