ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

448 results

ArjanCodes
12 Python Built-in Functions I Use Every Day

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll explore 12 of the most interesting ...

22:15
12 Python Built-in Functions I Use Every Day

77,861 views

9 months ago

Craig Piercy
Python built-in function: super()

It's a Python built-in function that gives you access to the methods of a parent class. Here's the syntax: super([type[, ...

7:32
Python built-in function: super()

122 views

7 months ago

Craig Piercy
Python built-n function: bytes()

In today's tutorial, we're diving into a core Python built-in function that is essential for handling binary data: the `bytes()` function.

3:50
Python built-n function: bytes()

68 views

10 months ago

Code With Nishant
Built in function in Python

One of the reasons Python is so popular is because of its large number of built-in functions. These built-in functions simplify writing ...

0:47
Built in function in Python

291 views

10 months ago

Bodan Labs
This Python Trick Will Blow Your Mind!

Using filter built in function, you can filter a list based on a boolean results from a function in Python. #learnpython #codingtutorial ...

1:00
This Python Trick Will Blow Your Mind!

1,523 views

6 months ago

Master of Data Science
Sum a List in Python in ONE LINE! 🚀 | Master of Data Science #Shorts

Learn how to sum all numbers in a list in Python with just one line of code! Perfect for beginners and pros who want faster, ...

0:31
Sum a List in Python in ONE LINE! 🚀 | Master of Data Science #Shorts

867 views

4 months ago

PHP Explained
How to reverse a string in PHP

It is possible to reverse a string using PHP's built-in function strrev(). Here are the top features of this function. 1. It contains a ...

0:25
How to reverse a string in PHP

62 views

6 months ago

Master of Data Science
⚡ Sort Data Instantly with Python | One-Line Python Trick for Beginners 🐍 #Shorts

Want to sort data instantly? In this quick Python tutorial, we'll show you how to sort numbers in just one line of code using Python's ...

0:34
⚡ Sort Data Instantly with Python | One-Line Python Trick for Beginners 🐍 #Shorts

254 views

4 months ago

Craig Piercy
Python built-in function: memoryview()

It's a Python built-in function that returns the largest item in an iterable or the largest of two or more arguments. Here's the syntax: ...

4:21
Python built-in function: memoryview()

206 views

8 months ago

Craig Piercy
Python built-in function: id()

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

4:25
Python built-in function: id()

88 views

9 months ago

Craig Piercy
Python built-in function: eval()

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

4:25
Python built-in function: eval()

133 views

9 months ago

PHP Explained
Remove whitespace from strings

It is a built-in function of PHP. 5. It is introduced since PHP 4. 6. There are two related built-in functions, ltrim() and rtrim().

1:14
Remove whitespace from strings

117 views

5 months ago

PHP Explained
Callback functions in PHP

Built-in function call_user_func() is often used to accept user-defined function as a callback parameter. Here is an example.

0:57
Callback functions in PHP

94 views

8 months ago

Code Wolf
Avoid messy Python errors in a snap!

Ever used assert in Python? It's a one-line way to check conditions before your code runs . Think of it as built-in error handling ...

0:31
Avoid messy Python errors in a snap!

350 views

1 month ago

PHP Explained
Case-insensitive string comparison

It is a built-in function of PHP. 7. It introduced in PHP version 4. An example will make it clear. The result will be 0. So these strings ...

1:01
Case-insensitive string comparison

128 views

5 months ago

PHP Explained
10 Exciting Facts of PHP

PHP has built-in functions and extensions to connect with a variety of databases such as MySQL, PostgreSQL, SQLite, Oracle, ...

1:23
10 Exciting Facts of PHP

28 views

10 months 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()

243 views

9 months ago

Craig Piercy
Python built-in function: var()

It's a Python built-in function that returns the `__dict__` attribute of an object or the current local scope as a dictionary. Here's the ...

4:41
Python built-in function: var()

89 views

7 months ago

Craig Piercy
Python Built-in Function - import()

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

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

192 views

11 months ago

Craig Piercy
Python built-in function: min()

It's a Python built-in function that returns the largest item in an iterable or the largest of two or more arguments. Here's the syntax: ...

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

11 views

8 months ago