Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

The Square Root Function in Python (Summary)

Knowing how to use sqrt() is only half the battle. Understanding when to use it is the other. Now you’ve seen some of both, so go and apply your newfound knowledge about the Python square root function!

In this course, you’ve covered:

  • A brief introduction to square roots
  • The ins and outs of the Python square root function, sqrt()
  • A practical application of sqrt() using a real-world example
Download

Sample Code (.zip)

7.3 KB
Download

Course Slides (.pdf)

1.1 MB

Patrick Dennis on July 17, 2021

Why do you force one of the operands in a division to be a float? Isn’t that redundant in Python 3.x?

Christopher Trudeau RP Team on July 18, 2021

Old habits die hard? :)

Become a Member to join the conversation.