ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,860 results

CodeStartPython
Ep 19  🧵✍️🖨️ Strings and Lists — Slicing, split, join, replace, find

Level up your text and list skills. Slice strings and lists, split sentences into words, join lists back into strings, and replace or find ...

4:42
Ep 19 🧵✍️🖨️ Strings and Lists — Slicing, split, join, replace, find

15 views

8 months ago

Real Python
Python String Splitting: String Basics & Using the .split() Method: Fundamentals

This is a preview of the video course, "Python String Splitting". Python's .split() method lets you divide a string into a list of ...

7:39
Python String Splitting: String Basics & Using the .split() Method: Fundamentals

584 views

9 months ago

Professor Hank Stalica
🐍 Python Tutorial #27: Splitting and Joining Strings

In this quick Python tutorial, we cover two essential string methods: split() and join(). You'll learn: ✓ How to use split() to turn ...

8:04
🐍 Python Tutorial #27: Splitting and Joining Strings

1,219 views

11 months ago

Jakubication
How To Use Split Function In Python

This video shows how to use split function in Python. It starts by explaining that split is not a function at all, but rather a string ...

1:36
How To Use Split Function In Python

14 views

7 months ago

colleen lewis
String Split in Python (CS105 at UIUC)

https://www.w3schools.com/python/ref_string_split.asp help(str.find) txt = "First Name,Last Name,Email" x = txt.split() print(x) txt ...

4:44
String Split in Python (CS105 at UIUC)

137 views

3 months ago

CODINGFORFREEDOM
Python's string strip() Vs split() methods 💯

Cleaning your string data in Python.

3:11
Python's string strip() Vs split() methods 💯

5 views

2 months ago

Jakubication
How To Convert String To List In Python

This video shows how to convert string to list in Python. It turns the string into a list of each individual character using two different ...

0:49
How To Convert String To List In Python

211 views

11 months ago

DroidBiz
Python split() Bug - Why split(" ") Creates Empty Strings | Python Tutorial

Have you ever called split(" ") in Python and got back unexpected empty strings? This video explains exactly why it happens ...

6:13
Python split() Bug - Why split(" ") Creates Empty Strings | Python Tutorial

18 views

2 months ago

Daniel Possible Kwabi
8 | Splitting and joining | How to use .split() and .join()

... Python course. tags ignore python split python join python split and join python split() tutorial python join() tutorial python string ...

4:59
8 | Splitting and joining | How to use .split() and .join()

58 views

9 months ago

Learn to Code with CodeChef
Python String Methods | find, replace, split, join & more

Level up your Python skills with advanced string manipulation methods! In this CodeChef tutorial, we'll cover: ✓ .find() ...

2:58
Python String Methods | find, replace, split, join & more

207 views

10 months ago

CODINGFORFREEDOM
📌 BREAKING PYTHON 🐍 STRING DATA INTO LISTS.

Python's string split() Vs splitlines()

3:42
📌 BREAKING PYTHON 🐍 STRING DATA INTO LISTS.

1 view

1 month ago

Inside the Terminal
Top 5 Python String Methods Every Beginner Needs #11

Welcome back to the Python Programming Tutorial series! In this video, we're diving into the Top 5 Python string methods every ...

9:01
Top 5 Python String Methods Every Beginner Needs #11

30 views

10 months ago

Python with Majid
Python split & join Methods- (Tutorial 11)

Learn Python's split() and join() string methods to break strings into lists and combine lists into strings in this beginner tutorial.

6:46
Python split & join Methods- (Tutorial 11)

9 views

2 months ago

Shilpa DataInsights
Python String Methods Tutorial |Replace, Split,, Slicing, Trim & Search | Part 2| Complete Course

Welcome back to the Python Playlist by Shilpa Data Insights! This is Part 2 of the Python String Data Type Tutorial, where you'll go ...

1:03:07
Python String Methods Tutorial |Replace, Split,, Slicing, Trim & Search | Part 2| Complete Course

84 views

7 months ago

HB Lectures
82. Split Join Methods #pythonmethods #stringmethods #python

How to split and join strings using split and join methods.

11:00
82. Split Join Methods #pythonmethods #stringmethods #python

5 views

7 months ago

Everything I Know
Split after First Occurrence of a Character with Python (new = old.split('x', 1)[1), Reg. PSCXMUDT

string = ('abcdefg abcdefg abcdefg') new_string = string.split('d', 1)[1] #0 in Squared Brackets To split before print(new_string)

0:22
Split after First Occurrence of a Character with Python (new = old.split('x', 1)[1), Reg. PSCXMUDT

0 views

6 months ago

Manish Raj
Python Tutorial #4 - String Methods Part 1 (len, count, replace, split) | Learning Together

Learning Python Together - Episode #4 Hey everyone! In this video, we dive into string methods - the powerful tools that let you ...

1:11:26
Python Tutorial #4 - String Methods Part 1 (len, count, replace, split) | Learning Together

37 views

12 days ago

The Programming Professor
Python Strings Tutorial for Beginners: Slicing, Formatting, String Methods, Split, Join, and More.

Learn how to master string manipulation in Python with this Python Strings Tutorial for Beginners! Whether you're a college ...

25:07
Python Strings Tutorial for Beginners: Slicing, Formatting, String Methods, Split, Join, and More.

53 views

8 months ago

Python Morsels
Split text into lines with the Python's splitlines method

To split text into lines in Python, use the splitlines( method, NOT the split() method. Article at https://pym.dev/splitlines More ...

2:39
Split text into lines with the Python's splitlines method

652 views

8 months ago

Learn_Code Infinity by Mangesh Sambare (∞ AI)
Python split() Function Explained | String Split with Real-World Examples | Lesson 6 | 2026–2027

How to split strings in python with the split() Method )Lesson 6 of the Python Full Course with Real-Time Use Cases (2026–2027).

6:02
Python split() Function Explained | String Split with Real-World Examples | Lesson 6 | 2026–2027

46 views

5 months ago