Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
102 results
Using the split() function to split a string into a list of substrings.
193 views
7y ago
These two methods let you separate a string into a list of strings, and join a list of strings back into a single string. But you probably ...
86 views
3y ago
In this episode, we discuss strings, and some of the functions we can use to manipulate them. Key concepts and keywords in this ...
1,070 views
8y ago
python Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
17 views
5mo ago
pythonprogramming Join this channel to get access to perks: ...
40 views
1y ago
A short program that uses string methods to split an address in the form 'City, ST 99999' into three separate variables for the city, ...
81 views
Strings are immutable. If you want something that works like a string but lets you modify the contents in place, you use the ...
304 views
6y ago
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
1,171 views
4y ago
Reading text files into Python. View an annotated PDF transcription of the video: ...
672 views
First Coding With Gil video, it's a one take (the video got split because I pressed Ctrl+R in the middle which caused it to stop ...
438 views
A summary of arithmetic and order of operations.
429 views
In this video I show you an overview of unit tests in Python: what they are, how they work and how to write effective ones by ...
136 views
2y ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
70 views
This video is about why we split data across multiple tables and how we think about putting them back together if we need to ...
5,307 views
5y ago
Accelerated Computational Linguistics Dartmouth College LING48/COSC72 Spring 2020. Week 07, Video 07: Python Parsing in ...
Lists can contain other lists as their items. You can use these nested lists to represent two-dimensional tables of data.
92 views
108 views
Errata : à 4:20, je dis que les dictionnaires ne sont pas ordonnés. En Python 3.6, on avait par effet de bord de l'implémentation la ...
7,198 views
367 views