ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,970 results

Corey Schafer
Python Tutorial: Slicing Lists and Strings

In this video we will look at how to slice lists and strings in Python. Slicing allows us to extract certain elements from these lists and ...

10:44
Python Tutorial: Slicing Lists and Strings

501,162 views

10 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

763 views

2 years ago

Jakubication
lstrip rstrip Python

lstrip and rstrip in Python are two string methods that perform stripping functionality. Python's string lstrip method removes all ...

1:51
lstrip rstrip Python

118 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()

8,268 views

5 years ago

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,910 views

6 years ago

Bro Code
Python string slicing ✂️

Python string slice tutorial example explained #python #slice() #slicing # slicing = create a substring by extracting elements from ...

11:37
Python string slicing ✂️

79,065 views

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

2,123,959 views

9 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

8,642 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

52 views

1 year ago

Bro Code
Python read a file 🔍

Python reading files tutorial example explained #python #read #file try: with open('test.txt') as file: print(file.read()) except ...

3:40
Python read a file 🔍

132,700 views

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

385,150 views

12 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

73 views

2 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

325 views

1 year ago

Alex Hyett
Finally Understand Regular Expressions - In Just 7 Minutes!

Regular expressions can be quite confusing so many developers steer away from them. However, they are so powerful that I use ...

7:26
Finally Understand Regular Expressions - In Just 7 Minutes!

23,865 views

3 years ago

Bro Code
Python string methods 〰️

python string methods tutorial example explained #python #string #methods name = "Bro" print(len(name)) #technically this is a ...

5:28
Python string methods 〰️

53,367 views

5 years ago

Book Simplifiers
comma separated string printing  - Introduction to Python: Absolute Beginner Module 1 Video 17

Concept: print formatting using comma print formatting with strings Python provides several methods of formatting strings in the ...

1:45
comma separated string printing - Introduction to Python: Absolute Beginner Module 1 Video 17

1,814 views

5 years ago

Lincoln Electric's PythonX
Shapes Cut by the PythonX

PythonX can cut every shape your fabrication shop produces: beams, channels, angle iron, HSS – square & rectangular, flat bar ...

1:24
Shapes Cut by the PythonX

23,570 views

8 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

10,091 views

7 years ago

Affineura
Python - Strings: startswith() and endswith() Methods

In this Python tutorial, we delve into the 'startswith' and 'endswith' string methods. These powerful tools let us verify whether a ...

1:31
Python - Strings: startswith() and endswith() Methods

109 views

3 years ago

Merchant Maverick
What Is Stripe and How Does It Work? Quick Guide for Small Businesses

Amad covers everything you need to know about Stripe - what it is, how it works, and why it's so popular! *Try Stripe:* ...

6:41
What Is Stripe and How Does It Work? Quick Guide for Small Businesses

150,906 views

1 year ago