ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,436 results

Automation Helpers
Python | Trim Whitespace From Strings with Strip Function

To remove unnecessary starting and trailing spaces and whitespaces around a string we can use the strip function. The strip ...

1:34
Python | Trim Whitespace From Strings with Strip Function

26,765 views

6 years ago

AI ML Concepts Simplified
How to Use Python Strip Function to Remove Leading and Trailing Spaces from a String or Text

Learn how to use the **Python `strip()` function** to clean up your text data by removing leading and trailing spaces from strings.

2:49
How to Use Python Strip Function to Remove Leading and Trailing Spaces from a String or Text

390 views

3 years ago

Russell Lewis
Python Intro Ep 09 - String Parsing with strip() and split()

How do we take user input, and parse it into words, or otherwise clean it up?

8:26
Python Intro Ep 09 - String Parsing with strip() and split()

7,843 views

4 years ago

Jakubication
Python split and strip

In Python, split is a string method that splits a string into a list of strings based on a certain character you pass into split. You can ...

2:33
Python split and strip

491 views

1 year ago

Jakubication
Python rstrip vs strip

This video teaches about the rstrip vs strip string methods in Python. The rstrip method only strips off specified characters from the ...

2:02
Python rstrip vs strip

41 views

1 year ago

Jakubication
Python String Strip

In Python, the string strip method gets rid of a character or characters from both sides of the string the strip method was called on.

1:01
Python String Strip

70 views

2 years ago

Jakubication
Python Strip

Python Strip Strip is a string function that removes a character of characters from both sides of the string the strip method was ...

0:09
Python Strip

253 views

2 years ago

Automation Helpers
Python | Split and Join Strings

With the split and join method, strings can be easily manipulated. The split method “splits” or divides a string into a list. The join ...

2:00
Python | Split and Join Strings

9,966 views

6 years ago

Learning Champion
String Slicing || Start : Stop : Step Index || What? How? || Python Tutorial for Beginners

This video will discuss WHAT and HOW of String Slicing with fun animation and examples. Please subscribe to our channel for ...

5:35
String Slicing || Start : Stop : Step Index || What? How? || Python Tutorial for Beginners

89,808 views

4 years ago

Matt Rittman
How a 1911 Works

A 3D animation showing how a Colt M1911A1 pistol works. Cinema 4D was used to create each individual part, as well as ...

3:59
How a 1911 Works

1,792,449 views

5 months ago

Khan Academy
String methods | Intro to CS - Python | Khan Academy

What's the difference between a method and a function? Explore Python's built-in functionality for operating on string types.

5:28
String methods | Intro to CS - Python | Khan Academy

7,370 views

8 months ago

AnalyticNerd
Python Class 16: Mastering String Methods – strip, replace, isalnum, isalpha, and More with Examples

Welcome to Class 16 of the Python Series on the AnalyticNerd Channel! In this session, we explore more essential string ...

27:56
Python Class 16: Mastering String Methods – strip, replace, isalnum, isalpha, and More with Examples

7 views

10 months ago

The Data Corner
Python Pandas- Strip & Clean $ USD and more unwanted symbols from numeric column!

In this video, we are going to work on a column from python pandas dataframe, which has extra symbols like $, Rs, USD etc.

5:26
Python Pandas- Strip & Clean $ USD and more unwanted symbols from numeric column!

191 views

1 year ago

The Programmers Realm
Python Basics: STRING METHODS in Under a Minute! 🐍🧵

Strings are essential in any programming language, and this quick tutorial will show you how to manipulate them using various ...

0:39
Python Basics: STRING METHODS in Under a Minute! 🐍🧵

16,670 views

1 year ago

CodeBerry Programozóiskola - Magyarország
Python strip – Python tutorial magyar felirattal – CodeBerry Programozóiskola

Ebből a videóból megtanulhatod, hogyan használd a strip() metódust Pythonban. További, magyar nyelvű Python tananyagokért ...

4:31
Python strip – Python tutorial magyar felirattal – CodeBerry Programozóiskola

73 views

3 years ago

CodeHub
Python Strip() Method: python Tutorial | Application Use Cases | Time Complexity | #quiz @CodeHub06

Python Strip() Method: python Tutorial | Application Use Cases, | Time Complexity, | Quiz @CodeHub06 | what is string ...

1:00
Python Strip() Method: python Tutorial | Application Use Cases | Time Complexity | #quiz @CodeHub06

39 views

1 year ago

GeeksforGeeks
Python Programming Tutorial | Python String Methods - Part 3 | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: ...

4:42
Python Programming Tutorial | Python String Methods - Part 3 | GeeksforGeeks

16,566 views

8 years ago

3Blue1Brown
This open problem taught me what topology is

The inscribed square/rectangle problem, solved using Möbius strips and Klein bottles. Playlist with more neat proofs: ...

27:26
This open problem taught me what topology is

1,992,673 views

1 year ago

Python Morsels
Checking for string prefixes and suffixes in Python

Python's strings have methods for checking whether a string starts or ends with specific text and for removing prefixes and suffixes.

3:27
Checking for string prefixes and suffixes in Python

204 views

4 months ago

Jakubication
Python isdigit

In Python, isdigit returns, unsurprisingly, whether or not the string is entirely digits. isdigit qualifies integers, so numbers without ...

0:38
Python isdigit

435 views

2 years ago