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 Python range() Function: Recap

You now understand how to use range() and work around its limitations. You also have an idea of how this important function has evolved between Python 2 and Python 3. The next time you need to perform an action a specific number of times, you’ll be all set to loop your heart out!

JulianV on Oct. 22, 2019

Great information.

Richard Childers on Nov. 3, 2019

Good course. Clear, easy to understand, covered the basics well.

mikesult on March 1, 2020

Thank you Austin, this solidified my knowledge regarding range() and numpy.arange()

Ghani on Oct. 15, 2020

Thank you Austin for this very useful tutorial!

boricua21dale on Nov. 29, 2020

This course was awesome! def helped me go over the basics, its been a while since I’ve dove into Python. Thanks Austin!

Become a Member to join the conversation.