ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34,404 results

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

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

52,431 views

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

ConfEngine
Aaron Hsu - exploring functional programming coming from an OOP mindset

Aaron Hsu shares his take on coming to functional programming when you are familiar with OOP. He has spoken at Functional ...

2:16
Aaron Hsu - exploring functional programming coming from an OOP mindset

647 views

4 years ago

ConfEngine
Michael Snoyman discusses how he discovered functional programming

Michael Snoyman spoke and delivered a full day workshop at Functional Conf 2019 . He took time to share with us how he ...

2:25
Michael Snoyman discusses how he discovered functional programming

521 views

4 years ago

Kai Lentit
Rare Interview with a Perl programmer

Perl programming language Rare Interview with a Perl programmer with Walter Wallis - aired on © The Black Perl. Find more Perl ...

3:38
Rare Interview with a Perl programmer

427,320 views

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

812 views

4 years ago

Roel Van de Paar
Functional programming in Python: 2048 merge functions

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:58
Functional programming in Python: 2048 merge functions

11 views

3 years ago

Roel Van de Paar
Is this essential functional programming feature missing from python? (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:39
Is this essential functional programming feature missing from python? (2 Solutions!!)

12 views

1 month ago

Python Peak
Why use asyncio.Semaphore for concurrency limits? Pythons asyncio.Semaphore #secret to Limiting

Why use asyncio.Semaphore for concurrency limits? asyncio.Semaphore limits how many tasks run at once. It's great for ...

0:20
Why use asyncio.Semaphore for concurrency limits? Pythons asyncio.Semaphore #secret to Limiting

805 views

1 year ago

ConfEngine
Benefits of functional programming - Francesco Cesarini

"Functional programming changes the way you have to think and reason around your programs. It allows you to write short, ...

1:03
Benefits of functional programming - Francesco Cesarini

367 views

3 years ago

ConfEngine
A(n) (un)comfortable Introduction to Hy by Rudraksh MK at Functional Conf 15 Trailer

This talk is an introduction of sorts to Hy, a Lisp dialect embedded in Python. We'll explore the semantic designs of Hy from a Lisp ...

3:08
A(n) (un)comfortable Introduction to Hy by Rudraksh MK at Functional Conf 15 Trailer

3,915 views

10 years ago

Python Peak
What’s the #secret to debugging with pdb live? Master Live Debugging with pdb in Python!

What's the secret to debugging with pdb live? Pdb lets you debug your code while it runs. This is useful for fixing errors ...

0:10
What’s the #secret to debugging with pdb live? Master Live Debugging with pdb in Python!

400 views

1 year ago

Python Peak
What’s the hack for creating a singleton class in Python? Unlock the #secret Creating a Singleton

What's the hack for creating a singleton class in Python? 🖼️ A Singleton ensures only one instance of a class exists. 🖼️ This is ...

0:20
What’s the hack for creating a singleton class in Python? Unlock the #secret Creating a Singleton

505 views

1 year ago

TheEduGeek
main function Python

Videos are designed for students taking introductory courses in programming, specifically in Python. Videos don't always show ...

3:39
main function Python

12,587 views

5 years ago

New to Code
making function in python |python soo easy | python easy function #PythonCodepy #python #pythoneasy

making function in python |python soo easy | python easy function #PythonCodepy #python #pythoneasy @NewtoCode python ...

0:41
making function in python |python soo easy | python easy function #PythonCodepy #python #pythoneasy

91 views

3 years ago

Zed Mastery
Learn Python programming from scratch by Building  Real-World Python  Projects

Learn Python programming from scratch with hands on exercises in this Python course Master Python by Building Real-World ...

3:39
Learn Python programming from scratch by Building Real-World Python Projects

17 views

3 years ago

Roel Van de Paar
What are functional-programming ways of implementing Conway's Game of Life (5 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:53
What are functional-programming ways of implementing Conway's Game of Life (5 Solutions!!)

8 views

3 years ago

BraveHub
Learn Python in under 5 Minutes: A Quick Guide for Beginners

It supports multiple programming paradigms, including structured, object-oriented and functional programming. No experience ...

3:23
Learn Python in under 5 Minutes: A Quick Guide for Beginners

514 views

1 year ago

Roel Van de Paar
Software Engineering: Why python function programming functions are not collection methods?

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:44
Software Engineering: Why python function programming functions are not collection methods?

1 view

3 years ago

Python Peak
When should you use any() and all() in Python? Unlock Pythons #secrets Mastering any() and all()!

When should you use any() and all() in Python? Use any() when you need to check if at least one condition is True. Use all() ...

0:17
When should you use any() and all() in Python? Unlock Pythons #secrets Mastering any() and all()!

316 views

1 year ago

Python Peak
How to create a singleton class in Python? Master Singleton in Python Without Libraries!

How to create a singleton class in Python? Creating a singleton ensures only one instance of a class. This is useful for ...

0:19
How to create a singleton class in Python? Master Singleton in Python Without Libraries!

105 views

1 year ago

Jesse Warden
Impure vs Pure Function Examples
1:17
Impure vs Pure Function Examples

1,305 views

8 years ago

Python Peak
What’s the best way to use functools.partial? Transform Your #functions with functools.partial in

Its great for callbacks and functional programming. Do you find yourself repeating the same function calls with similar arguments?

0:34
What’s the best way to use functools.partial? Transform Your #functions with functools.partial in

32 views

1 year ago

Python Code Camp
Every Python Programmer Needs to Know This!

python #pythonshorts #shorts #coding Learn how to filter prime numbers from a range using a custom function and Python's filter() ...

1:00
Every Python Programmer Needs to Know This!

676 views

1 year ago