ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

163 results

COMPUTER & EXCEL SOLUTION
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

https://youtu.be/B64PWaPt2dI https://youtu.be/NPOYyRSz6bc This is my Technology Related information.Like "O" Level,"CCC", ...

1:15
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

60 views

4y ago

BiswasXTech
💡Powers of 2 in Python Using Lambda Function ⚡ No Loop Needed

Learn Python the Smart Way! In this quick tutorial, you'll discover how to generate powers of 2 using a sleek lambda function—no ...

10:23
💡Powers of 2 in Python Using Lambda Function ⚡ No Loop Needed

12 views

9mo ago

Dan Kornas
Python Programming Fundamentals | Python Functions

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

11:28
Python Programming Fundamentals | Python Functions

579 views

1y ago

Craig Piercy
Python keyword video reference: LAMBDA

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:37
Python keyword video reference: LAMBDA

13 views

1y ago

Code Lab
Lambda expressions

Lambda expessions are one use calculator which can calculate multiple numbers at a time. For example:- my_nums = [1,2,3,4,5,6 ...

4:35
Lambda expressions

37 views

4y ago

Artefisual
⚙️ ¿Qué es el Cálculo Lambda?

El cálculo Lambda fue una herramienta inventada en 1930 para describir con simpleza los elementos principales de la ...

5:42
⚙️ ¿Qué es el Cálculo Lambda?

20,686 views

3y ago

Cours Python
5.2 Objet fonction, fonction lambda, map et filter

Python est un langage multiparadigme qui supporte évidemment la programmation objet, mais qui supporte également certains ...

8:43
5.2 Objet fonction, fonction lambda, map et filter

3,584 views

8y ago

PyCon South Africa
Building a Serverless Computation Environment with Python

It's easy to deploy one Lambda function (e.g. with the well known Serverless Framework), but it's much harder to write several ...

34:14
Building a Serverless Computation Environment with Python

107 views

5y ago

NPTEL IIT Bombay
Lecture 14 : Advanced  Features of  Functions Part 2 : Lambda expressions

Advanced Features of Functions Part 2 : Lambda expressions.

15:13
Lecture 14 : Advanced Features of Functions Part 2 : Lambda expressions

5,714 views

6y ago

Python España
Python Serverless Microservices - PyConES 2020

Nilo Menezes presents : "Python Serverless Microservices" For the questions about the talk to the original speaker, please, use ...

21:22
Python Serverless Microservices - PyConES 2020

605 views

5y ago

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,736,596 views

7y ago

Jon Gjengset
Crust of Rust: Subtyping and Variance

In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...

1:39:41
Crust of Rust: Subtyping and Variance

75,304 views

5y ago

Christian Drumm
Python for Beginners - Week 5 Unit 2 - Returning results from functions

In the last unit you were introduced to functions in principle, and now, we are going a little bit more into the details. Functions often ...

7:40
Python for Beginners - Week 5 Unit 2 - Returning results from functions

82 views

2y ago

Craig Piercy
Python function - aiter()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:41
Python function - aiter()

406 views

1y ago

Craig Piercy
Python function all()

Describes and explains the Python built-in function - all()

3:51
Python function all()

175 views

1y ago

Craig Piercy
Python built-in function: filter()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

4:06
Python built-in function: filter()

244 views

1y ago

PyCon Greece
Stavros Niafas: Hot-Swapping MLflow Models: A Pythonic Approach on AWS Lambda

PyCon Greece 2025 - Athens, 29-30 August == About the talk == Machine learning models require frequent updates to maintain ...

22:31
Stavros Niafas: Hot-Swapping MLflow Models: A Pythonic Approach on AWS Lambda

41 views

3mo ago

Craig Piercy
Python built-in function: map()

Here, `map()` applies the lambda function to square each number in the list, and the result is converted to a list using `list()`.

5:21
Python built-in function: map()

145 views

1y ago

Craig Piercy
Python Built-in Function: abs()

It's a built-in Python function that dynamically imports a module. While most of us use `import` statements in our code, ...

3:46
Python Built-in Function: abs()

29 views

1y ago

Craig Piercy
Python built-in function: any()

Describes the Python Built-in Function: any()

3:36
Python built-in function: any()

64 views

1y ago

NUS Hackers
FH #279: Notional Machines for Modern Scripting Languages

Introductory CS courses often use scripting languages such as Python. A notional machine is a predictive set of abstractions ...

44:07
FH #279: Notional Machines for Modern Scripting Languages

104 views

10mo ago

BiswasXTech
💻 Python Trick: Get ASCII Value of a Character Instantly! ⚡

In this quick and powerful Python tutorial, you'll learn how to instantly get the ASCII value of any character using the built-in ord() ...

6:13
💻 Python Trick: Get ASCII Value of a Character Instantly! ⚡

13 views

9mo ago

Cours Python
5.4 Generating Expressions and Functions 1/2

Ouvrons maintenant un interpréteur Python pour jouer avec les expressions et les fonctions génératrices. Commençons par ...

5:31
5.4 Generating Expressions and Functions 1/2

1,820 views

8y ago

Craig Piercy
Python keyword video reference: RETURN

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:49
Python keyword video reference: RETURN

10 views

1y ago

Craig Piercy
Python keyword video reference: PASS

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:44
Python keyword video reference: PASS

7 views

1y ago

Solve Computer Science
Understand Python unit tests in 5 minutes

In this video I show you an overview of unit tests in Python: what they are, how they work and how to write effective ones by ...

5:15
Understand Python unit tests in 5 minutes

141 views

2y ago

COMPUTER & EXCEL SOLUTION
Clear function and Dictionary in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

3:42
Clear function and Dictionary in Python@COMPUTEREXCELSOLUTION

39 views

3y ago

Simon Guest
Introduction to Python Lists and Tuples

A brief introduction to Lists and Tuples in Python, especially how they are used in various AI/ML frameworks. 00:00 Introduction ...

18:46
Introduction to Python Lists and Tuples

18 views

1mo ago

Craig Piercy
Python keyword video reference: YIELD

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:39
Python keyword video reference: YIELD

29 views

1y ago

nptelhrd
Mod-05 Lec-38 Advanced Functions

Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.

46:30
Mod-05 Lec-38 Advanced Functions

2,512 views

11y ago

Craig Piercy
Python keyword video reference: NONLOCAL

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:48
Python keyword video reference: NONLOCAL

6 views

1y ago

José A. Alonso
Definiciones de listas por comprensión en Haskell

Se estudia cómo definir funciones en Haskell usando listas de comprensión. En concreto, se estudia cómo definir: listas con un ...

1:20:23
Definiciones de listas por comprensión en Haskell

1,894 views

5y ago

Craig Piercy
Python keyword video reference: GLOBAL

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

3:04
Python keyword video reference: GLOBAL

13 views

1y ago

Craig Piercy
Python Built-In Function: bin()

Describess the bin() function.

3:52
Python Built-In Function: bin()

354 views

1y ago

엄노니
PyQt, PyQt5! 만들면서 배워요! #6 : lambda 함수 적용 | 여러 버튼에 한 함수 걸기(2)

https://velog.io/@umnoni.

4:32
PyQt, PyQt5! 만들면서 배워요! #6 : lambda 함수 적용 | 여러 버튼에 한 함수 걸기(2)

6,353 views

7y ago

Chuck Severance
Python for Informatics: Chapter 2 - Expressions

This is the second chapter of Python for Informatics. We cover constants, variables, reserved words, assignment statements, ...

42:58
Python for Informatics: Chapter 2 - Expressions

75,781 views

13y ago

NERSC
2 Mesh functionality

is a single argument, it's a C++ lambda function. And so what this lambda function does is for given index (i,j,k), this is what I'm ...

23:23
2 Mesh functionality

299 views

2y ago

J David Eisenberg
Chapter 13: Objects as Arguments and Parameters

How to pass objects to a function and get objects returned back from functions.

3:29
Chapter 13: Objects as Arguments and Parameters

139 views

3y ago

Craig Piercy
Python built-in function: callable()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:57
Python built-in function: callable()

54 views

1y ago

Craig Piercy
Python Built-in Function - import()

It's a built-in Python function that dynamically imports a module. While most of us use `import` statements in our code, ...

5:06
Python Built-in Function - import()

198 views

1y ago

Craig Piercy
Python keyword video reference: DEF

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:58
Python keyword video reference: DEF

24 views

1y ago

COMPUTER & EXCEL SOLUTION
def keyword in python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

2:02
def keyword in python@COMPUTEREXCELSOLUTION

74 views

3y ago

Craig Piercy
Python built-in function: type()

Here we create a new class by using type() and the arguments "MyClass", 'object' and 'greet' With a lambda function 'self'.

5:15
Python built-in function: type()

39 views

1y ago

Craig Piercy
Python keyword video reference: CONTINUE

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:55
Python keyword video reference: CONTINUE

10 views

1y ago

Matt Williams
Introduction Data Analysis in Python

A programming workshop we ran at the University of Bristol covering our Introduction to Data Analysis in Python course on the 3rd ...

1:57:28
Introduction Data Analysis in Python

14,049 views

6y ago

Confreaks
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton Performance, readability and ...

49:11
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

903 views

9y ago

Eduardo Mendes
Minissérie Pythonica: Funções #2 - Argumentos posicionais, nomeados e o Python 3.8

O canal é mantido por uma iniciativa de financiamento coletivo: Apoia-se: https://apoia.se/livedepython picpay: @livedepython ...

20:34
Minissérie Pythonica: Funções #2 - Argumentos posicionais, nomeados e o Python 3.8

5,248 views

6y ago

Eduardo Mendes
Pythonic Miniseries: Functions #1 - Defining functions

The channel is supported by a crowdfunding initiative: Apoia-se: https://apoia.se/livedepython PicPay: @livedepython Code ...

6:24
Pythonic Miniseries: Functions #1 - Defining functions

8,641 views

6y ago

Craig Piercy
Python keyword video reference: FROM

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:47
Python keyword video reference: FROM

19 views

1y ago

Craig Piercy
Python keyword video reference: NONE

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:46
Python keyword video reference: NONE

10 views

1y ago

Craig Piercy
Python  built-in function: ascii()

Describes the Python built-in function ascii()

4:04
Python built-in function: ascii()

59 views

1y ago

DevForDev
Collections in Python | List | Dictionary | Set | Tuple | Python 3.13

Subscribe to Support!! Download free PDF: https://drive.google.com/file/d/15exdsxE1WHAEt--ao4v6O3DJxT2BQK1t/view ...

15:06
Collections in Python | List | Dictionary | Set | Tuple | Python 3.13

123 views

1y ago

Craig Piercy
Python keyword video reference: WITH

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

3:00
Python keyword video reference: WITH

17 views

1y ago

Danny Heap
racket recursion video 4/6 --- flatten a list

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on how to flatten a nested list so that it includes only simple ...

3:50
racket recursion video 4/6 --- flatten a list

4,215 views

13y ago

Danny Heap
racket recursion video 1/6 --- triangle recursion

http://www.cdf.toronto.edu/~heap/racket_lectures.html Video on how to build Sierpinski's triangle using recursion, since it is built ...

3:41
racket recursion video 1/6 --- triangle recursion

8,269 views

14y ago

The Digital Cat
Object-oriented programming in Python - Part 1 - Basic concepts

Welcome to a new series of videos on the Python programming language. This time I want to tackle OOP, Object-oriented ...

8:15
Object-oriented programming in Python - Part 1 - Basic concepts

674 views

6y ago

Craig Piercy
Python keyword video reference: NOT

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:48
Python keyword video reference: NOT

11 views

1y ago

CS50
Section 8: More Comfortable

Well, say goodbye to all of those char, float, int, and other keywords you need to use when declaring variables and functions in C.

1:22:49
Section 8: More Comfortable

806 views

13y ago

Jeremy Likness
TypeScript for JavaScript Developers Part 6: Lambda Expressions

Learn how to use lambda expressions in TypeScript so you never have to worry about what "this" is again. Learn more about "this" ...

2:20
TypeScript for JavaScript Developers Part 6: Lambda Expressions

408 views

7y ago

Chuck Severance
Python for Informatics - Chapter 7 Files

This is Chapter 7 for Python for Informatics. www.pythonearn.com All Lectures: ...

24:39
Python for Informatics - Chapter 7 Files

40,106 views

13y ago

Craig Piercy
Python keyword video reference: RAISE

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:55
Python keyword video reference: RAISE

8 views

1y ago

J David Eisenberg
Chapter 10: Nested Lists

Working with lists inside lists.

6:50
Chapter 10: Nested Lists

1,040 views

7y ago

Craig Piercy
Python keyword video reference: TRY

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

3:03
Python keyword video reference: TRY

11 views

1y ago

Codegram
Gone in 60 milliseconds: Offensive security in the serverless age (Rich Jones)

Talk given at Full Stack Fest 2017: https://fullstackfest.com More and more businesses are moving away from monolithic servers ...

35:59
Gone in 60 milliseconds: Offensive security in the serverless age (Rich Jones)

3,073 views

8y ago

Craig Piercy
Python keyword video reference: WHILE

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:50
Python keyword video reference: WHILE

10 views

1y ago

Danny Heap
racket recursion video 3/6 --- koch curve with local definition

video from http://www.cdf.toronto.edu/~heap/racket_lectures.html shows how to create a koch fractal without those annoying ...

4:44
racket recursion video 3/6 --- koch curve with local definition

1,810 views

12y ago

NPTEL IIT Bombay
Lecture 14 : Advanced  Features of  Functions Part 4 : Function over loading and  lecture conclusion

Advanced Features of Functions Part 4 : Function over loading and lecture conclusion.

11:04
Lecture 14 : Advanced Features of Functions Part 4 : Function over loading and lecture conclusion

4,495 views

6y ago

Algeboy: Prof James B. Wilson
Implications make functions...with side-effects

Every logical operator leads to some kind of program and implication is the most important because it leads to functions.

17:47
Implications make functions...with side-effects

374 views

1y ago

Craig Piercy
Python keyword video reference: CLASS

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:50
Python keyword video reference: CLASS

23 views

1y ago

Carlos Chacin
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

Can you really Master AWS Lambda with Java 17 in 2 Mins? This video shares THE key insight or trick that will make you feel ...

2:00
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

1,044 views

3y ago

Craig Piercy
Python keyword video reference: TRUE

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:55
Python keyword video reference: TRUE

10 views

1y ago

Craig Piercy
Python Built-in Function: anext()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:18
Python Built-in Function: anext()

292 views

1y ago

The Beauty and Joy of Computing
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

And we're going to play with functions that take functions as input-- those are higher functions, you've seen those before-- those ...

10:23
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

22 views

4y ago

Cours Python
4.1 Functions

Ouvrons un interpréteur Python pour commencer à jouer avec les fonctions. Regardons comment définir une fonction.

12:58
4.1 Functions

4,627 views

8y ago

timClicks
Rust on AWS Lambda Quickstart

Get your first Rust-based Lambda function live in less than 5 minutes. Resources: - Rust in the AWS Developer Center: ...

6:07
Rust on AWS Lambda Quickstart

3,637 views

3y ago

Danny Heap
racket recursion 2.9/4 --- memoization with recursion

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html. Recursion is the obvious choice for implementing a function ...

3:49
racket recursion 2.9/4 --- memoization with recursion

913 views

14y ago

Craig Piercy
Python keyword video reference: IMPORT

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

3:04
Python keyword video reference: IMPORT

17 views

1y ago

COMPUTER & EXCEL SOLUTION
Choice calculator in Python@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

2:54
Choice calculator in Python@COMPUTEREXCELSOLUTION

35 views

4y ago

Carlos Chacin
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

Master AWS Lambda with Java 17 in 2 Mins! En este video, te mostraremos cómo configurar AWS Lambda con Java 17 en solo 2 ...

1:58
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

772 views

3y ago

Confreaks
RubyConf 2015 - A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther

A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther Submitted for your approval: a circle of torment ...

42:03
RubyConf 2015 - A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther

639 views

10y ago

Python India
Celery and Kubernetes for a Fast, Scalable, and Robust Workflow Orchestration - Param Rajani

Can Celery do more than just background tasks? Absolutely. In this session, I'll share a real-world use case where we ...

33:57
Celery and Kubernetes for a Fast, Scalable, and Robust Workflow Orchestration - Param Rajani

199 views

3mo ago

makingthematrix
Programming with Functions #5 - Immutability

Immutability and pączki. And how do you think, where is the border? Where do you decide that enough is enough and reach for ...

12:42
Programming with Functions #5 - Immutability

949 views

5y ago

Schraf : Maths-info
4 - Python pratique : Programmation Orientée Objet

00:00 Présentation générale 03:29 Définir une classe 04:40 Exemple de classe et d'objets 06:59 Ajout de comportements 08:20 ...

23:04
4 - Python pratique : Programmation Orientée Objet

330 views

1y ago

Engineering Mastery Made Simple
Evaluation of Postfix Expression

Evaluation of Postfix Expression using Stack: To evaluate a postfix expression we can use a stack. Iterate the expression from left ...

2:52
Evaluation of Postfix Expression

34 views

2y ago

makingthematrix
Programming with Functions #4 - unapply and newtype

Design your code around your cats. Data. I mean data. This is a direct continuation of the previous video in this series, the one ...

10:01
Programming with Functions #4 - unapply and newtype

870 views

5y ago

M-x Research
Functional programming: an (Emacs) Lisp view 5/n

Fifth talk of 2022 at the M-x Research group by Jens Jensen This talk is a continuation after Talk 4, this time we talk about ...

54:39
Functional programming: an (Emacs) Lisp view 5/n

458 views

3y ago

Danny Heap
racket recursion video 2/4 --- for/list recursion

http://www.cdf.toronto.edu/~heap/racket_lectures.html Video on lists, a self-referential, or recursive, structure: they can contain lists ...

4:44
racket recursion video 2/4 --- for/list recursion

10,299 views

14y ago

M-x Research
Functional programming: an (Emacs) Lisp view 4/n

Fourth talk of 2022 at the M-x Research group by Jens Jensen This talk aims to introduce some more advanced(ish) topics of ...

57:19
Functional programming: an (Emacs) Lisp view 4/n

887 views

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

838 views

4y ago

Danny Heap
racket recursion video 6/6 ---- recursion with automatic memoization

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on the most natural way to write many functions --- recursion.

4:03
racket recursion video 6/6 ---- recursion with automatic memoization

1,779 views

14y ago

nptelhrd
Mod-05 Lec-39 Exception Handling

Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.

39:02
Mod-05 Lec-39 Exception Handling

2,465 views

11y ago

Google for Developers
Functions are Fun, pt 1 - Dart Tips, ep. 6

Part 6 in a series about Dart's language and libraries. Posted to GoogleDevelopers as a treat, for all videos, see ...

6:05
Functions are Fun, pt 1 - Dart Tips, ep. 6

5,082 views

13y ago

TT(M)O
A dive into APIs  (using Amazon S3) - Part 3: SDKs

The third part of this 6-part series looks at how functions that can be performed using the GUI can be made available within a ...

5:21
A dive into APIs (using Amazon S3) - Part 3: SDKs

14 views

2y ago

Aalto Research Services
Hands-on Data Anonymization 2: Solutions for tabular data, 15.4.2021 (Aalto University)

Hands-on Data Anonymization workshop, April 2021, Aalto University. Course material: ...

1:10:52
Hands-on Data Anonymization 2: Solutions for tabular data, 15.4.2021 (Aalto University)

628 views

5y ago

wikipedia tts
Lisp (programming language) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Lisp_(programming_language) 00:02:04 1 History ...

56:35
Lisp (programming language) | Wikipedia audio article

77 views

7y ago

NPTEL IIT Bombay
Lecture 14 : Advanced Features of Functions Part 1: Introduction and passing one function to another

Advanced Features of Functions Part 1 : Introduction and passing one function to another.

14:05
Lecture 14 : Advanced Features of Functions Part 1: Introduction and passing one function to another

7,316 views

6y ago

La Vida Lambda
Rewriting a 1985 BASIC Program in Haskell

This video describes some of my work in re-writing MTLSTATS in Haskell, a hockey statistics tracking program originally written by ...

19:14
Rewriting a 1985 BASIC Program in Haskell

93 views

6y ago

COMPUTER & EXCEL SOLUTION
Pickling and Unpickling in Python in very easy steps@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

5:20
Pickling and Unpickling in Python in very easy steps@COMPUTEREXCELSOLUTION

137 views

3y ago

Jeremy Likness
TypeScript for JavaScript Developers Part 10: Simple Refactoring

No new features are introduced in this segment. A simple function is added to make debug messages cleaner to write and the ...

1:30
TypeScript for JavaScript Developers Part 10: Simple Refactoring

375 views

7y ago

NPTEL IIT Bombay
Lecture 18 : Arrays and recursion : Part 4 : Merge function

Arrays and recursion : Part 4 : Merge function.

12:00
Lecture 18 : Arrays and recursion : Part 4 : Merge function

4,435 views

6y ago