ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

45 results

Language skills
[Language skills Python] Expressions vs Statements [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 ...

1:37
[Language skills Python] Expressions vs Statements [Tutorial]

7,256 views

5 years ago

Bro Code
Python return statement 🔙

Python return statement tutorial explained #python #return #statement #return statement = Functions send Python values/objects ...

3:31
Python return statement 🔙

115,403 views

5 years ago

VariableUndefined
Explaining Python re Module for Regular Expressions #pythonforeveryone #regex #python

In this video, you'll quickly learn the basics of Python regular expressions (regex) with key functions like re.search, re.match, ...

0:59
Explaining Python re Module for Regular Expressions #pythonforeveryone #regex #python

6,328 views

1 year ago

ModernPython
Use regular expression to replace number patterns in Python 🐍 #shorts #python

In this short Python video, we'll show you how to use regular expression to replace number patterns in text.

0:43
Use regular expression to replace number patterns in Python 🐍 #shorts #python

351 views

2 years ago

Visual Studio Code
Making sense of RegExp–or almost

Try saying "RegExp Explain extension" out loud 10 times. Link https://marketplace.visualstudio.com/items?

0:29
Making sense of RegExp–or almost

30,035 views

4 years ago

2MinutesPy
The "Diamond Problem" in Class Inheritance

In this video, we will discuss “The Diamond Problem”. In programming, the "Diamond Problem" happens when a class inherits ...

1:58
The "Diamond Problem" in Class Inheritance

5,433 views

1 year ago

2MinutesPy
What Exactly are "Context Managers" in Python?

In this video, we'll dive deep into the concept of context managers in Python and explore how they work with the `with` statement.

2:51
What Exactly are "Context Managers" in Python?

14,134 views

1 year ago

The Programmers Realm
Python Basics: USER INPUT in Under a Minute! ⌨️

In this quick tutorial, I'll show you how to use the input function and concatenate strings to create a simple greeting ⌨️ Want a ...

0:25
Python Basics: USER INPUT in Under a Minute! ⌨️

58,915 views

1 year ago

2MinutesPy
asyncio in Python - Async/Await

async #asyncawait #asynchronousprogramming #python #pythonprogramming In this video, we will talk about asynchronous ...

2:03
asyncio in Python - Async/Await

39,626 views

1 year ago

Code Munchies
Backtracking Algorithm in 120 Seconds

Today we explore 90. Subsets II where we explore a backtracking algorithm in coding. Don't miss the opportunity to learn about ...

2:48
Backtracking Algorithm in 120 Seconds

31,362 views

2 years ago

2MinutesPy
How to Use Match-Case Statement in Python?

In this video, we will discuss match-case statements and how they can help in writing conditions and pattern checking more ...

2:22
How to Use Match-Case Statement in Python?

7,099 views

1 year ago

Bro Code
Python file detection 📁

Python file detection handling tutorial example explained #python #file #handling import os path ...

3:57
Python file detection 📁

38,546 views

5 years ago

Code Munchies
The Liskov Substitution Principle Code Example

Today we explore The Liskov Substitution Principle (LSP) in coding. Don't miss the opportunity to learn about this core SOLID ...

1:44
The Liskov Substitution Principle Code Example

12,229 views

1 year ago

The Programmers Realm
Python Basics: CONDITIONAL STATEMENTS (if/else) in Under a Minute! 🎲

Discover how to use if, else, and elif statements to execute code based on different conditions, and learn about nesting if ...

0:28
Python Basics: CONDITIONAL STATEMENTS (if/else) in Under a Minute! 🎲

31,517 views

1 year ago

peppidesu
You want to learn Haskell. This is why.

If you want to see more of this content, leave a like! This is an introduction to an upcoming tutorial series about programming in ...

3:00
You want to learn Haskell. This is why.

141,561 views

2 years ago

Google for Developers
Let's learn C++!

Have you found yourself saying “Can someone please explain pointers?” This video is probably for you. Subscribe to Google for ...

0:08
Let's learn C++!

559,783 views

1 year ago

Michael Sambol
Hash tables in 4 minutes

Hash tables in 4 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/hash_table.py Sources: 1.

3:52
Hash tables in 4 minutes

338,967 views

3 years ago

ModernPython
Read Python input() as an integer 🐍 #shorts #python

The input() function always returns a string, in this video we show you how to convert and handle bad user input because if you ...

0:34
Read Python input() as an integer 🐍 #shorts #python

253 views

2 years ago

Michael Sambol
Merge sort in 3 minutes

Step by step instructions showing how to run merge sort. Code: https://github.com/msambol/dsa/blob/master/sort/merge_sort.py ...

3:03
Merge sort in 3 minutes

1,568,996 views

9 years ago

Bro Code
Java while loop 🔄

Java while loop #Java #while #loop import java.util.Scanner; public class Main { public static void main(String[] args) { // while loop ...

3:37
Java while loop 🔄

116,382 views

5 years ago