René's URL Explorer Experiment


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

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

Description: Welcome to Square Root in Python. My name is Chris, and I will be your guide. In this course, you will learn what are square roots, powers, and n-th roots, how to get a square root in Python, how square roots are calculated, and using square roots…

Open Graph Description: Welcome to Square Root in Python. My name is Chris, and I will be your guide. In this course, you will learn what are square roots, powers, and n-th roots, how to get a square root in Python, how square roots are calculated, and using square roots…

Opengraph URL: https://realpython.com/videos/square-root-python-overview/

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 (Overview)",
    "description": "Welcome to Square Root in Python. My name is Chris, and I will be your guide. In this course, you will learn what are square roots, powers, and n\u002Dth roots, how to get a square root in Python, how square roots are calculated, and using square roots…",
    "thumbnailUrl": ["https://files.realpython.com/media/Introduction-to-Python_Watermarked.48eeee4e1109.jpg"],
    "uploadDate": "2021-07-13T14:00:00+00:00",
    "duration": "PT1M9S",
    "embedUrl": "https://player.vimeo.com/video/572036564",
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/videos/square-root-python-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/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/courses/square-root-function-python/discussion/
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/square-root-function-python/discussion/
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%2Fsquare-root-python-overview%2F
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/courses/square-root-function-python/discussion/#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/courses/square-root-function-python/discussion/#description
Transcripthttps://realpython.com/courses/square-root-function-python/discussion/#transcript
Discussion (2)https://realpython.com/courses/square-root-function-python/discussion/#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/
00:00https://realpython.com/courses/square-root-function-python/discussion/#t=0.48
Welcome to Square Root in Python. My name is Chris, and I will be your guide.https://realpython.com/courses/square-root-function-python/discussion/#t=0.48
00:06https://realpython.com/courses/square-root-function-python/discussion/#t=6.4
In this course, you will learn what are square roots, powers, and n-th roots,https://realpython.com/courses/square-root-function-python/discussion/#t=6.4
how to get a square root in Python,https://realpython.com/courses/square-root-function-python/discussion/#t=11.44
how square roots are calculated, and using square roots in practice.https://realpython.com/courses/square-root-function-python/discussion/#t=13.87
00:20https://realpython.com/courses/square-root-function-python/discussion/#t=20.36
A quick note on versions: All code in this course was tested with Python 3.9.https://realpython.com/courses/square-root-function-python/discussion/#t=20.36
Square root has been around since the beginning,https://realpython.com/courses/square-root-function-python/discussion/#t=25.0
so most things will work in most versions, and I’ll do my best to point outhttps://realpython.com/courses/square-root-function-python/discussion/#t=27.14
differences as I go along.https://realpython.com/courses/square-root-function-python/discussion/#t=30.89
00:34https://realpython.com/courses/square-root-function-python/discussion/#t=34.29
A square is any number multiplied by itself.https://realpython.com/courses/square-root-function-python/discussion/#t=34.29
A square root is a number that when multiplied by itself gives the square.https://realpython.com/courses/square-root-function-python/discussion/#t=37.89
5 squared is 25, so the square root of 25 is 5.https://realpython.com/courses/square-root-function-python/discussion/#t=42.72
00:48https://realpython.com/courses/square-root-function-python/discussion/#t=48.6
The knowledge of square roots has been around for thousands of years.https://realpython.com/courses/square-root-function-python/discussion/#t=48.6
There are Babylonian clay tablets dating from 1800 BCE that reference thishttps://realpython.com/courses/square-root-function-python/discussion/#t=51.75
concept.https://realpython.com/courses/square-root-function-python/discussion/#t=56.22
00:57https://realpython.com/courses/square-root-function-python/discussion/#t=57.99
Python provides a method for calculating square roots as part of the mathhttps://realpython.com/courses/square-root-function-python/discussion/#t=57.99
library.https://realpython.com/courses/square-root-function-python/discussion/#t=61.89
Next up, I’ll show you some square roots and how to find them in code.https://realpython.com/courses/square-root-function-python/discussion/#t=64.41
July 14, 2021https://realpython.com/courses/square-root-function-python/discussion/#comment-fa06c5e8-19ea-412d-8d62-89d276c11480
July 15, 2021https://realpython.com/courses/square-root-function-python/discussion/#comment-78f49574-c039-4c41-839f-142864da55c2
Become a Memberhttps://realpython.com/account/join/
Overviewhttps://realpython.com/courses/square-root-function-python/
https://realpython.com/videos/intro-square-roots-math-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.