ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,356 results

EuroPython Conference
Mike Müller - Functional Python with Mochi

Mike Müller - Functional Python with Mochi [EuroPython 2015] [21 July 2015] [Bilbao, Euskadi, Spain] [Slides][1] While Python ...

28:54
Mike Müller - Functional Python with Mochi

551 views

10 years ago

PyCon Thailand
Functional Programming in Python

Session description. By Twin Panitsombat (ODDS) -------------------- Event resources on GitHub: ...

29:49
Functional Programming in Python

1,825 views

1 year ago

Laz Built It
OCaml in 90 Seconds

Get Cracked at Coding: https://app.codecrafters.io/join?via=lcarrio Ocaml is a general-purpose, functional programming language ...

1:54
OCaml in 90 Seconds

48,913 views

1 year ago

PyCon Thailand
Pythonic Functional Programming with Coconut

PyCon Thailand: https://2018.th.pycon.org/ Pythonic Functional Programming with Coconut Speaker: Anthony Khong ...

29:23
Pythonic Functional Programming with Coconut

3,292 views

7 years ago

ConfEngine
Functional Programming for the Long Haul by Michael Snoyman at #FnConf18

How do you decide whether a programming language is worth using or not? By necessity, such decisions are usually based on ...

51:13
Functional Programming for the Long Haul by Michael Snoyman at #FnConf18

3,194 views

6 years ago

ConfEngine
The Essence of Functional Programming by Richard Feldman #FnConf 2022

This talk dives into the origins of functional programming, going all the way back to where the term was first introduced, to see how ...

46:05
The Essence of Functional Programming by Richard Feldman #FnConf 2022

6,872 views

3 years ago

EuroPython Conference
Carlos Villavicencio - Functional Programming inside OOP? It’s possible with Python

Functional Programming inside OOP? It's possible with Python [EuroPython 2021 - Talk - 2021-07-28 - Optiver] [Online] By Carlos ...

26:38
Carlos Villavicencio - Functional Programming inside OOP? It’s possible with Python

775 views

4 years ago

Linux.conf.au 2016 -- Geelong, Australia
Functional programming in Python with Toolz and fn.py

Juan Nunez-Iglesias https://linux.conf.au/schedule/30358/view_talk In my brief experience people rarely take this [streaming] ...

22:26
Functional programming in Python with Toolz and fn.py

2,333 views

9 years ago

oss learningondemand
11-Python-functional-programming

functional programming ใน Python.

8:38
11-Python-functional-programming

122 views

13 years ago

ConfEngine
A(n) (un)comfortable Introduction to Hy by Rudraksh MK at Functional Conf 15 Trailer

This talk is an introduction of sorts to Hy, a Lisp dialect embedded in Python. We'll explore the semantic designs of Hy from a Lisp ...

3:08
A(n) (un)comfortable Introduction to Hy by Rudraksh MK at Functional Conf 15 Trailer

3,889 views

10 years ago

Jesse Warden
Impure vs Pure Function Examples
1:17
Impure vs Pure Function Examples

1,303 views

7 years ago

Opensource.com
Top 5: Functional programming, Python frameworks, and more

Top 5 articles of the week Full article: 5. Introducing Flashback, an Internet mocking tool ...

2:17
Top 5: Functional programming, Python frameworks, and more

557 views

8 years ago

Jesse Warden
Impure vs Pure Functions: Part 1

... mathematicians created functional programming but more about the one thing that programmers like that mathematicians have ...

2:45
Impure vs Pure Functions: Part 1

899 views

7 years ago

DevConf
Pythonic FuncProg: List comprehensions - DevConf.CZ 2023

Speaker(s): Matheus Boy Functional programming isn't a niche programming paradigm anymore, with React supporting function ...

14:41
Pythonic FuncProg: List comprehensions - DevConf.CZ 2023

60 views

2 years ago

Roel Van de Paar
If we can do functional programming with Python, do we need a specific functional programming...

Software Engineering: If we can do functional programming with Python, do we need a specific functional programming language ...

6:36
If we can do functional programming with Python, do we need a specific functional programming...

1 view

3 years ago

EuroPython Conference
Chin Hwee Ong - Designing Functional Data Pipelines for Reproducibility and Maintainability

... "control flow" is implemented in Functional Programming Functional design patterns for data pipeline design in Python, and how ...

33:38
Chin Hwee Ong - Designing Functional Data Pipelines for Reproducibility and Maintainability

414 views

4 years ago

ConfEngine
Array-oriented Functional Programming by Aaron W Hsu, Dhaval Dalal and Morten Kromberg at #FnConf18

APL is the original functional programming language, the grand-daddy, the Godfather, and the old workhorse. But don't let ...

1:26:42
Array-oriented Functional Programming by Aaron W Hsu, Dhaval Dalal and Morten Kromberg at #FnConf18

6,463 views

6 years ago

UA Pycon
UA PYCON 2012. Alexey Kachayev. Functional Programming with Python

20-21.10.2012 UA PYCON 2012. day 1 Hall B Alexey Kachayev Functional Programming with Python Цель доклада: показать ...

45:50
UA PYCON 2012. Alexey Kachayev. Functional Programming with Python

2,018 views

13 years ago

Matthew Fricke
CS151 Functional Programming 2

Part two on functional programming in Python for CS151 students.

25:12
CS151 Functional Programming 2

150 views

5 years ago

PyCon SK
Ryan Kirkbride - Programming Python as performance: live coding with FoxDot

In this talk I will introduce the topic of live coding; the interactive programming experience for generating audio and visuals but this ...

38:35
Ryan Kirkbride - Programming Python as performance: live coding with FoxDot

279 views

7 years ago

FOSDEM
Monads in Python: why and how?

by Vincent Perez At: FOSDEM 2020 https://video.fosdem.org/2020/UB2.252A/python2020_monads.webm In this talk I would give ...

22:00
Monads in Python: why and how?

1,892 views

5 years ago

HiRSE
Python -  HiRSE Summer of Programming Languages

The HiRSE Summer of Programming Languages series features 'Python', one of the most popular languages, if not THE most ...

48:24
Python - HiRSE Summer of Programming Languages

265 views

4 months ago

Craig Piercy
Python built-in function: globals()

... and how it can be a game-changer in dynamic programming. Let's get started! What is `globals()`? It's a built-in Python function ...

4:20
Python built-in function: globals()

49 views

9 months ago

Ivan Grishaev
Functions in Python

Lesson https://hexlet.io/lessons/python-functions.

20:19
Functions in Python

3,446 views

10 years ago

Python Peak
When should you use any() and all() in Python? Unlock Pythons #secrets Mastering any() and all()!

When should you use any() and all() in Python? Use any() when you need to check if at least one condition is True. Use all() ...

0:17
When should you use any() and all() in Python? Unlock Pythons #secrets Mastering any() and all()!

316 views

1 year ago