René's URL Explorer Experiment


Title: Investigate the Transcript (Video) – Real Python

Open Graph Title: Investigate the Transcript – Real Python

Description: Again, here is the scenario for this video course. A client named John Doe has filed a complaint, and the policy of your company is that you need to sanitize and simplify the transcript of this complaint before sending it for independent evaluation…

Open Graph Description: Again, here is the scenario for this video course. A client named John Doe has filed a complaint, and the policy of your company is that you need to sanitize and simplify the transcript of this complaint before sending it for independent evaluation…

Opengraph URL: https://realpython.com/videos/replace-string-python-transcript/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "VideoObject",
    "name": "Investigate the Transcript",
    "description": "Again, here is the scenario for this video course. A client named John Doe has filed a complaint, and the policy of your company is that you need to sanitize and simplify the transcript of this complaint before sending it for independent evaluation…",
    "thumbnailUrl": ["https://files.realpython.com/media/How-to-Replace-Parts-of-a-String-in-Python_Watermarked.a70c83972fa6.jpg"],
    "uploadDate": "2023-08-22T14:00:00+00:00",
    "duration": "PT2M2S",
    "embedUrl": "https://player.vimeo.com/video/853866893",
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/videos/replace-string-python-transcript/#t={seek_to_second_number}",
      "startOffset-input": "required name=seek_to_second_number"
    }
  }
  

