René's URL Explorer Experiment


Title: Formatting Python Strings (Overview) (Video) – Real Python

Open Graph Title: Formatting Python Strings (Overview) – Real Python

Description: Hi, and welcome to this Real Python video tutorial course on modern string formatting techniques in Python. In this course, I’ll show you two different techniques for formatting strings in Python: the string .format() method and the formatted string…

Open Graph Description: Hi, and welcome to this Real Python video tutorial course on modern string formatting techniques in Python. In this course, I’ll show you two different techniques for formatting strings in Python: the string .format() method and the formatted string…

Opengraph URL: https://realpython.com/videos/formatting-strings-overview/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "VideoObject",
    "name": "Formatting Python Strings (Overview)",
    "description": "Hi, and welcome to this Real Python video tutorial course on modern string formatting techniques in Python. In this course, I’ll show you two different techniques for formatting strings in Python: the string .format() method and the formatted string…",
    "thumbnailUrl": ["https://files.realpython.com/media/A-Guide-to-the-Newer-Python-String-Format-Techniques_Watermarked.52c033817b79.jpg"],
    "uploadDate": "2020-11-24T14:00:00+00:00",
    "duration": "PT0M44S",
    "embedUrl": "https://player.vimeo.com/video/475622803",
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/videos/formatting-strings-overview/#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/A-Guide-to-the-Newer-Python-String-Format-Techniques_Watermarked.52c033817b79.jpg
og:imagehttps://files.realpython.com/media/A-Guide-to-the-Newer-Python-String-Format-Techniques_Watermarked.52c033817b79.jpg
twitter:creator@realpython
og:typevideo.episode

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/courses/formatting-python-strings/continue/
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/courses/formatting-python-strings/continue/
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 Tutorial Writerhttps://realpython.com/write-for-us/
Become a Video Instructorhttps://realpython.com/become-an-instructor/
Searchhttps://realpython.com/search
https://realpython.com/search
Joinhttps://realpython.com/account/join/
Sign‑Inhttps://realpython.com/account/login/?next=%2Fvideos%2Fformatting-strings-overview%2F
https://realpython.com/courses/formatting-python-strings/#team
Formatting Python Stringshttps://realpython.com/courses/formatting-python-strings/
Liam Pulsiferhttps://realpython.com/courses/formatting-python-strings/#team
Recommended Tutorialhttps://realpython.com/python-formatted-output/
Course Slides (.pdf)https://realpython.com/courses/formatting-python-strings/downloads/string-formatting-slides/
Sample Code (.zip)https://realpython.com/courses/formatting-python-strings/downloads/string-formatting-sample-code/
Ask a Questionhttps://realpython.com/courses/formatting-python-strings/continue/#discussion
https://realpython.com/feedback/survey/course/formatting-python-strings/liked/?from=lesson-title
https://realpython.com/feedback/survey/course/formatting-python-strings/disliked/?from=lesson-title
Contentshttps://realpython.com/courses/formatting-python-strings/continue/#description
Transcripthttps://realpython.com/courses/formatting-python-strings/continue/#transcript
Discussionhttps://realpython.com/courses/formatting-python-strings/continue/#discussion
Sample Code (.zip)https://realpython.com/courses/formatting-python-strings/downloads/string-formatting-sample-code/
Course Slides (.pdf)https://realpython.com/courses/formatting-python-strings/downloads/string-formatting-slides/
00:00https://realpython.com/courses/formatting-python-strings/continue/#t=0.51
Hi, and welcome to this Real Python video tutorial course on modern stringhttps://realpython.com/courses/formatting-python-strings/continue/#t=0.51
formatting techniques in Python. In this course,https://realpython.com/courses/formatting-python-strings/continue/#t=5.46
I’ll show you two different techniques for formatting strings in Python: thehttps://realpython.com/courses/formatting-python-strings/continue/#t=8.7
string .format() method and the formatted string literal, or f-string.https://realpython.com/courses/formatting-python-strings/continue/#t=12.48
00:17https://realpython.com/courses/formatting-python-strings/continue/#t=17.4
Both of these are really powerful and flexible techniques that share some syntaxhttps://realpython.com/courses/formatting-python-strings/continue/#t=17.4
and some terminology. After you finish this course,https://realpython.com/courses/formatting-python-strings/continue/#t=22.14
you’ll be able to print out informative, dynamic messages to your users,https://realpython.com/courses/formatting-python-strings/continue/#t=26.67
make nicely formatted tables, and do pretty much anything else that you can dohttps://realpython.com/courses/formatting-python-strings/continue/#t=31.32
with strings—which as you might’ve guessed is a lot.https://realpython.com/courses/formatting-python-strings/continue/#t=35.4
00:39https://realpython.com/courses/formatting-python-strings/continue/#t=39.21
Let’s get started and talk about the string .format() method.https://realpython.com/courses/formatting-python-strings/continue/#t=39.21
Become a Memberhttps://realpython.com/account/join/
Overviewhttps://realpython.com/courses/formatting-python-strings/
https://realpython.com/videos/string-format-method/
Formatting Python Strings (Overview) 00:44 https://realpython.com/videos/formatting-strings-overview/
The Python String .format() Method 06:12 https://realpython.com/videos/string-format-method/
The and Components 06:45 https://realpython.com/videos/name-and-conversion/
The Component 09:19 https://realpython.com/lessons/format-spec-component/
Nested Replacement Fields 04:07 https://realpython.com/lessons/nested-replacement-fields/
Formatted String Literal (F-String) 05:08 https://realpython.com/lessons/formatted-string-literal/
Formatting Python Strings (Quiz) 06:30 https://realpython.com/lessons/formatting-python-strings-quiz/
Formatting Python Strings (Summary) 00:35 https://realpython.com/lessons/formatting-strings-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.