ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

926 results

Jesse Warden
Impure vs Pure Function Examples

What up ladies and gentleman Jesse worden here today I wanted to show you a comment I got on my video for pure functions ...

1:17
Impure vs Pure Function Examples

1,303 views

7 years ago

Barry Brown
Python Functions 1: Pure Functions

Learn how to define simple functions in Python using IDLE.

4:17
Python Functions 1: Pure Functions

6,582 views

10 years ago

Jesse Warden
Impure vs Pure Functions: Part 1

... outside state this is what the tester usually trying to attack so let's take a look at this pure function here which is ad pure it takes a ...

2:45
Impure vs Pure Functions: Part 1

899 views

7 years ago

Jesse Warden
Pure Functions - Same Input(s), Same Output

I cover the issues you get with pure functions regarding the same input(s) should have the same output. Specifically that there is a ...

14:14
Pure Functions - Same Input(s), Same Output

817 views

8 years ago

The Debug Zone
How to Identify Pure Functions in Python: A Comprehensive Guide

In this video, we delve into the concept of pure functions in Python, a fundamental principle in functional programming.

2:50
How to Identify Pure Functions in Python: A Comprehensive Guide

0 views

3 weeks ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

802 views

4 years ago

programming
functionsData

Functions and Data.

47:30
functionsData

718 views

5 years ago

Jesse Warden
Pure Functions to Class Methods

We continue refactoring our code to abstract away all the view component concerns into a class that extends Pixi Sprite.

5:14
Pure Functions to Class Methods

2,400 views

8 years ago

EuroPython Conference
Scott Irwin - A Hitchhiker’s Guide to functools

A Hitchhiker's Guide to functools [EuroPython 2021 - Talk - 2021-07-29 - Brian] [Online] By Scott Irwin One of the concepts we ...

33:27
Scott Irwin - A Hitchhiker’s Guide to functools

3,013 views

4 years ago

Jesse Warden
Pure Functions - Creating Things

Creating objects or classes, our journey to create pure functions begins with making things.

8:18
Pure Functions - Creating Things

379 views

8 years ago

Smart Contract Programmer
View and Pure Functions | Solidity 0.8

Both view and pure functions cannot write to the blockchain. They are read-only functions. What's the difference between view and ...

2:02
View and Pure Functions | Solidity 0.8

24,191 views

4 years ago

Jesse Warden
Pure Functions - Composing Predicates

We build a couple number predicates, and then compose them together to form a higher level predicate. We also explore the ...

8:12
Pure Functions - Composing Predicates

244 views

8 years ago

Jesse Warden
Pure Functions - Mutable State

I show mutable state, and how you have to keep track of what state your data is in to ensure things are done in the correct order.

9:06
Pure Functions - Mutable State

618 views

8 years ago

Jesse Warden
Pure Functions - I/O

I show the 2 problems that input / output cause. Files and servers outside of your problem are out of your control. How do you ...

15:24
Pure Functions - I/O

500 views

8 years ago

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

Designing Functional Data Pipelines for Reproducibility and Maintainability [EuroPython 2021 - Talk - 2021-07-29 - Parrot [Data ...

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

414 views

4 years ago

Jesse Warden
Pure Functions Return Value

I explain what a pure function IS NOT: something that doesn't return a value. Eric Elliot's Pure Function article: ...

4:00
Pure Functions Return Value

1,296 views

8 years ago

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

In this talk, I will run into a series of concepts, such as shared state, pure functions, side effects, and some other functional ...

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

775 views

4 years ago

Codexpanse with Rakhim
Pure Functions / Intro to JavaScript ES6 programming, lesson 17

Learn about determinism, side effects, and pure functions. Watch this to learn about abstraction ...

6:55
Pure Functions / Intro to JavaScript ES6 programming, lesson 17

20,965 views

8 years ago

KreaTuto
PF avec Python : Qu'est-ce qu'une fonction pure ?

Qu'est-ce qu'une fonction pure ou impure ? Comment reconnaître une fonction pure ou impure ? Programmation Fonctionnelle ...

5:46
PF avec Python : Qu'est-ce qu'une fonction pure ?

271 views

1 year 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,870 views

3 years ago