ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

133 results

phette23
Python Match-Case Statement Example

Example of using Python's relatively new (3.10+) Match...Case statement.

3:07
Python Match-Case Statement Example

29 views

1 year ago

Programming threads
Python vs. JavaScript: The Switch Case Showdown

In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...

2:24
Python vs. JavaScript: The Switch Case Showdown

160 views

1 year ago

Missing Semester
Lecture 1: Course Overview + Introduction to the Shell

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/course-shell/ 0:00:00 ...

1:14:44
Lecture 1: Course Overview + Introduction to the Shell

10,914 views

3 days ago

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,319 views

3 months ago

Missing Semester
Lecture 2: Command-line Environment

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/command-line-environment/ ...

1:06:20
Lecture 2: Command-line Environment

1,776 views

3 days ago

makingthematrix
Programming with Functions #3 - Pattern Matching

Keep It Simple Sea Cucumber I'm talking about foundations here: pattern matching as *The Feature* of Scala, case classes, the ...

8:27
Programming with Functions #3 - Pattern Matching

991 views

4 years ago

YuriODev
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

Session 07: Control FLOW in Python: If-else, if-elif-else, ternary operator Welcome to the 7th session of our GCSE Computer ...

41:01
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

2,410 views

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

865 views

4 years ago

Jeremy Howard
Lesson 4: Practical Deep Learning for Coders 2022

00:00:00 - Using Huggingface 00:03:24 - Finetuning pretrained model 00:05:14 - ULMFit 00:09:15 - Transformer 00:10:52 - Zeiler ...

1:34:37
Lesson 4: Practical Deep Learning for Coders 2022

119,411 views

3 years ago

BASH The Command Line
Lesson 10: Intro to Grep

Today's lesson is all about grep. If you don't already have the files we downloaded in an earlier video, go get the zip file at the link ...

14:01
Lesson 10: Intro to Grep

8 views

4 years ago

Bald. Bearded. Builder.
C# '== null': There's a Better Way! #csharp #dotnet

Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...

1:03
C# '== null': There's a Better Way! #csharp #dotnet

2,766 views

4 months ago

Sinar Project
Pycon MY 2024: Using Python on SPRM Offenders Data

Presentation at Pycon My 2024 on experience of scraping SPRM (MACC) website database of offenders and preliminary analysis ...

3:06
Pycon MY 2024: Using Python on SPRM Offenders Data

92 views

1 year ago

Confreaks
RubyConf 2018 - The Ruby Developer's Command Line Toolkit by Brad Urani

RubyConf 2018 - The Ruby Developer's Command Line Toolkit by Brad Urani As a Ruby developer, you use the command line, ...

33:58
RubyConf 2018 - The Ruby Developer's Command Line Toolkit by Brad Urani

2,385 views

7 years ago

Applied Language Technology
Defining pattern rules for spaCy Matcher

In this video, I will show you how to define pattern rules for spaCy Matcher objects, which allow you to match linguistic patterns.

6:21
Defining pattern rules for spaCy Matcher

7,093 views

4 years ago

PyCon Taiwan
PEP 634 Structural Pattern Matching 參上,你終究還是要用語言學來做 NLP 齁!|PeterWolf|PyCon TW 2021

PyCon Taiwan 2021|一般演講Talks 摘要Abstract PEP622 (後改併到PEP634) 提出的Structural Pattern Matching (以下 ...

46:27
PEP 634 Structural Pattern Matching 參上,你終究還是要用語言學來做 NLP 齁!|PeterWolf|PyCon TW 2021

371 views

4 years ago

Jian Wei Tay
Matrix Indexing

Learn how to index elements in a matrix.

2:59
Matrix Indexing

1,054 views

5 years ago

Neo4j
Conditional Execution with APOC (#13)

In this video, Lju Lazarevic demonstrates how to use the conditional procedures and functions in APOC. Those are working ...

12:19
Conditional Execution with APOC (#13)

2,302 views

6 years ago

EmacsConf and Emacs hangouts
EmacsConf 2021: Babel for academics - Asilata Bapat

You can view this and other resources using free/libre software at https://emacsconf.org/2021/talks/babel . This video is available ...

9:57
EmacsConf 2021: Babel for academics - Asilata Bapat

1,603 views

4 years ago

Neo4j
Manipulate List or Array Data Structures with APOC (#9)

Cypher has already great support for lists and collections, including collect aggregations, list comprehensions and more. APOCs ...

19:31
Manipulate List or Array Data Structures with APOC (#9)

2,418 views

7 years ago

bhavsar_codes
String Matching(Easy) Solution - Dcoder

Code : https://gist.github.com/ameybhavsar24/3600b5ac2f10888f98fe295c566ddd90 Hello, My name is Amey Bhavsar. This is the ...

3:35
String Matching(Easy) Solution - Dcoder

368 views

5 years ago

All Systems Go!
GNU poke, an extensible editor for structured binary data

https://media.ccc.de/v/ASG2019-127-gnu-poke-an-extensible-editor-for-structured-binary-data GNU poke is a new interactive ...

44:13
GNU poke, an extensible editor for structured binary data

1,946 views

6 years ago

The Carpentries
CarpentryCon @ Home: Reproducible Environments with the Nix Packaging System

The issue of dependency management is one which is of interest to all scientists and researchers who wish to develop ...

1:38:11
CarpentryCon @ Home: Reproducible Environments with the Nix Packaging System

183 views

5 years ago

Chrome for Developers
Building a Media Player #3: Median Cut and Color Extraction

In Media Player #3 Paul Lewis takes you through the code for some of the colour prototypes he is building for his media player.

12:36
Building a Media Player #3: Median Cut and Color Extraction

34,568 views

8 years ago

BioniChaos
Noisy Waveform (EEG) Fuzzy Logic Analysis Tool Development Part 2

In this video we delve into the fascinating world of fuzzy logic waveform detection, focusing on biomedical signals like EEG and ...

9:14
Noisy Waveform (EEG) Fuzzy Logic Analysis Tool Development Part 2

48 views

2 years ago

Joseph Mwema
Edge Biometric Registration & Authentication on Linux | Python, Raspberry Pi & ARATEK A600 (FAP20)

This video demonstrates an edge-deployed biometric registration and authentication system built in Python and running on Linux ...

18:36
Edge Biometric Registration & Authentication on Linux | Python, Raspberry Pi & ARATEK A600 (FAP20)

675 views

1 year ago