René's URL Explorer Experiment


Title: The Square Root Function in Python (Summary) (Video) – Real Python

Open Graph Title: The Square Root Function in Python (Summary) – Real Python

Description: In the previous lesson, I showed you how to use square roots to calculate the area of a roof. In this final lesson, I’ll summarize what you’ve learned. A square is a number multiplied by itself. A square root is the result you’re looking for that…

Open Graph Description: In the previous lesson, I showed you how to use square roots to calculate the area of a roof. In this final lesson, I’ll summarize what you’ve learned. A square is a number multiplied by itself. A square root is the result you’re looking for that…

Opengraph URL: https://realpython.com/lessons/square-root-python-summary/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "VideoObject",
    "name": "The Square Root Function in Python (Summary)",
    "description": "In the previous lesson, I showed you how to use square roots to calculate the area of a roof. In this final lesson, I’ll summarize what you’ve learned. A square is a number multiplied by itself. A square root is the result you’re looking for that…",
    "thumbnailUrl": ["https://files.realpython.com/media/Introduction-to-Python_Watermarked.48eeee4e1109.jpg"],
    "uploadDate": "2021-07-13T14:00:00+00:00",
    "duration": "PT0M51S",
    
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/lessons/square-root-python-summary/#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/Introduction-to-Python_Watermarked.48eeee4e1109.jpg
og:imagehttps://files.realpython.com/media/Introduction-to-Python_Watermarked.48eeee4e1109.jpg
twitter:creator@realpython
og:typevideo.episode

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/lessons/square-root-python-summary/
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/lessons/square-root-python-summary/
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=%2Flessons%2Fsquare-root-python-summary%2F
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson&utm_content=square-root-function-python
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson&utm_content=square-root-function-python
https://realpython.com/courses/square-root-function-python/#team
The Square Root Function in Pythonhttps://realpython.com/courses/square-root-function-python/
Christopher Trudeauhttps://realpython.com/courses/square-root-function-python/#team
Recommended Tutorialhttps://realpython.com/python-square-root-function/
Course Slides (.pdf)https://realpython.com/courses/square-root-function-python/downloads/square-root-course-slides/
Sample Code (.zip)https://realpython.com/courses/square-root-function-python/downloads/square-root-course-code/
Ask a Questionhttps://realpython.com/lessons/square-root-python-summary/#discussion
https://realpython.com/feedback/survey/course/square-root-function-python/liked/?from=lesson-title
https://realpython.com/feedback/survey/course/square-root-function-python/disliked/?from=lesson-title
Contentshttps://realpython.com/lessons/square-root-python-summary/#description
Transcripthttps://realpython.com/lessons/square-root-python-summary/#transcript
Discussion (2)https://realpython.com/lessons/square-root-python-summary/#discussion
Sample Code (.zip)https://realpython.com/courses/square-root-function-python/downloads/square-root-course-code/
Course Slides (.pdf)https://realpython.com/courses/square-root-function-python/downloads/square-root-course-slides/
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson_preview&utm_content=square-root-function-python
Sign-Inhttps://realpython.com/account/login/
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson_preview&utm_content=square-root-function-python
Sign-Inhttps://realpython.com/account/login/
00:00https://realpython.com/lessons/square-root-python-summary/#t=0.51
In the previous lesson,https://realpython.com/lessons/square-root-python-summary/#t=0.51
I showed you how to use square roots to calculate the area of a roof. In thishttps://realpython.com/lessons/square-root-python-summary/#t=1.5
final lesson, I’ll summarize what you’ve learned.https://realpython.com/lessons/square-root-python-summary/#t=5.61
00:09https://realpython.com/lessons/square-root-python-summary/#t=9.99
A square is a number multiplied by itself. A square root is the resulthttps://realpython.com/lessons/square-root-python-summary/#t=9.99
you’re looking for that when multiplied by itself gives you the squared number.https://realpython.com/lessons/square-root-python-summary/#t=14.79
Python provides two methods for calculating square roots in the math module:https://realpython.com/lessons/square-root-python-summary/#t=20.19
sqrt() and isqrt() for integers.https://realpython.com/lessons/square-root-python-summary/#t=24.09
00:28https://realpython.com/lessons/square-root-python-summary/#t=28.89
Python also provides methods and operators for calculating powers,https://realpython.com/lessons/square-root-python-summary/#t=28.89
which you can use to calculate arbitrary n-th roots. Finally,https://realpython.com/lessons/square-root-python-summary/#t=32.31
I showed you how to use square roots in the Pythagorean theorem to calculate thehttps://realpython.com/lessons/square-root-python-summary/#t=37.05
length of the side of a triangle and use that to determine the area of a roof.https://realpython.com/lessons/square-root-python-summary/#t=40.71
00:47https://realpython.com/lessons/square-root-python-summary/#t=47.15
Thanks for your attention! I hope you found this course useful.https://realpython.com/lessons/square-root-python-summary/#t=47.15
July 17, 2021https://realpython.com/lessons/square-root-python-summary/#comment-a0cd149c-5995-4251-8fd6-19ab700d2689
July 18, 2021https://realpython.com/lessons/square-root-python-summary/#comment-e997b13a-1253-435a-8ed4-3d0826460076
Become a Memberhttps://realpython.com/account/join/
https://realpython.com/lessons/practical-uses-square-root/
Overviewhttps://realpython.com/courses/square-root-function-python/
The Square Root Function in Python (Overview) 01:09 https://realpython.com/videos/square-root-python-overview/
An Introduction to Square Roots in Math and in Python 06:55 https://realpython.com/videos/intro-square-roots-math-python/
How Square Roots Are Calculated 06:29 https://realpython.com/lessons/how-square-roots-are-calculated/
Practical Uses for Python's Square Root Function 03:53 https://realpython.com/lessons/practical-uses-square-root/
The Square Root Function in Python (Summary) 00:51 https://realpython.com/lessons/square-root-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.