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
1,763 results
Have you ever found a pattern in a Python string you wanted to change, but were stuck trying to use built-in string operations?
262,882 views
5 years ago
Stay in the loop INFINITELY: https://snu.socratica.com/python Regular Expressions (regex for short) is a ...
117,201 views
2 years ago
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at Methods for Regular Expression in ...
25,987 views
In this video, we learn how to use regular expressions in Python to validate or check user input.
86,096 views
3 years ago
Regular expressions can be quite confusing so many developers steer away from them. However, they are so powerful that I use ...
10,877 views
exception = An event that interrupts the flow of a program # (ZeroDivisionError, TypeError, ValueError) # 1.try, 2.except, 3.finally ...
87,216 views
1 year ago
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at real use cases for Regular ...
12,244 views
python #tutorial #course # recursion = a function that calls itself from within # helps to visualize a complex problem into basic steps ...
288,610 views
Python Regular Expressions - Regex In Python. You will learn How To Define Search Patterns And More. Check out my Python ...
1,564 views
Lambda function = A small anonymous function for a one time use (throw away function) # They take any number of arguments, ...
47,465 views
python #tutorial #course 00:00:00 functions 00:01:49 arguments 00:04:28 exercise #1 00:06:12 return 00:08:27 exercise #2 ...
1,045,641 views
Python #course #tutorial # nested loop = A loop within another loop (outer, inner) # outer loop: # inner loop: rows = int(input("Enter ...
491,189 views
Access the Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg Link to the Repl: ...
226,551 views
python #coding #programming # Iterator = An object that returns elements one at a time # from a sequence (or data stream) # and ...
16,174 views
1 month ago
The re—short for regular expression—library is a standard part of Python. Most of the methods inside of the re module take a ...
6,727 views
Watch one video and understand everything about REGEX with examples. ✨Work related mails can be sent on: ...
950,915 views
python #coding #programming Python if elif else control flow 00:00:00 if statements 00:01:27 else statements 00:02:19 elif ...
302,909 views
Class methods = Allow operations related to the class itself # Take (cls) as the first parameter, which represents the class itself.
72,378 views
python #course #tutorial import random import string chars = " " + string.punctuation + string.digits + string.ascii_letters chars ...
171,316 views
python #course #tutorial 00:00:00 iterate forwards 00:01:39 iterate backwards 00:02:15 step 00:02:44 iterate over a string ...
781,340 views