ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

762 results

Language skills
[Language skills Python] Pure Functions - Advanced [Tutorial]

This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you'll be a ...

9:24
[Language skills Python] Pure Functions - Advanced [Tutorial]

1,170 views

5 years ago

ArjanCodes
Functions vs Classes: When to Use Which and Why?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Functions vs. Classes?! Are you trying ...

10:49
Functions vs Classes: When to Use Which and Why?

213,042 views

2 years ago

Coderized
The purest coding style, where bugs are near impossible

A powerful paradigm in the programming world, where strict rules are applied in order to reduce bugs to a point where they are ...

10:25
The purest coding style, where bugs are near impossible

1,187,241 views

2 years ago

Computerphile
Functional Programming & Haskell - Computerphile

Just what is functional programming? We asked a member of the team that created Haskell: John Hughes, Professor of Computer ...

9:19
Functional Programming & Haskell - Computerphile

702,567 views

9 years ago

Tech Educate
Python Pure Functions - Python Full Course for Beginners 2023

gtecheducate #python #pythonforbegineers #pythonfullcourse #pythonprogramming #pythontutorial #python3 ...

9:24
Python Pure Functions - Python Full Course for Beginners 2023

56 views

2 years ago

Coding with Yalco
Monad is actually easy. (Conquering the Final Boss of Functional Programming)

Functional #Programming #Coding This video explains one of the concepts of functional programming, Monad. A monad can be ...

12:38
Monad is actually easy. (Conquering the Final Boss of Functional Programming)

4,531 views

1 year ago

peppidesu
How to read Haskell code (in 7 minutes)

Hope you liked the video! This took a while to make (mostly bc of uni stuff getting in the way). In this video, I will be going over the ...

6:51
How to read Haskell code (in 7 minutes)

117,803 views

2 years ago

Doug Mercer
The Magic that Makes Python Tick

Sign up for 1-on-1 coaching at https://dougmercer.dev ...

15:21
The Magic that Makes Python Tick

3,360 views

3 years ago

Code Persist
Ditch your Favorite Programming Paradigm

Programming paradigms define the way our code is written and styled. With modern-day programming, a multi-paradigm ...

6:08
Ditch your Favorite Programming Paradigm

238,147 views

2 years ago

Eric Normand
What are pure functions?

Pure functions originated, as far as I could research, with compiler design. If you could identify a function, let's say a C function, ...

11:47
What are pure functions?

337 views

6 years ago

3Blue1Brown
But what is the Fourier Transform?  A visual introduction.

An animated introduction to the Fourier Transform. Help fund future projects: https://www.patreon.com/3blue1brown An equally ...

19:42
But what is the Fourier Transform? A visual introduction.

11,737,812 views

7 years ago

CodeWithHarry
Functions in Python | Python Tutorial - Day #20

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master ...

16:18
Functions in Python | Python Tutorial - Day #20

1,066,846 views

3 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 155 - Misuse of pure Function Attribute

Awesome T-Shirts! Sponsors! Books! ☟☟ T-SHIRTS AVAILABLE! ▻ The best C++ T-Shirts anywhere!

5:22
C++ Weekly - Ep 155 - Misuse of pure Function Attribute

10,580 views

6 years ago

Eric Normand
How can pure functions represent state change?

Pure functions have no effect besides returning an immutable value. If that's true, then how can we use them to represent ...

10:33
How can pure functions represent state change?

718 views

7 years ago

EduPython
7 Tips for Clean Functions in Python

Part of the Production Python Course from Edupython.

10:44
7 Tips for Clean Functions in Python

22 views

10 months ago

Nodematic Tutorials
Stateful Computations in JAX (OOP and Functional Programming)

Learn why JAX's transformations like `jit`, `vmap`, and `grad` require pure functions, and how this creates unique challenges when ...

5:07
Stateful Computations in JAX (OOP and Functional Programming)

136 views

9 months ago

ByteByteGo
Concurrency Vs Parallelism!

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bytebytegoytTopic Animation ...

4:13
Concurrency Vs Parallelism!

172,435 views

1 year ago

AxOps Academy
2.1 - What is Functional Programming? | Advanced Python

Pure Functions: These are functions that don't cause side effects and are referentially transparent. They're like a maths formula: ...

4:17
2.1 - What is Functional Programming? | Advanced Python

15 views

1 year ago

John DeNero
Designing Functions

... of a function tells you where it can be used, what kind of thing goes in, what kind of thing comes out. Finally, a pure function's ...

4:05
Designing Functions

57,800 views

11 years ago

Lilian Blot
SOF1 Lecture 11.b: Functions' side effects

Therefore, it is good practice to minimise the side effects of your functions and make them as pure as possible. A pure function is ...

8:58
SOF1 Lecture 11.b: Functions' side effects

123 views

2 years ago