ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

320 results

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

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

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

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

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

Jesse Warden
Pure Functions - String Predicate

First, quick coverage of default parameters to help validating your inputs, and then your first predicate, a pure function that returns ...

6:48
Pure Functions - String Predicate

280 views

8 years ago

Jesse Warden
Pure Functions - Validating Inputs, Returning Maybes

I cover using predicates to validate your inputs for pure functions, and how you return a “Maybe”, or an Object that says whether ...

5:39
Pure Functions - Validating Inputs, Returning Maybes

235 views

8 years ago

DevConf
Pythonic FuncProg: List comprehensions - DevConf.CZ 2023

... did you know that you can write elegant, functional Python code in the most Pythonic way possible with list comprehensions?

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

60 views

2 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

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

Sheikh Abdur Raheem Ali
Virtual Pure functions

All rights belong to Tamer Shanableh.

7:47
Virtual Pure functions

23 views

7 years ago

Martin Baun
Make Great Code: 02 Utility Functions

Along the way, you'll learn the importance of pure functions and why they make testing and reasoning about your code so much ...

6:52
Make Great Code: 02 Utility Functions

248 views

1 year ago

Jesse Warden
Function Partials

I go over the basics of creating function partials using Lodash FP. We'll build on the code in this example to see the variety of uses ...

4:38
Function Partials

629 views

8 years ago

Jesse Warden
Function Arity

What up ladies and gentlemen Jesse Warren here we're going to talk about function arity today function era T is how many ...

4:26
Function Arity

670 views

7 years ago

Smart Contract Programmer
Learn Solidity (0.5) - View and Pure Functions

What's the difference between a view an a pure function in Solidity?

7:08
Learn Solidity (0.5) - View and Pure Functions

9,787 views

6 years ago

Jesse Warden
Purer Validation via Reduce

We clean up some of our integration tests by using pure functions to validate 99 data points resulting in more pure code and ...

4:37
Purer Validation via Reduce

290 views

8 years ago

CodeEmporium
Optimizers - EXPLAINED!

From Gradient Descent to Adam. Here are some optimizers you should know. And an easy way to remember them. SUBSCRIBE ...

7:23
Optimizers - EXPLAINED!

143,651 views

5 years ago