ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

47,541 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

Web Dev Simplified
Learn Pure Functions In 10 Minutes

The idea of a pure function is a function that when given the same inputs always returns the same output. This function also must ...

10:11
Learn Pure Functions In 10 Minutes

160,133 views

6 years ago

Academind
What are "Pure Functions" and "Side Effects"?

You might've heard about "pure functions". Maybe also about "side effects" or "impure functions". There is no wrong or right here ...

4:49
What are "Pure Functions" and "Side Effects"?

59,104 views

4 years ago

CodeLucky
Python Functional Programming: Higher-Order & Pure Functions Explained!

Master Python functional programming with this beginner-friendly guide! This video breaks down complex concepts like ...

7:51
Python Functional Programming: Higher-Order & Pure Functions Explained!

239 views

8 months 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,025 views

2 years ago

BasicOverflow
FP vs OOP | For Dummies

Explains the Functional and Object-Oriented Paradigms as simply as possible and gives examples/comparisons of each.

8:43
FP vs OOP | For Dummies

229,582 views

4 years ago

Bro Code
Functions in Python are easy 📞

python #tutorial #course 00:00:00 functions 00:01:49 arguments 00:04:28 exercise #1 00:06:12 return 00:08:27 exercise #2 ...

10:38
Functions in Python are easy 📞

1,048,413 views

3 years ago

theteachr
The Essence of Pure Functions

Burgers are sandwiches.

7:55
The Essence of Pure Functions

14,737 views

1 year ago

Andrey Fadeev
Write better code with pure functions

Support the channel: Buy Me a Coffee https://www.buymeacoffee.com/andrey.fadeev Ko-fi https://ko-fi.com/andreyfadeev Youtube ...

16:20
Write better code with pure functions

1,601 views

9 months 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,208 views

2 years ago

Daedalus Community
Functional programming - A general introduction

The functional paradigm is a bit different from the ones most people are familiar with. This is why I decided to make a video about ...

11:47
Functional programming - A general introduction

161,829 views

2 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

Dave Gray
What are Pure Functions? | Javascript Functions Tutorial

https://www.freecodecamp.org/news/what-is-a-pure-function-in-javascript-acb887375dfe/ "What is a Pure Function?

15:43
What are Pure Functions? | Javascript Functions Tutorial

15,956 views

4 years ago

J.C. Hiatt
What is a Pure Function?

Pure functions are foundational to functional programming. They help reduce the amount of bugs you write, make the bugs you ...

10:32
What is a Pure Function?

166 views

5 years ago

Telusko
What is Pure and Impure Function?

In computer programming, a pure function is a function that has the following properties: 1. Its return value is the same for the ...

10:17
What is Pure and Impure Function?

15,948 views

6 years ago

Kai Lew
Zero to Software Developer (Python Pure Functions)

Today we ended up learning about Pure Functions! Like or comment for GOODLUCK Sub for new content everyday Contact ...

5:04
Zero to Software Developer (Python Pure Functions)

14 views

3 years ago

Manning Publications
Functional programming for beginners: Pure functions explained

Why is it that pure functions can't use mutable states in most cases, and how do you fight mutability by working with immutable ...

15:44
Functional programming for beginners: Pure functions explained

1,539 views

3 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

Packt
Building F# Applications : Pure and Impure Functions | packtpub.com

A pure function is one with no side effects. This video will show how to use pure functions to improve both the expressiveness and ...

4:40
Building F# Applications : Pure and Impure Functions | packtpub.com

258 views

8 years ago

Tech Art Corner
Pure Functions In Blueprints

What are pure and impure functions? How do they affect performance? Why some Blueprint nodes require execution flow to be ...

10:19
Pure Functions In Blueprints

379 views

3 months ago

Harsh Agrawal
Pure Functions in Python | Functional Programming with Python

Functional programming is another style of programming that can make your code much cleaner and easier to understand.

8:20
Pure Functions in Python | Functional Programming with Python

3,345 views

5 years ago

Gate Smashers
Lec-64: Map() & Filter() in Python 🐍 with execution 👩‍💻🙇💻

In this video, Varun sir will break down Python's map() and filter() functions in the simplest way possible. Learn how they work, ...

7:23
Lec-64: Map() & Filter() in Python 🐍 with execution 👩‍💻🙇💻

54,185 views

2 years ago

Coding Is Thinking
Functional Programming in Python | Pure Functions, map, filter, zip Explained

Dive into the world of **Functional Programming in Python** with this easy-to-follow tutorial! Whether you're a beginner or ...

12:58
Functional Programming in Python | Pure Functions, map, filter, zip Explained

6 views

3 months ago

CodeLink
Harnessing pure functions for reliable python code

Get Free GPT4o from https://codegive.com ## harnessing pure functions for reliable python code ### introduction to pure ...

14:10
Harnessing pure functions for reliable python code

4 views

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