authorReal Python
twitter:cardsummary_large_image
twitter:imagehttps://files.realpython.com/media/How-to-Replace-Parts-of-a-String-in-Python_Watermarked.a70c83972fa6.jpg
og:imagehttps://files.realpython.com/media/How-to-Replace-Parts-of-a-String-in-Python_Watermarked.a70c83972fa6.jpg
twitter:creator@realpython
og:typevideo.episode

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/videos/replace-string-python-transcript/
Python Tutorials →In-depth articles and video courseshttps://realpython.com/search?kind=article&kind=course&order=newest
Learning Paths →Guided study plans for accelerated learninghttps://realpython.com/learning-paths/
Quizzes & Exercises →Check your learning progresshttps://realpython.com/quizzes/
Browse Topics →Focus on a specific area or skill levelhttps://realpython.com/tutorials/all/
Community Chat →Learn with other Pythonistashttps://realpython.com/community/
Office Hours →Live Q&A calls with Python expertshttps://realpython.com/office-hours/
Podcast →Hear what’s new in the world of Pythonhttps://realpython.com/podcasts/rpp/
Books →Round out your knowledge and learn offlinehttps://realpython.com/products/books/
Reference →Concise definitions for common Python termshttps://realpython.com/ref/
Code Mentor →BetaPersonalized code assistance & learning toolshttps://realpython.com/mentor/
Unlock All Content →https://realpython.com/account/join/
More https://realpython.com/videos/replace-string-python-transcript/
Learner Storieshttps://realpython.com/learner-stories/
Python Newsletterhttps://realpython.com/newsletter/
Python Job Boardhttps://www.pythonjobshq.com
Meet the Teamhttps://realpython.com/team/
Become a Contributorhttps://realpython.com/jobs/
Searchhttps://realpython.com/search
https://realpython.com/search
Joinhttps://realpython.com/account/join/
Sign‑Inhttps://realpython.com/account/login/?next=%2Fvideos%2Freplace-string-python-transcript%2F
https://realpython.com/courses/replace-string-python/#team
Replacing a String in Pythonhttps://realpython.com/courses/replace-string-python/
Philipp Acsanyhttps://realpython.com/courses/replace-string-python/#team
Recommended Tutorialhttps://realpython.com/replace-string-python/
Course Slides (.pdf)https://realpython.com/courses/replace-string-python/downloads/replace-string-python-slides/
Sample Code (.zip)https://realpython.com/courses/replace-string-python/downloads/replace-string-python-code/
Ask a Questionhttps://realpython.com/videos/replace-string-python-transcript/#discussion
https://realpython.com/feedback/survey/course/replace-string-python/liked/?from=lesson-title
https://realpython.com/feedback/survey/course/replace-string-python/disliked/?from=lesson-title
Contentshttps://realpython.com/videos/replace-string-python-transcript/#description
Transcripthttps://realpython.com/videos/replace-string-python-transcript/#transcript
Discussionhttps://realpython.com/videos/replace-string-python-transcript/#discussion
00:00https://realpython.com/videos/replace-string-python-transcript/#t=0.65
Again, here is the scenario for this video course.https://realpython.com/videos/replace-string-python-transcript/#t=0.65
A client named John Doe has filed a complaint, and the policy of your company ishttps://realpython.com/videos/replace-string-python-transcript/#t=4.04
that you need to sanitize and simplify the transcript of this complaint beforehttps://realpython.com/videos/replace-string-python-transcript/#t=8.23
sending it for independent evaluation.https://realpython.com/videos/replace-string-python-transcript/#t=12.36
00:15https://realpython.com/videos/replace-string-python-transcript/#t=15.86
On this slide, you’re seeing the transcript that you’ll work with.https://realpython.com/videos/replace-string-python-transcript/#t=15.86
Your task is to take care of the message sanitation. In other words,https://realpython.com/videos/replace-string-python-transcript/#t=19.67
cleaning up this chat transcript. This transcript might be short,https://realpython.com/videos/replace-string-python-transcript/#t=24.48
but it’s a perfect example of the chats that support agents handle on a regularhttps://realpython.com/videos/replace-string-python-transcript/#t=28.42
basis. When you get data to work with,https://realpython.com/videos/replace-string-python-transcript/#t=33.41
it’s a good idea to investigate the structure of the data.https://realpython.com/videos/replace-string-python-transcript/#t=37.24
00:41https://realpython.com/videos/replace-string-python-transcript/#t=41.2
What this means is that you have a look at the data and try to find patternshttps://realpython.com/videos/replace-string-python-transcript/#t=41.2
that the data shares. So before you continue, have a look at this transcript.https://realpython.com/videos/replace-string-python-transcript/#t=45.6
00:50https://realpython.com/videos/replace-string-python-transcript/#t=50.83
Can you spot the components that this transcript contains? If you want,https://realpython.com/videos/replace-string-python-transcript/#t=50.83
you can pause this video for this.https://realpython.com/videos/replace-string-python-transcript/#t=55.03
You can also find the chat transcript in the text below this video.https://realpython.com/videos/replace-string-python-transcript/#t=56.87
01:02https://realpython.com/videos/replace-string-python-transcript/#t=62.12
Every line of the transcript includes three components:https://realpython.com/videos/replace-string-python-transcript/#t=62.12
a user identifier, an ISO timestamp, and a message.https://realpython.com/videos/replace-string-python-transcript/#t=65.63
In particular, you have the user identifiers support_tomhttps://realpython.com/videos/replace-string-python-transcript/#t=70.49
and johndoe, both in square brackets.https://realpython.com/videos/replace-string-python-transcript/#t=74.77
01:19https://realpython.com/videos/replace-string-python-transcript/#t=79.25
The timestamps all contain the date of the 24th of August 22.https://realpython.com/videos/replace-string-python-transcript/#t=79.25
Then there is a letter, T, and then the time and time zone info.https://realpython.com/videos/replace-string-python-transcript/#t=84.62
This timestamp format is in the ISO 8601 format.https://realpython.com/videos/replace-string-python-transcript/#t=89.46
01:34https://realpython.com/videos/replace-string-python-transcript/#t=94.49
That’s the international standard for date- and time-related data.https://realpython.com/videos/replace-string-python-transcript/#t=94.49
We’ll deal with this format in a bit. For now,https://realpython.com/videos/replace-string-python-transcript/#t=98.56
let’s just be happy that all the timestamps have the same format.https://realpython.com/videos/replace-string-python-transcript/#t=101.04
01:45https://realpython.com/videos/replace-string-python-transcript/#t=105.42
And then there are the messages. One message is in uppercase,https://realpython.com/videos/replace-string-python-transcript/#t=105.42
and two of them contain a swear word. To sanitize the transcript,https://realpython.com/videos/replace-string-python-transcript/#t=108.86
the first thing we’ll do is to take care of any swear words,https://realpython.com/videos/replace-string-python-transcript/#t=113.65
and in the next lesson, you’ll learn how Python can help you with this.https://realpython.com/videos/replace-string-python-transcript/#t=118.01
Become a Memberhttps://realpython.com/account/join/
https://realpython.com/videos/replace-string-python-overview/
Overviewhttps://realpython.com/courses/replace-string-python/
https://realpython.com/videos/replace-string-python-method/
Replace a String in Python (Overview) 01:48 https://realpython.com/videos/replace-string-python-overview/
Investigate the Transcript 02:02 https://realpython.com/videos/replace-string-python-transcript/
Replace a String With .replace() 03:06 https://realpython.com/videos/replace-string-python-method/
Chain the .replace() Method 02:33 https://realpython.com/lessons/replace-string-python-chain/
Set Up Multiple Replacement Rules 04:14 https://realpython.com/lessons/replace-string-python-multiple-rules/
Use a Regex Visualizer 01:59 https://realpython.com/lessons/replace-string-python-regex-visualizer/
Find John Doe 02:14 https://realpython.com/lessons/replace-string-python-john-doe/
Work With a Token 02:04 https://realpython.com/lessons/replace-string-python-token/
Be Case-Insensitive 02:08 https://realpython.com/lessons/replace-string-python-case-insensitive/
Look for a Character Set 01:55 https://realpython.com/lessons/replace-string-python-character-set/
Append a Quantifier 02:18 https://realpython.com/lessons/replace-string-python-quantifier/
Recap Your Regex Patterns 00:13 https://realpython.com/lessons/replace-string-python-regex-patterns/
Get to Know re.sub() 01:09 https://realpython.com/lessons/replace-string-python-resub-intro/
Use re.sub() 05:11 https://realpython.com/lessons/replace-string-python-resub/
Replace a String in Python (Summary) 02:08 https://realpython.com/lessons/replace-string-python-summary/
Privacy Policyhttps://realpython.com/privacy-policy/

Viewport: width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover

Robots: max-image-preview:large


URLs of crawlers that visited me.