Locked learning resources

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

Unlock This Lesson

Locked learning resources

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

Unlock This Lesson

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!

Avatar image for JulianV

JulianV on Oct. 22, 2019

Great information.

Avatar image for Richard Childers

Richard Childers on Nov. 3, 2019

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

Avatar image for mikesult

mikesult on March 1, 2020

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

Avatar image for Ghani

Ghani on Oct. 15, 2020

Thank you Austin for this very useful tutorial!

Avatar image for boricua21dale

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.