ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

32,880 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

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

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,319 views

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

811 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

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

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

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

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

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,914 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!

398 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

504 views

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

Edgars Garsneks
What does Functional Annotation do?

#java #javatutorial #annotations #programming #programmingtutorial #functionalprogramming #java8.

0:45
What does Functional Annotation do?

1,692 views

10 months 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,582 views

5 years ago

Python Peak
How can I prevent circular dependencies in Python? Avoiding Circular Dependencies in Python A

How can I prevent circular dependencies in Python? 🏍️ Circular dependencies happen when two modules import each other.

0:18
How can I prevent circular dependencies in Python? Avoiding Circular Dependencies in Python A

113 views

1 year ago

Python Peak
What’s the trick to multi-line lambdas? Unlock the Power of Multi-line Lambdas in Python!

What's the trick to multi-line lambdas? ⛵ Multi-line lambdas allow for more complex operations. ⛵ When you need multiple ...

0:21
What’s the trick to multi-line lambdas? Unlock the Power of Multi-line Lambdas in Python!

482 views

1 year ago

Python Peak
What’s the #secret to customizing JSON serialization? Unlock the #secrets of Custom JSON

What's the secret to customizing JSON serialization? ✂️ Customizing JSON serialization helps format data how you want.

0:17
What’s the #secret to customizing JSON serialization? Unlock the #secrets of Custom JSON

486 views

1 year ago