ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

124,256 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

Jesse Warden
Beginner's Guide to Functional Programming

We cover the basics: - pure functions - lenses - list comprehensions - curry & partial applications We don't cover Category Theory ...

1:05:33
Beginner's Guide to Functional Programming

1,342 views

7 years 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

51,411 views

1 year 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

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,901 views

3 years ago

ScalaIO FR
Whirlwind tour of the Scala Functional Programming ecosystem - Mark Moore

Whirlwind tour of the Scala Functional Programming ecosystem - Mark Moore Let's go on a whirlwind tour of the FP library ...

53:15
Whirlwind tour of the Scala Functional Programming ecosystem - Mark Moore

1,624 views

6 years ago

Alex The Analyst
Functions in Python | Python for Beginners

Take my Full Python Course Here: https://bit.ly/48O581R In this series we will be walking through everything you need to know to ...

12:44
Functions in Python | Python for Beginners

132,083 views

3 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 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,305 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

558 views

8 years ago

Python Peak
What’s the #secret to using map for functional programming? Unlock Functional #programming with map

What's the secret to using map for functional programming? The map function applies a given function to all items in an iterable.

0:16
What’s the #secret to using map for functional programming? Unlock Functional #programming with map

452 views

1 year ago

PyCon Thailand
Functional Programming in Python

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

29:49
Functional Programming in Python

1,846 views

2 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

Ivan Grishaev
Functions in Python

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

20:19
Functions in Python

3,447 views

10 years ago

CampusX
Session 6 - Functions in Python | Data Science Mentorship Program(DSMP) 2022-23

Enroll in this Programme from our Website - https://learnwith.campusx.in/ Course Website Link ...

2:15:47
Session 6 - Functions in Python | Data Science Mentorship Program(DSMP) 2022-23

127,471 views

Streamed 3 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,338 views

10 years ago

Linux.conf.au 2010 -- Wellington, New Zealand
Using Functional Programming Techniques In Your Favourite Language

Presenter(s): Malcolm Tredinnick URL: http://2010.linux.conf.au/programme/schedule/view_talk/50193 Over the last few years, ...

46:31
Using Functional Programming Techniques In Your Favourite Language

50 views

11 years ago

Python Peak
Why use map and filter in Python? Unlock Pythons Map and Filter Magic!

Why use map and filter in Python? Using map and filter can reduce code length. They allow for more readable and cleaner ...

0:16
Why use map and filter in Python? Unlock Pythons Map and Filter Magic!

453 views

1 year ago

ConfEngine
The Z3 SMT Solver & Functional Programming by Allister Beharry #FnConf 2022

Satisfiability modulo theories (SMT) solvers are extremely powerful tools that are indispensable in a number of applications of ...

19:58
The Z3 SMT Solver & Functional Programming by Allister Beharry #FnConf 2022

1,051 views

3 years ago

Derek Harter
CSci 574 Machine Learning : U01-3 OO and Functional Programming with Python

Unit 01, Video 03 - Object Oriented and Functional Programming with Python In this video we discuss programming using ...

53:13
CSci 574 Machine Learning : U01-3 OO and Functional Programming with Python

181 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

285 views

7 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

oss learningondemand
11-Python-functional-programming

functional programming ใน Python.

8:38
11-Python-functional-programming

122 views

13 years ago

TechCode
Python Programming Tutorial for Absolute Beginners

In this Python programming tutorial for absolute beginners, you'll learn to read and write Python code. Learn all about Python data ...

2:10:23
Python Programming Tutorial for Absolute Beginners

210 views

4 years ago

Bruno Rodrigues
Some more experiments with functional programming and delayed evaluation

Continuing my experiments from the previous video, I try some more things with quosures and tidy eval. I think I found a way to ...

18:42
Some more experiments with functional programming and delayed evaluation

364 views

4 years ago