ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,394 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,756 views

6 years 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 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

482 views

1 year 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,833 views

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

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

389 views

3 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,712 views

4 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,957 views

6 years ago

Universitat Politècnica de València - UPV
Python - String Functionality | 39/51 | UPV

Title: Python - String Functionality Self-description: This video continues a series dedicated to working with strings in ...

5:46
Python - String Functionality | 39/51 | UPV

7,204 views

2 years 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,350 views

8 months ago

Corey Schafer
Python Tutorial for Beginners 2: Strings - Working with Textual Data

In this Python Beginner Tutorial, we will begin learning about the string data type. Strings allow us to work with textual data in ...

21:12
Python Tutorial for Beginners 2: Strings - Working with Textual Data

1,967,227 views

8 years 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

200 views

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

Python Morsels
Unindenting multi line strings in Python

Need a multi-line string but don't want to include a big block of manually dedented text in your Python code? Use textwrap.dedent!

3:10
Unindenting multi line strings in Python

519 views

2 years 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!

190 views

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

Bro Code
Python user input ⌨️

Python user input tutorial #python #user #input name = input("What is your name?: ") age = int(input("How old are you?: ")) height ...

7:18
Python user input ⌨️

306,744 views

5 years ago

Jakubication
Python String startswith

In Python, startswith determines whether or not a string starts with with certain characters. startswith returns True in Python if the ...

1:42
Python String startswith

67 views

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

Socratica
Python Strings  ||  Python Tutorial  ||  Python Programming

Stay in the loop INFINITELY: https://snu.socratica.com/python In this Python tutorial, we introduce all the ...

3:24
Python Strings || Python Tutorial || Python Programming

381,260 views

11 years ago